Home
last modified time | relevance | path

Searched refs:INTERNAL_STOP_REASON_USER_UI_STOP (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobParameters.java107 public static final int INTERNAL_STOP_REASON_USER_UI_STOP = field in JobParameters
108 JobProtoEnums.INTERNAL_STOP_REASON_USER_UI_STOP; // 11.
138 INTERNAL_STOP_REASON_USER_UI_STOP,
160 case INTERNAL_STOP_REASON_USER_UI_STOP: return "user_ui_stop"; in getInternalReasonCodeDescription()
/frameworks/proto_logging/stats/enums/app/job/
Djob_enums.proto42 INTERNAL_STOP_REASON_USER_UI_STOP = 11; enumerator
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java1068 JobParameters.INTERNAL_STOP_REASON_USER_UI_STOP); in testGetRescheduleJobForFailure_userDemotion()
1113 JobParameters.INTERNAL_STOP_REASON_USER_UI_STOP); in testGetRescheduleJobForFailure_userStopped()
1116 JobParameters.INTERNAL_STOP_REASON_USER_UI_STOP); in testGetRescheduleJobForFailure_userStopped()
1119 JobParameters.INTERNAL_STOP_REASON_USER_UI_STOP); in testGetRescheduleJobForFailure_userStopped()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java1403 JobParameters.INTERNAL_STOP_REASON_USER_UI_STOP, in markJobsForUserStopLocked()
DJobSchedulerService.java2977 if (internalStopReason == JobParameters.INTERNAL_STOP_REASON_USER_UI_STOP
/frameworks/base/core/api/
Dtest-current.txt831 field public static final int INTERNAL_STOP_REASON_USER_UI_STOP = 11; // 0xb