Searched refs:REASON_USER_STOPPED (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallControllerTest.kt | 26 import android.service.notification.NotificationListenerService.REASON_USER_STOPPED 208 notifCollectionListener.onEntryRemoved(createOngoingCallNotifEntry(), REASON_USER_STOPPED) in onEntryRemoved_callNotifNeverAddedBeforehand_listenerNotNotified() 219 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) in onEntryRemoved_callNotifAddedThenRemoved_listenerNotified() 236 notifCollectionListener.onEntryRemoved(removedEntryBuilder.build(), REASON_USER_STOPPED) in onEntryRemoved_removedNotifHasSameKeyAsAddedNotif_listenerNotified() 247 notifCollectionListener.onEntryRemoved(createNotCallNotifEntry(), REASON_USER_STOPPED) in onEntryRemoved_notifKeyDoesNotMatchOngoingCallNotif_listenerNotNotified() 306 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) in hasOngoingCall_ongoingCallNotifSentThenRemoved_returnsFalse()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationExitInfo.java | 143 public static final int REASON_USER_STOPPED = 11; field in ApplicationExitInfo 487 REASON_USER_STOPPED, 1118 case REASON_USER_STOPPED: in reasonCodeToString()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 37 import static android.service.notification.NotificationListenerService.REASON_USER_STOPPED; 796 REASON_USER_STOPPED,
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 227 public static final int REASON_USER_STOPPED = 6; field in NotificationListenerService 268 REASON_USER_STOPPED,
|
/frameworks/proto_logging/stats/enums/app/ |
D | enums.proto | 302 REASON_USER_STOPPED = 11; enumerator
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 101 import static android.service.notification.NotificationListenerService.REASON_USER_STOPPED; 1803 REASON_USER_STOPPED, null); 10410 info, oldSbnLightClone, update, null, REASON_USER_STOPPED));
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 117 REASON_USER_STOPPED = 6; enumerator
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 4164 packageName == null ? ApplicationExitInfo.REASON_USER_STOPPED in forceStopPackageLocked()
|
/frameworks/base/core/api/ |
D | current.txt | 4754 field public static final int REASON_USER_STOPPED = 11; // 0xb 38649 field public static final int REASON_USER_STOPPED = 6; // 0x6
|