Searched refs:allFeatures (Results 1 – 5 of 5) sorted by relevance
76 const allFeatures = await Device.getPlatformFeaturesAsync();77 t.expect(allFeatures).toEqual([]);210 const allFeatures = await Device.getPlatformFeaturesAsync();211 t.expect(allFeatures).toBeDefined();
111 val allFeatures = context.applicationContext.packageManager.systemAvailableFeatures in <lambda>() constant112 return@AsyncFunction allFeatures.filterNotNull().map { it.name } in <lambda>()
112 val allFeatures = context.applicationContext.packageManager.systemAvailableFeatures in <lambda>() constant113 return@AsyncFunction allFeatures.filterNotNull().map { it.name } in <lambda>()
147 val allFeatures = mContext.applicationContext.packageManager.systemAvailableFeatures in getPlatformFeaturesAsync() constant148 val featureList = allFeatures.filterNotNull().map { it.name } in getPlatformFeaturesAsync()