/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/ |
D | AppSettingsPreference.kt | 66 private val intentFlow = flow { in <lambda>() constant in com.android.settings.spa.app.appinfo.AppSettingsPresenter 70 val isAvailableFlow = intentFlow.map { it != null } in <lambda>() 74 intentFlow.firstOrNull()?.let(::startActivity) in startActivity()
|
D | AppInstallerInfoPreference.kt | 121 private val intentFlow = installerPackageFlow.map { installerPackage -> in installerPackage() constant in com.android.settings.spa.app.appinfo.AppInstallerInfoPresenter 127 val enabledFlow = intentFlow.map { it != null } in <lambda>() 131 intentFlow.collect { intent -> in startActivity()
|
/packages/modules/Bluetooth/framework/tests/metrics/device/android/bluetooth/ |
D | BluetoothMetricsHelperTest.kt | 26 import com.android.pandora.intentFlow 134 intentFlow(context, intentFilter, testScope).shareIn(testScope, SharingStarted.Eagerly) in incomingClassicConnectionTest()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | LeAudio.kt | 63 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
|
D | SecurityStorage.kt | 60 … flow = intentFlow(context, intentFilter, globalScope).shareIn(globalScope, SharingStarted.Eagerly)
|
D | A2dpSink.kt | 60 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
|
D | HfpHandsfree.kt | 61 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly) in <lambda>()
|
D | Hfp.kt | 68 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
|
D | Opp.kt | 71 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
|
D | Asha.kt | 72 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
|
D | Security.kt | 107 intentFlow(context, intentFilter, globalScope) in <lambda>()
|
D | A2dp.kt | 69 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
|
D | Utils.kt | 85 fun intentFlow(context: Context, intentFilter: IntentFilter, scope: CoroutineScope) = callbackFlow { in <lambda>() method
|
D | Gatt.kt | 61 flow = intentFlow(context, intentFilter, mScope).shareIn(mScope, SharingStarted.Eagerly)
|
D | Host.kt | 138 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly) in <lambda>()
|