HomeSort by relevance Sort by last modified time
    Searched refs:lastUsed (Results 1 - 16 of 16) sorted by null

  /frameworks/base/services/net/java/android/net/netlink/
StructNdaCacheInfo.java 96 public long lastUsed() {
111 + "ndm_used{" + lastUsed() + "}, "
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 51 int lastUsed=0;
76 int newoffset = (lastUsed+1)*slotsize;
81 return ++lastUsed;
87 int newoffset = (lastUsed+1)*slotsize;
100 return ++lastUsed;
171 return lastUsed;
181 --lastUsed;
  /system/netd/server/dns/
DnsTlsDispatcher.cpp 149 xport->lastUsed = now;
165 if (s->useCount == 0 && now - s->lastUsed > IDLE_TIMEOUT) {
DnsTlsDispatcher.h 86 // lastUsed is only guaranteed to be meaningful after useCount is decremented to zero.
87 std::chrono::time_point<std::chrono::steady_clock> lastUsed GUARDED_BY(sLock);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppStateUsageStatsBridge.java 95 long lastUsed = stats.getLastTimeUsed();
97 if (lastUsed <= 0) {
102 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed));
AppsAsyncLoader.java 383 long lastUsed = stats.getLastTimeUsed();
385 if (lastUsed <= 0) {
390 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed));
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerServiceUtils.java 196 PackageParser.Package lastUsed = Collections.max(remainingPkgs, (pkg1, pkg2) ->
200 Log.i(TAG, "Taking package " + lastUsed.packageName + " as reference in time use");
203 lastUsed.getLatestForegroundPackageUseTimeInMills();
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 696 uint16_t lastUsed = surface->mImageInfos[backbuffer->mImageIndex].mLastUsed;
697 return surface->mCurrentTime - lastUsed;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 411 milliseconds