/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | AppStateUsageStatsBridge.java | 102 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed)); in getDaysSinceLastUse() 120 return (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - pi.firstInstallTime)); in getDaysSinceInstalled() 124 long now = mClock.getCurrentTime(); in getAggregatedUsageStats() 218 public long getCurrentTime() { in getCurrentTime() method in AppStateUsageStatsBridge.Clock
|
D | StorageManagerUpsellDialog.java | 97 long nextShowTime = noThanksDelay == NEVER ? NEVER : getCurrentTime() + noThanksDelay; in onClick() 111 editor.putLong(NEXT_SHOW_TIME, getCurrentTime() + getDismissDelay(dismissCount)); in onCancel() 158 private long getCurrentTime() { in getCurrentTime() method in StorageManagerUpsellDialog
|
D | AppsAsyncLoader.java | 102 long now = mClock.getCurrentTime(); in loadApps() 391 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed)); in getDaysSinceLastUse() 409 return (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - pi.firstInstallTime)); in getDaysSinceInstalled() 534 public long getCurrentTime() { in getCurrentTime() method in AppsAsyncLoader.Clock
|
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
D | NotificationController.java | 170 return getCurrentTime() >= nextTimeToShow; in shouldShowNotification() 283 getCurrentTime() + timeInMillis); in delayNextNotification() 287 private long getCurrentTime() { in getCurrentTime() method in NotificationController
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/ |
D | BaseTimeZoneInfoPickerTest.java | 67 Truth.assertThat(item1.getCurrentTime()) in createAdapter_matchTimeZoneInfoAndOrder() 73 Truth.assertThat(item2.getCurrentTime()) in createAdapter_matchTimeZoneInfoAndOrder()
|
D | BaseTimeZoneAdapterTest.java | 127 public String getCurrentTime() { in getCurrentTime() method in BaseTimeZoneAdapterTest.TestItem
|
/packages/apps/Settings/src/com/android/settings/datetime/timezone/ |
D | BaseTimeZoneAdapter.java | 163 String getCurrentTime(); in getCurrentTime() method 214 mTimeView.setText(item.getCurrentTime()); in setAdapterItem()
|
D | RegionSearchPicker.java | 163 public String getCurrentTime() { in getCurrentTime() method in RegionSearchPicker.RegionItem
|
D | BaseTimeZoneInfoPicker.java | 166 public String getCurrentTime() { in getCurrentTime() method in BaseTimeZoneInfoPicker.TimeZoneInfoItem
|
/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | VideoDecoder.cpp | 35 int64_t getCurrentTime() { in getCurrentTime() function 218 if (getCurrentTime() > frameTimeMicros) { in decoderThreadFunction()
|
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstServer.cpp | 376 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local 377 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking() 379 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
|
D | ExecutionBurstController.cpp | 293 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local 294 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking() 296 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
|
/packages/apps/Car/Media/src/com/android/car/media/ |
D | PlaybackFragment.java | 180 mCurrentTime.setText(mQueueAdapter.getCurrentTime()); in bind() 358 String getCurrentTime() { in getCurrentTime() method in PlaybackFragment.QueueItemsAdapter
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
D | AppsAsyncLoaderTest.java | 87 when(mClock.getCurrentTime()).thenReturn(STARTING_TIME); in setUp()
|
D | AppStateUsageStatsBridgeTest.java | 86 when(mClock.getCurrentTime()).thenReturn(STARTING_TIME); in setUp()
|