/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryLevelDataTest.java | 45 final List<Long> timestamps = in getDailyTimestamps_allDataInOneHour_returnExpectedList() local 62 final List<Long> timestamps = in getDailyTimestamps_OneHourDataPerDay_returnExpectedList() local 81 final List<Long> timestamps = in getDailyTimestamps_OneDayData_returnExpectedList() local 101 final List<Long> timestamps = in getDailyTimestamps_MultipleDaysData_returnExpectedList() local 123 final List<Long> timestamps = in getDailyTimestamps_FirstDayOneHourData_returnExpectedList() local 145 final List<Long> timestamps = in getDailyTimestamps_LastDayNoData_returnExpectedList() local 166 final List<Long> timestamps = in getDailyTimestamps_LastDayOneHourData_returnExpectedList() local
|
D | DataProcessManagerTest.java | 370 final long[] timestamps = { in getBatteryLevelData_allDataInOneHour_returnExpectedResult() local 403 final long[] timestamps = {1640966400000L, 1640970000000L}; in getBatteryLevelData_returnExpectedResult() local 450 final long[] timestamps, final int[] levels) { in createHistoryMap()
|
D | DataProcessorTest.java | 425 final long[] timestamps = { in getHistoryMapWithExpectedTimestamps_returnExpectedMap() local 466 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult() local 498 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_MultipleDaysData_returnExpectedResult() local 560 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_daylightSaving25Hour_returnExpectedResult() local 661 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_daylightSaving23Hour_returnExpectedResult() local 2411 final long[] timestamps, final int[] levels) { in createHistoryMap() 2609 private BatteryLevelData generateBatteryLevelData(long[] timestamps) { in generateBatteryLevelData()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryChartViewModel.java | 44 String generateText(List<Long> timestamps, int index); in generateText() 47 String generateFullText(List<Long> timestamps, int index); in generateFullText() 50 String generateContentDescription(List<Long> timestamps, int index); in generateContentDescription() 70 @NonNull List<Long> timestamps, in BatteryChartViewModel()
|
D | BatteryLevelData.java | 56 @NonNull List<Long> timestamps, in PeriodBatteryLevelData()
|
D | DataProcessor.java | 288 final List<Long> timestamps = hourlyBatteryLevelsPerDay.get(dailyIndex).getTimestamps(); in generateAppUsagePeriodMap() local 497 static long[] findNearestTimestamp(final List<Long> timestamps, final long target) { in findNearestTimestamp() 1855 final List<Long> timestamps = hourlyBatteryLevelsPerDay.get(dailyIndex).getTimestamps(); in isUsageMapValid() local
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | CaptureStream.java | 60 public Surface bind(BufferQueue<Long> timestamps) in bind()
|
D | RequestBuilder.java | 169 ConcurrentBufferQueue<Long> timestamps = new ConcurrentBufferQueue<>(); in addStream() local
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
D | TimestampResponseListener.java | 37 public TimestampResponseListener(Updatable<Long> timestamps) { in TimestampResponseListener()
|
D | SimpleCaptureStream.java | 36 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException { in bind()
|
/packages/services/Car/tests/CarHiddenApiTest/src/android/car/hiddenapitest/ |
D | CarDiagnosticManagerTest.java | 69 long[] timestamps = mCarDiagnosticManager.getFreezeFrameTimestamps(); in testFreezeFrames() local
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ |
D | ImageStreamImpl.java | 54 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind()
|
D | AllocatingImageStream.java | 77 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomPulledAtomTest.java | 979 private void createTestFileForApiStats(long timestamps) throws IOException { in createTestFileForApiStats() 998 long timestamps) { in verifyTestDataForApiStats() 1000 assertEquals(atom.getTelecomApiStatsPullTimestampMillis(), timestamps); in verifyTestDataForApiStats() local 1029 private void createTestFileForAudioRouteStats(long timestamps) throws IOException { in createTestFileForAudioRouteStats() 1049 long timestamps) { in verifyTestDataForAudioRouteStats() 1051 assertEquals(atom.getCallAudioRouteStatsPullTimestampMillis(), timestamps); in verifyTestDataForAudioRouteStats() local
|
/packages/services/Car/car-lib/src/android/car/diagnostic/ |
D | ICarDiagnostic.aidl | 48 boolean clearFreezeFrames(in long[] timestamps) = 5; in clearFreezeFrames()
|
D | CarDiagnosticManager.java | 276 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames()
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/ |
D | LogReaderTest.java | 158 long[] timestamps = params.getLongArray(Constants.EXTRA_LOOKUP_KEYS); in onRequest() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/db/ |
D | BatteryStateDaoTest.java | 154 final List<Long> timestamps = mBatteryStateDao.getDistinctTimestamps(/* timestamp= */ 0); in getDistinctTimestamps_normalFlow_returnsExpectedResult() local
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | DiagnosticHalService.java | 567 long[] timestamps = new long[value.getInt64ValuesSize()]; in getFreezeFrameTimestamps() local 605 public void clearFreezeFrames(long... timestamps) { in clearFreezeFrames()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarDiagnosticService.java | 113 long[] timestamps = mDiagnosticHal.getFreezeFrameTimestamps(); in setInitialFreezeFrames() local 445 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/bugreport/ |
D | LogUtils.java | 77 final List<Long> timestamps = dao.getDistinctTimestamps(timeOffset); in dumpBatteryUsageDatabaseHist() local
|
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/ |
D | AppsIndexerManagerServiceTest.java | 336 List<Long> timestamps = new ArrayList<>(); in testUpdatePackage() local
|
/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/ |
D | polling_frame_utils.py | 530 def get_frame_test_stats(testcases, frames, timestamps=()): argument
|
/packages/modules/StatsD/statsd/tests/anomaly/ |
D | AnomalyTracker_test.cpp | 109 const std::unordered_map<MetricDimensionKey, int64_t>& timestamps) { in checkRefractoryTimes()
|
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | RotaryServiceTest.java | 455 long[] timestamps = new long[]{0}; in testOnRotaryEvents_withoutFocusedView() local 502 long[] timestamps = new long[]{0}; in testOnRotaryEvents_withFocusedView() local
|