Home
last modified time | relevance | path

Searched refs:allFeatures (Results 1 – 5 of 5) sorted by relevance

/expo/apps/test-suite/tests/
H A DDevice.js76 const allFeatures = await Device.getPlatformFeaturesAsync();
77 t.expect(allFeatures).toEqual([]);
210 const allFeatures = await Device.getPlatformFeaturesAsync();
211 t.expect(allFeatures).toBeDefined();
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt111 val allFeatures = context.applicationContext.packageManager.systemAvailableFeatures in <lambda>() constant
112 return@AsyncFunction allFeatures.filterNotNull().map { it.name } in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt112 val allFeatures = context.applicationContext.packageManager.systemAvailableFeatures in <lambda>() constant
113 return@AsyncFunction allFeatures.filterNotNull().map { it.name } in <lambda>()
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt112 val allFeatures = context.applicationContext.packageManager.systemAvailableFeatures in <lambda>() constant
113 return@AsyncFunction allFeatures.filterNotNull().map { it.name } in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt147 val allFeatures = mContext.applicationContext.packageManager.systemAvailableFeatures in getPlatformFeaturesAsync() constant
148 val featureList = allFeatures.filterNotNull().map { it.name } in getPlatformFeaturesAsync()