Home
last modified time | relevance | path

Searched defs:timestamps (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java283 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local
403 DropBoxManager db, HashMap<String, Long> timestamps, in addLastkToDropBox()
420 DropBoxManager db, HashMap<String, Long> timestamps, in addFileToDropBox()
426 DropBoxManager db, HashMap<String, Long> timestamps, in addFileWithFootersToDropBox()
448 private static boolean recordFileTimestamp(File file, HashMap<String, Long> timestamps) { in recordFileTimestamp()
469 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
505 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
838 HashMap<String, Long> timestamps = new HashMap<String, Long>(); in readTimestamps() local
891 private static void writeTimestamps(HashMap<String, Long> timestamps) { in writeTimestamps()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryUsageStatsStoreTest.java91 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in testStoreSnapshot() local
127 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in testGarbageCollectOldSnapshots() local
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DTestTransition.kt167 val timestamps = mutableListOf<TimestampAssertion>() regex
/aosp14/system/core/bootstat/
H A Dboot_event_record_store_test.cpp164 std::vector<int32_t> timestamps; in TEST_F() local
/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java41 private final long[] timestamps; field in GestureStroke
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryUsageStatsProvider.java318 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in getAggregatedBatteryUsageStats() local
H A DBatteryUsageStatsStore.java153 LongArray timestamps = new LongArray(100); in listBatteryUsageStatsTimestamps() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/wakeups/
H A DCpuWakeupStatsTest.java89 final Set<Long> timestamps = new HashSet<>(); in removesOldWakeups() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
H A DWallpaperManagerServiceTests.java452 final long[] timestamps = new long[2]; in testWallpaperManagerCallbackInRightOrder() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java2805 private LinkedList<BaseTimeEvent> createDurations(long... timestamps) { in createDurations()
2845 long slotSize, long maxTrackingDuration, long[] timestamps) { in createBaseAppStateTimeSlotEvents()
2854 private void assertAppStateTimeSlotEvents(int[] expectedEvents, long[] timestamps, in assertAppStateTimeSlotEvents()
3137 boolean[] isStart, long[] timestamps, double[] batteryUsage) { in createUidStateEventWithBatteryList()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DForegroundServiceTypeLoggerModule.java327 final long timestamps = callStart.mTimeStart; in logForegroundServiceApiEventBegin() local
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraDeviceBinderTest.java467 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionSessionImpl.java1446 Set<Long> timestamps = mImageListenerMap.keySet(); in notifyDroppedImages() local
H A DCameraMetadataNative.java1740 long[] timestamps = getBase(CaptureResult.STATISTICS_OIS_TIMESTAMPS); in getOisSamples() local
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java595 final LongArrayQueue timestamps = mPackageHistory.valueAt(i); in dump() local