Searched refs:REASON_USER_STOPPED (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallControllerTest.kt | 25 import android.service.notification.NotificationListenerService.REASON_USER_STOPPED 260 notifCollectionListener.onEntryRemoved(createOngoingCallNotifEntry(), REASON_USER_STOPPED) 271 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 281 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 298 notifCollectionListener.onEntryRemoved(removedEntryBuilder.build(), REASON_USER_STOPPED) 308 notifCollectionListener.onEntryRemoved(createNotCallNotifEntry(), REASON_USER_STOPPED) 367 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 590 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED)
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ApplicationExitInfo.java | 147 public static final int REASON_USER_STOPPED = 11; field in ApplicationExitInfo 627 REASON_USER_STOPPED, 1323 case REASON_USER_STOPPED: in reasonCodeToString()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifCollectionLogger.kt | 46 NotificationListenerService.REASON_USER_STOPPED -> "REASON_USER_STOPPED"
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollection.java | 40 import static android.service.notification.NotificationListenerService.REASON_USER_STOPPED; 1170 REASON_USER_STOPPED,
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 239 public static final int REASON_USER_STOPPED = 6; field in NotificationListenerService 293 REASON_USER_STOPPED,
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 113 import static android.service.notification.NotificationListenerService.REASON_USER_STOPPED; 1841 REASON_USER_STOPPED); 11452 info, oldSbnLightClone, update, null, REASON_USER_STOPPED));
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 117 REASON_USER_STOPPED = 6; enumerator
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 4370 int reason = packageName == null ? ApplicationExitInfo.REASON_USER_STOPPED in forceStopPackageLocked()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 5221 field public static final int REASON_USER_STOPPED = 11; // 0xb 40971 field public static final int REASON_USER_STOPPED = 6; // 0x6
|