Home
last modified time | relevance | path

Searched refs:intentFlow (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppSettingsPreference.kt66 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()
DAppInstallerInfoPreference.kt121 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/
DBluetoothMetricsHelperTest.kt26 import com.android.pandora.intentFlow
134 intentFlow(context, intentFilter, testScope).shareIn(testScope, SharingStarted.Eagerly) in incomingClassicConnectionTest()
/packages/modules/Bluetooth/android/pandora/server/src/
DLeAudio.kt63 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
DSecurityStorage.kt60 … flow = intentFlow(context, intentFilter, globalScope).shareIn(globalScope, SharingStarted.Eagerly)
DA2dpSink.kt60 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
DHfpHandsfree.kt61 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly) in <lambda>()
DHfp.kt68 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
DOpp.kt71 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
DAsha.kt72 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
DSecurity.kt107 intentFlow(context, intentFilter, globalScope) in <lambda>()
DA2dp.kt69 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly)
DUtils.kt85 fun intentFlow(context: Context, intentFilter: IntentFilter, scope: CoroutineScope) = callbackFlow { in <lambda>() method
DGatt.kt61 flow = intentFlow(context, intentFilter, mScope).shareIn(mScope, SharingStarted.Eagerly)
DHost.kt138 flow = intentFlow(context, intentFilter, scope).shareIn(scope, SharingStarted.Eagerly) in <lambda>()