Home
last modified time | relevance | path

Searched refs:REASON_TIMEOUT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/job/
DJobParameters.java46 public static final int REASON_TIMEOUT = JobProtoEnums.STOP_REASON_TIMEOUT; // 3. field in JobParameters
56 case REASON_TIMEOUT: return "timeout"; in getReasonName()
/frameworks/base/services/core/java/com/android/server/content/
DSyncJobService.java167 m.arg2 = params.getStopReason() == JobParameters.REASON_TIMEOUT ? 1 : 0; in onStopJob()
/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java335 mParams.setStopReason(JobParameters.REASON_TIMEOUT, reason); in timeoutIfExecutingLocked()
725 mParams.setStopReason(JobParameters.REASON_TIMEOUT, "client timed out"); in handleOpTimeoutLocked()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java209 public static final int REASON_TIMEOUT = 19; field in NotificationListenerService
/frameworks/base/core/java/android/os/
DBatteryStats.java4117 types.get(JobParameters.REASON_TIMEOUT, 0), in dumpCheckinLocked()
7326 JobParameters.REASON_TIMEOUT, in dumpProtoAppsLocked()
/frameworks/base/proto/src/
Dmetrics_constants.proto149 REASON_TIMEOUT = 19; enumerator
/frameworks/base/config/
Dhiddenapi-public-dex.txt40143 Landroid/service/notification/NotificationListenerService;->REASON_TIMEOUT:I
/frameworks/base/api/
Dcurrent.txt39388 field public static final int REASON_TIMEOUT = 19; // 0x13