Home
last modified time | relevance | path

Searched refs:KeyguardService (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DDefaultServiceBinder.java25 import com.android.systemui.keyguard.KeyguardService;
54 @ClassKey(KeyguardService.class)
55 public abstract Service bindKeyguardService(KeyguardService service); in bindKeyguardService()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt353 if (!KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation) {
408 if (!KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation ||
H A DKeyguardService.java87 public class KeyguardService extends Service { class
229 public KeyguardService(KeyguardViewMediator keyguardViewMediator,
H A DKeyguardViewMediator.java1124 new ComponentName(mContext, KeyguardService.class), 0).isEnabled(); in isKeyguardServiceEnabled()
2252 if (KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation && runner != null in handleStartKeyguardExitAnimation()
2287 } else if (KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation in handleStartKeyguardExitAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java155 import com.android.systemui.keyguard.KeyguardService;
1931 return isActivityIntent && KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation; in shouldAnimateLaunch()