Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java280 public static final int REASON_LOCKDOWN = 23; field in NotificationListenerService
310 REASON_LOCKDOWN,
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java105 import static android.service.notification.NotificationListenerService.REASON_LOCKDOWN;
10052 mListeners.notifyRemovedLocked(rec, REASON_LOCKDOWN,
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java77 import static android.service.notification.NotificationListenerService.REASON_LOCKDOWN;
11180 assertEquals(REASON_LOCKDOWN, captor.getValue().intValue());
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40963 field public static final int REASON_LOCKDOWN = 23; // 0x17