Home
last modified time | relevance | path

Searched refs:isInLockDownMode (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenersTest.java483 when(mNm.isInLockDownMode(0)).thenReturn(false); in testNotifyPostedLockedInLockdownMode()
487 when(mNm.isInLockDownMode(1)).thenReturn(false); in testNotifyPostedLockedInLockdownMode()
506 when(mNm.isInLockDownMode(0)).thenReturn(true); in testNotifyPostedLockedInLockdownMode()
510 when(mNm.isInLockDownMode(1)).thenReturn(false); in testNotifyPostedLockedInLockdownMode()
539 when(mNm.isInLockDownMode(0)).thenReturn(false); in testNotifyRemovedLockedInLockdownMode()
544 when(mNm.isInLockDownMode(1)).thenReturn(false); in testNotifyRemovedLockedInLockdownMode()
564 when(mNm.isInLockDownMode(0)).thenReturn(true); in testNotifyRemovedLockedInLockdownMode()
569 when(mNm.isInLockDownMode(1)).thenReturn(false); in testNotifyRemovedLockedInLockdownMode()
H A DNotificationManagerServiceTest.java11155 assertTrue(mStrongAuthTracker.isInLockDownMode(mContext.getUserId()));
11158 assertFalse(mStrongAuthTracker.isInLockDownMode(mContext.getUserId()));
11175 assertTrue(mStrongAuthTracker.isInLockDownMode(0));
11185 assertFalse(mStrongAuthTracker.isInLockDownMode(0));
11210 assertTrue(mStrongAuthTracker.isInLockDownMode(0));
11211 assertFalse(mStrongAuthTracker.isInLockDownMode(1));
11219 assertFalse(mStrongAuthTracker.isInLockDownMode(0));
11220 assertFalse(mStrongAuthTracker.isInLockDownMode(1));
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2010 public boolean isInLockDownMode(int userId) { in isInLockDownMode() method in NotificationManagerService.StrongAuthTracker
2020 if (userInLockDownModeNext == isInLockDownMode(userId)) { in onStrongAuthRequiredChanged()
10261 if (isInLockDownMode(record.getUser().getIdentifier())) {
10307 boolean isInLockDownMode(int userId) {
10308 return mStrongAuthTracker.isInLockDownMode(userId);
11413 if (isInLockDownMode(r.getUser().getIdentifier())) {
11521 if (isInLockDownMode(r.getUser().getIdentifier())) {
/aosp14/frameworks/base/services/
H A Dart-profile5153 HSPLcom/android/server/notification/NotificationManagerService$StrongAuthTracker;->isInLockDownMode
5200 HSPLcom/android/server/notification/NotificationManagerService;->isInLockDownMode(I)Z+]Lcom/android…