Searched refs:getKeyguardCallback (Results 1 – 2 of 2) sorted by relevance
466 mController.getKeyguardCallback().onBiometricHelp( in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()497 mController.getKeyguardCallback().onBiometricError( in transientIndication_visibleWhenDozing_ignoresFingerprintCancellation()500 mController.getKeyguardCallback().onBiometricError( in transientIndication_visibleWhenDozing_ignoresFingerprintCancellation()554 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime()566 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime_onlyWhenCharging()610 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_chargingWithOverheat_presentChargingLimited()628 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_pluggedWithOverheat_presentChargingLimited()646 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithOverheat_presentChargingLimited()664 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithoutOverheat_presentCharged()691 mController.getKeyguardCallback().onRequireUnlockForNfc(); in onRequireUnlockForNfc_showsRequireUnlockForNfcIndication()[all …]
223 mKeyguardUpdateMonitor.registerCallback(getKeyguardCallback()); in init()284 protected KeyguardUpdateMonitorCallback getKeyguardCallback() { in getKeyguardCallback() method in KeyguardIndicationController