Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobParameters.java46 public static final int REASON_TIMEOUT = JobProtoEnums.STOP_REASON_TIMEOUT; // 3. field in JobParameters
73 REASON_TIMEOUT,
89 case REASON_TIMEOUT: return "timeout"; in getReasonCodeDescription()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java21 import static android.service.notification.NotificationListenerService.REASON_TIMEOUT;
190 if ((REASON_CLICK <= reason) && (reason <= REASON_TIMEOUT)) { in fromCancelReason()
DNotificationManagerService.java88 import static android.service.notification.NotificationListenerService.REASON_TIMEOUT;
1411 REASON_TIMEOUT, null);
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverController.java139 public static final int REASON_TIMEOUT = 12; field in BatterySaverController
167 case BatterySaverController.REASON_TIMEOUT: in reasonToString()
DBatterySaverStateMachine.java560 false, BatterySaverController.REASON_TIMEOUT); in doAutoBatterySaverLocked()
562 BatterySaverController.REASON_TIMEOUT); in doAutoBatterySaverLocked()
/frameworks/base/services/core/java/com/android/server/content/
DSyncJobService.java166 m.arg2 = params.getStopReason() == JobParameters.REASON_TIMEOUT ? 1 : 0; in onStopJob()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java356 mParams.setStopReason(JobParameters.REASON_TIMEOUT, reason); in timeoutIfExecutingLocked()
746 mParams.setStopReason(JobParameters.REASON_TIMEOUT, "client timed out"); in handleOpTimeoutLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java34 import static android.service.notification.NotificationListenerService.REASON_TIMEOUT;
801 REASON_TIMEOUT,
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java216 public static final int REASON_TIMEOUT = 19; field in NotificationListenerService
240 REASON_TIMEOUT
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto156 REASON_TIMEOUT = 19; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt43854 field public static final int REASON_TIMEOUT = 19; // 0x13