Home
last modified time | relevance | path

Searched refs:getDeviceType (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-device/src/
H A DExpoDevice.web.ts18 function getDeviceType(): DeviceType { function
52 return getDeviceType();
80 return getDeviceType();
/expo/packages/expo-device/build/
H A DExpoDevice.web.js12 function getDeviceType() { function
45 return getDeviceType();
73 return getDeviceType();
H A DExpoDevice.web.js.map1getDeviceType(): DeviceType {\n switch (result?.device?.type) {\n case 'mobile':\n return…
/expo/packages/expo-device/ios/
H A DDeviceModule.swift22 "deviceType": getDeviceType(), in definition()
27 return getDeviceType() in definition()
40 func getDeviceType() -> Int { in getDeviceType() function
/expo/ios/versioned/sdk49/ExpoDevice/
H A DDeviceModule.swift22 "deviceType": getDeviceType(), in definition()
27 return getDeviceType() in definition()
42 func getDeviceType() -> Int { in getDeviceType() function
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt52 getDeviceType(context).JSValue in <lambda>()
69 return@AsyncFunction getDeviceType(context).JSValue in <lambda>()
137 private fun getDeviceType(context: Context): DeviceType { in <lambda>() method
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt52 getDeviceType(context).JSValue in <lambda>()
69 return@AsyncFunction getDeviceType(context).JSValue in <lambda>()
133 private fun getDeviceType(context: Context): DeviceType { in <lambda>() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt68 return@AsyncFunction getDeviceType(context).JSValue in <lambda>()
138 private fun getDeviceType(context: Context): DeviceType { in <lambda>() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt88 promise.resolve(getDeviceType(mContext).JSValue) in getDeviceTypeAsync()
163 private fun getDeviceType(context: Context): DeviceType { in getDeviceType() method