Searched refs:KeyguardService (Results 1 – 5 of 5) sorted by relevance
25 import com.android.systemui.keyguard.KeyguardService;54 @ClassKey(KeyguardService.class)55 public abstract Service bindKeyguardService(KeyguardService service); in bindKeyguardService()
353 if (!KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation) {408 if (!KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation ||
87 public class KeyguardService extends Service { class229 public KeyguardService(KeyguardViewMediator keyguardViewMediator,
1124 new ComponentName(mContext, KeyguardService.class), 0).isEnabled(); in isKeyguardServiceEnabled()2252 if (KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation && runner != null in handleStartKeyguardExitAnimation()2287 } else if (KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation in handleStartKeyguardExitAnimation()
155 import com.android.systemui.keyguard.KeyguardService;1931 return isActivityIntent && KeyguardService.sEnableRemoteKeyguardGoingAwayAnimation; in shouldAnimateLaunch()