Home
last modified time | relevance | path

Searched refs:STOP_REASON_UNDEFINED (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobNotificationCoordinatorTest.java152 coordinator.removeNotificationAssociation(jsc, JobParameters.STOP_REASON_UNDEFINED, in testSingleJob_DetachOnStop()
174 coordinator.removeNotificationAssociation(jsc, JobParameters.STOP_REASON_UNDEFINED, in testSingleJob_RemoveOnStop()
297 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()
306 coordinator.removeNotificationAssociation(jsc2, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()
342 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueSameNotificationId()
348 coordinator.removeNotificationAssociation(jsc2, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_EnqueueSameNotificationId()
385 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_DifferentUsers()
394 coordinator.removeNotificationAssociation(jsc2, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_sameApp_DifferentUsers()
432 coordinator.removeNotificationAssociation(jsc1, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_differentApps()
441 coordinator.removeNotificationAssociation(jsc2, JobParameters.STOP_REASON_UNDEFINED, in testMultipleJobs_differentApps()
H A DJobSchedulerServiceTest.java916 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForFailure_cumulativeExecution()
924 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForFailure_cumulativeExecution()
932 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForFailure_cumulativeExecution()
939 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForFailure_cumulativeExecution()
999 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForFailure_timingCalculations()
1006 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForFailure_timingCalculations()
1399 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForPeriodic_insideWindow_failedJob()
1408 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForPeriodic_insideWindow_failedJob()
1418 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForPeriodic_insideWindow_failedJob()
1430 JobParameters.STOP_REASON_UNDEFINED, in testGetRescheduleJobForPeriodic_insideWindow_failedJob()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java229 private int mPendingStopReason = JobParameters.STOP_REASON_UNDEFINED;
239 private int mDeathMarkStopReason = JobParameters.STOP_REASON_UNDEFINED;
486 JobProtoEnums.STOP_REASON_UNDEFINED, in executeRunnableJob()
648 if (mParams.getStopReason() == JobParameters.STOP_REASON_UNDEFINED) { in markForProcessDeathLocked()
749 mParams.setStopReason(JobParameters.STOP_REASON_UNDEFINED, in doJobFinished()
804 mParams.setStopReason(JobParameters.STOP_REASON_UNDEFINED, in doDequeueWork()
1469 JobParameters.STOP_REASON_UNDEFINED, in onSlowAppResponseLocked()
1512 if (mDeathMarkStopReason != JobParameters.STOP_REASON_UNDEFINED) { in closeAndCleanupJobLocked()
1604 mDeathMarkStopReason = JobParameters.STOP_REASON_UNDEFINED; in closeAndCleanupJobLocked()
1608 mPendingStopReason = JobParameters.STOP_REASON_UNDEFINED; in closeAndCleanupJobLocked()
[all …]
H A DJobNotificationCoordinator.java145 removeNotificationAssociation(hostingContext, JobParameters.STOP_REASON_UNDEFINED, in enqueueNotification()
H A DJobConcurrencyManager.java2906 public int preemptReasonCode = JobParameters.STOP_REASON_UNDEFINED;
2917 preemptReasonCode = JobParameters.STOP_REASON_UNDEFINED; in clear()
H A DJobSchedulerService.java1777 JobProtoEnums.STOP_REASON_UNDEFINED,
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobParameters.java176 public static final int STOP_REASON_UNDEFINED = 0; field in JobParameters
267 STOP_REASON_UNDEFINED,
306 private int mStopReason = STOP_REASON_UNDEFINED;
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DBackgroundRestrictionsTest.java93 mTestJobStatus.stopReason = JobParameters.STOP_REASON_UNDEFINED;
205 && (expectedStopReason == JobParameters.STOP_REASON_UNDEFINED
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java559 private int mReasonReadyToUnready = JobParameters.STOP_REASON_UNDEFINED;
1806 mReasonReadyToUnready = JobParameters.STOP_REASON_UNDEFINED; in setExpeditedJobQuotaApproved()
1828 mReasonReadyToUnready = JobParameters.STOP_REASON_UNDEFINED; in setExpeditedJobTareApproved()
1885 mReasonReadyToUnready = JobParameters.STOP_REASON_UNDEFINED; in setConstraintSatisfied()
1954 return JobParameters.STOP_REASON_UNDEFINED; in constraintToStopReason()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8864 field public static final int STOP_REASON_UNDEFINED = 0; // 0x0