Home
last modified time | relevance | path

Searched defs:intentFlow (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppSettingsPreference.kt66 private val intentFlow = flow { in <lambda>() constant
DAppInstallerInfoPreference.kt126 private val intentFlow = installerPackageFlow.map { installerPackage -> in installerPackage() constant
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DHost.kt149 fun intentFlow(context: Context, intentFilter: IntentFilter, scope: CoroutineScope) = in Intent() method
/packages/modules/Bluetooth/android/pandora/server/src/
DUtils.kt85 fun intentFlow(context: Context, intentFilter: IntentFilter, scope: CoroutineScope) = callbackFlow { in <lambda>() method
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/rfcomm/
DRfcommTest.kt896 fun intentFlow(context: Context, intentFilter: IntentFilter, scope: CoroutineScope) = in <lambda>() method