Searched refs:settingObserver (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | PreAuthInfo.java | 98 BiometricService.SettingObserver settingObserver, in create() argument 126 devicePolicyManager, settingObserver, sensor, userId, opPackageName, in create() 167 BiometricService.SettingObserver settingObserver, in getStatusForBiometricAuthenticator() argument 220 if (!isEnabledForApp(settingObserver, sensor.modality, userId)) { in getStatusForBiometricAuthenticator() 233 private static boolean isEnabledForApp(BiometricService.SettingObserver settingObserver, in isEnabledForApp() argument 235 return settingObserver.getEnabledForApps(userId); in isEnabledForApp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/repository/ |
D | UserAwareSecureSettingsRepository.kt | 60 .flatMapLatest { userInfo -> settingObserver(name, defaultValue, userInfo.id) } in boolSettingForActiveUser() 64 private fun settingObserver(name: String, defaultValue: Boolean, userId: Int): Flow<Boolean> { in settingObserver() method in com.android.systemui.util.settings.repository.UserAwareSecureSettingsRepositoryImpl
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
D | ClockRegistry.kt | 108 private val settingObserver = constant 432 settingObserver, in registerListeners() 441 settingObserver in registerListeners() 454 context.contentResolver.unregisterContentObserver(settingObserver) in unregisterListeners()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlsControllerImpl.kt | 151 internal val settingObserver = object : ContentObserver(null) { in <lambda>() constant
|