Home
last modified time | relevance | path

Searched refs:isLockScreen (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java106 if (isLockScreen()) { in testNotificationsWithShadeStress()
132 private boolean isLockScreen() { in isLockScreen() method in NotificationStressTest
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java259 mShowLockIcon = !mCanDismissLockScreen && !mUserUnlockedWithBiometric && isLockScreen() in updateVisibility()
261 mShowUnlockIcon = (mCanDismissLockScreen || mUserUnlockedWithBiometric) && isLockScreen(); in updateVisibility()
321 private boolean isLockScreen() { in isLockScreen() method in LockIconViewController