Searched refs:KEY_TIMING_SESSION_COALESCING_DURATION_MS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 1115 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, 0); in testGetExecutionStatsLocked_CoalescingSessions() 1129 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, 500); in testGetExecutionStatsLocked_CoalescingSessions() 1143 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, 1000); in testGetExecutionStatsLocked_CoalescingSessions() 1157 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, in testGetExecutionStatsLocked_CoalescingSessions() 1172 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, in testGetExecutionStatsLocked_CoalescingSessions() 1187 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, in testGetExecutionStatsLocked_CoalescingSessions() 1202 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, in testGetExecutionStatsLocked_CoalescingSessions() 1219 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, HOUR_IN_MILLIS); in testGetExecutionStatsLocked_CoalescingSessions() 3553 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, in testConstantsUpdating_ValidValues() 3675 setDeviceConfigLong(QcConstants.KEY_TIMING_SESSION_COALESCING_DURATION_MS, -1); in testConstantsUpdating_InvalidValues() [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | QuotaController.java | 3136 static final String KEY_TIMING_SESSION_COALESCING_DURATION_MS = field in QuotaController.QcConstants 3761 case KEY_TIMING_SESSION_COALESCING_DURATION_MS: in processConstantLocked() 4248 pw.print(KEY_TIMING_SESSION_COALESCING_DURATION_MS, in dump()
|