Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java282 public static final int REASON_LOCKDOWN = 23; field in NotificationListenerService
312 REASON_LOCKDOWN,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java129 import static android.service.notification.NotificationListenerService.REASON_LOCKDOWN;
10410 mListeners.notifyRemovedLocked(rec, REASON_LOCKDOWN,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java104 import static android.service.notification.NotificationListenerService.REASON_LOCKDOWN;
12799 assertEquals(REASON_LOCKDOWN, captor.getValue().intValue());
/frameworks/base/core/api/
Dcurrent.txt41221 field public static final int REASON_LOCKDOWN = 23; // 0x17