Searched refs:isInLockDownMode (Results 1 – 5 of 5) sorted by relevance
536 doReturn(false).when(mNm).isInLockDownMode(0); in testNotifyPostedLockedInLockdownMode()540 doReturn(false).when(mNm).isInLockDownMode(1); in testNotifyPostedLockedInLockdownMode()559 when(mNm.isInLockDownMode(0)).thenReturn(true); in testNotifyPostedLockedInLockdownMode()563 when(mNm.isInLockDownMode(1)).thenReturn(false); in testNotifyPostedLockedInLockdownMode()592 doReturn(false).when(mNm).isInLockDownMode(0); in testNotifyRemovedLockedInLockdownMode()597 doReturn(false).when(mNm).isInLockDownMode(1); in testNotifyRemovedLockedInLockdownMode()617 when(mNm.isInLockDownMode(0)).thenReturn(true); in testNotifyRemovedLockedInLockdownMode()622 when(mNm.isInLockDownMode(1)).thenReturn(false); in testNotifyRemovedLockedInLockdownMode()656 doReturn(false).when(mNm).isInLockDownMode(anyInt()); in testImplicitGrant()753 doReturn(false).when(mNm).isInLockDownMode(anyInt()); in testRedaction_whenPosted()[all …]
12774 assertTrue(mStrongAuthTracker.isInLockDownMode(mContext.getUserId()));12777 assertFalse(mStrongAuthTracker.isInLockDownMode(mContext.getUserId()));12794 assertTrue(mStrongAuthTracker.isInLockDownMode(0));12804 assertFalse(mStrongAuthTracker.isInLockDownMode(0));12828 assertTrue(mStrongAuthTracker.isInLockDownMode(0));12829 assertFalse(mStrongAuthTracker.isInLockDownMode(1));12837 assertFalse(mStrongAuthTracker.isInLockDownMode(0));12838 assertFalse(mStrongAuthTracker.isInLockDownMode(1));
2222 public boolean isInLockDownMode(int userId) { in isInLockDownMode() method in NotificationManagerService.StrongAuthTracker2232 if (userInLockDownModeNext == isInLockDownMode(userId)) { in onStrongAuthRequiredChanged()10613 if (isInLockDownMode(record.getUser().getIdentifier())) {10668 boolean isInLockDownMode(int userId) {10669 return mStrongAuthTracker.isInLockDownMode(userId);11859 if (isInLockDownMode(r.getUser().getIdentifier())) {12130 if (isInLockDownMode(r.getUser().getIdentifier())) {
2041 HSPLcom/android/server/notification/NotificationManagerService$StrongAuthTracker;->isInLockDownMode…2057 HSPLcom/android/server/notification/NotificationManagerService;->isInLockDownMode(I)Z+]Lcom/android…
16041 PLcom/android/server/notification/NotificationManagerService$StrongAuthTracker;->isInLockDownMode(I…16167 HPLcom/android/server/notification/NotificationManagerService;->isInLockDownMode(I)Z