/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/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/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/src/com/android/settings/datetime/timezone/ |
D | BaseTimeZoneAdapter.java | 163 String getCurrentTime(); in getCurrentTime() method 214 mTimeView.setText(item.getCurrentTime()); in setAdapterItem()
|
D | BaseTimeZoneInfoPicker.java | 166 public String getCurrentTime() { in getCurrentTime() method in BaseTimeZoneInfoPicker.TimeZoneInfoItem
|
D | RegionSearchPicker.java | 166 public String getCurrentTime() { in getCurrentTime() method in RegionSearchPicker.RegionItem
|
/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 | 382 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local 383 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking() 385 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
|
D | ExecutionBurstController.cpp | 298 auto& getCurrentTime = std::chrono::high_resolution_clock::now; in getPacketBlocking() local 299 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking() 301 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
|
/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()
|
/packages/services/Iwlan/src/com/google/android/iwlan/ |
D | IwlanDataService.java | 392 public Date getCurrentTime() { in getCurrentTime() method in IwlanDataService.IwlanDataServiceProvider.TunnelState 607 Date currentTime = tunnelState.getCurrentTime(); in reportTunnelDown()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |