/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | QuotaControllerTest.java | 127 private static final int SOURCE_USER_ID = 0; field in QuotaControllerTest 5043 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_SessionsAtEdgeOfWindow() 5049 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_SessionsAtEdgeOfWindow() 5055 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_SessionsAtEdgeOfWindow() 5061 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_SessionsAtEdgeOfWindow() 5067 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_SessionsAtEdgeOfWindow() 5096 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_OneSessionStraddlesEdge() 5102 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_OneSessionStraddlesEdge() 5108 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_OneSessionStraddlesEdge() 5114 SOURCE_USER_ID, SOURCE_PACKAGE)); in testGetTimeUntilEJQuotaConsumedLocked_OneSessionStraddlesEdge() [all …]
|
H A D | PrefetchControllerTest.java | 85 private static final int SOURCE_USER_ID = 0; field in PrefetchControllerTest 274 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID)) in testConstantsUpdating_ThresholdChangesAlarms() 300 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID)) in testConstraintNotSatisfiedWhenLaunchLate() 304 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID); in testConstraintNotSatisfiedWhenLaunchLate() 315 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID)) in testConstraintSatisfiedWhenLaunchSoon() 319 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID); in testConstraintSatisfiedWhenLaunchSoon() 337 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID)) in testConstraintSatisfiedWhenTop() 341 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID); in testConstraintSatisfiedWhenTop() 374 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID)) in testConstraintSatisfiedWhenWidget() 385 .getEstimatedPackageLaunchTime(SOURCE_PACKAGE, SOURCE_USER_ID); in testConstraintSatisfiedWhenWidget() [all …]
|
H A D | StateControllerTest.java | 63 private static final int SOURCE_USER_ID = 0; field in StateControllerTest 140 jobInfo, CALLING_UID, SOURCE_PACKAGE, SOURCE_USER_ID, "SCTest", testTag); in createJobStatus()
|
H A D | BatteryControllerTest.java | 62 private static final int SOURCE_USER_ID = 0; field in BatteryControllerTest 197 jobInfo, callingUid, packageName, SOURCE_USER_ID, "BCTest", testTag); in createJobStatus()
|
H A D | FlexibilityControllerTest.java | 82 private static final int SOURCE_USER_ID = 0; field in FlexibilityControllerTest 201 jobInfo, 1000, SOURCE_PACKAGE, SOURCE_USER_ID, "FCTest", testTag); in createJobStatus()
|
H A D | TimeControllerTest.java | 73 private static final int SOURCE_USER_ID = 0; field in TimeControllerTest 140 jobInfo, 1000, SOURCE_PACKAGE, SOURCE_USER_ID, "TCTest", testTag); in createJobStatus()
|
/aosp14/frameworks/base/tests/JobSchedulerPerfTests/src/com/android/frameworks/perftests/job/ |
H A D | JobStorePerfTests.java | 47 private static final int SOURCE_USER_ID = 0; field in JobStorePerfTests 211 jobInfo, callingUid, SOURCE_PACKAGE, SOURCE_USER_ID, null, testTag); in createJobStatus()
|
/aosp14/frameworks/base/services/core/java/com/android/server/uri/ |
H A D | GrantUri.java | 74 proto.write(GrantUriProto.SOURCE_USER_ID, sourceUserId); in dumpDebug()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/restrictions/ |
H A D | ThermalStatusRestrictionTest.java | 68 private static final int SOURCE_USER_ID = 0; field in ThermalStatusRestrictionTest 331 jobInfo, CALLING_UID, SOURCE_PACKAGE, SOURCE_USER_ID, "TSRTest", testTag); in createJobStatus()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | GrantedUriPermissions.java | 163 proto.write(GrantedUriPermissionsDumpProto.SOURCE_USER_ID, mSourceUserId); in dump()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | JobStatus.java | 2932 proto.write(JobStatusDumpProto.SOURCE_USER_ID, getSourceUserId()); in dump()
|