Searched refs:applicationScope (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ |
D | BiometricsEnvironment.kt | 75 private val applicationScope = MainScope() constant 81 FingerprintSensorRepositoryImpl(fingerprintManager, backgroundDispatcher, applicationScope) 105 applicationScope, in <lambda>() 116 DisplayDensityInteractorImpl(context, applicationScope) in <lambda>()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/domain/interactor/ |
D | AccessibilityInteractor.kt | 35 applicationScope: CoroutineScope, 48 applicationScope, // This is going to tied to the activity scope
|
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/domain/interactor/ |
D | GridInteractor.kt | 37 private val applicationScope: CoroutineScope, in <lambda>() constant in com.android.customization.picker.grid.domain.interactor.GridInteractor 58 scope = applicationScope, in <lambda>()
|
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/data/repository/ |
D | GridRepository.kt | 49 private val applicationScope: CoroutineScope, constant in com.android.customization.picker.grid.data.repository.GridRepositoryImpl 114 scope = applicationScope, in toModel()
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/grid/domain/interactor/ |
D | GridSnapshotRestorerTest.kt | 58 applicationScope = testScope.backgroundScope, in <lambda>()
|
D | GridInteractorTest.kt | 59 applicationScope = testScope.backgroundScope, in <lambda>()
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/grid/ui/viewmodel/ |
D | GridScreenViewModelTest.kt | 57 applicationScope = testScope.backgroundScope, in <lambda>()
|
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | ThemePickerInjector.kt | 538 applicationScope = getApplicationCoroutineScope(), in <lambda>() 541 applicationScope = getApplicationCoroutineScope(), in <lambda>()
|