Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncJobService.java105 m.arg2 = params.getStopReason() == JobParameters.REASON_TIMEOUT ? 1 : 0; in onStopJob()
/frameworks/base/core/java/android/app/job/
DJobParameters.java44 public static final int REASON_TIMEOUT = 3; field in JobParameters
/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java291 mParams.setStopReason(JobParameters.REASON_TIMEOUT); in timeoutIfExecutingLocked()
661 mParams.setStopReason(JobParameters.REASON_TIMEOUT); in handleOpTimeoutLocked()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java196 public static final int REASON_TIMEOUT = 19; field in NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java44 import static android.service.notification.NotificationListenerService.REASON_TIMEOUT;
746 REASON_TIMEOUT, null);
/frameworks/base/proto/src/
Dmetrics_constants.proto138 REASON_TIMEOUT = 19; enumerator
/frameworks/base/api/
Dcurrent.txt37244 field public static final int REASON_TIMEOUT = 19; // 0x13
Dsystem-current.txt40345 field public static final int REASON_TIMEOUT = 19; // 0x13