Home
last modified time | relevance | path

Searched refs:lastUsed (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/
DTether4Value.java61 public final long lastUsed; field in Tether4Value
66 final int dstPort, final long lastUsed) { in Tether4Value() argument
79 this.lastUsed = lastUsed; in Tether4Value()
92 lastUsed); in toString()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructNdaCacheInfo.java95 public long lastUsed() { in lastUsed() method in StructNdaCacheInfo
117 + "ndm_used{" + lastUsed() + "}, " in toString()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppStateUsageStatsBridge.java95 long lastUsed = stats.getLastTimeUsed(); in getDaysSinceLastUse() local
97 if (lastUsed <= 0) { in getDaysSinceLastUse()
102 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed)); in getDaysSinceLastUse()
DAppsAsyncLoader.java384 long lastUsed = stats.getLastTimeUsed(); in getDaysSinceLastUse() local
386 if (lastUsed <= 0) { in getDaysSinceLastUse()
391 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed)); in getDaysSinceLastUse()
/packages/modules/DnsResolver/
DDnsTlsDispatcher.cpp216 xport->lastUsed = now; in query()
294 if (now - xport->lastUsed > IDLE_TIMEOUT) return true; in cleanup()
DDnsTlsDispatcher.h104 std::chrono::time_point<std::chrono::steady_clock> lastUsed GUARDED_BY(sLock);
/packages/modules/Connectivity/bpf_progs/
Doffload.h131 uint64_t lastUsed; // Kernel updates on each use with bpf_ktime_get_boot_ns() member
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1407 final String ageStr = (value.lastUsed == 0) ? "-" in ipv4RuleToString()
1408 : String.format("%dms", (now - value.lastUsed) / 1_000_000); in ipv4RuleToString()
2349 if ((now - v.lastUsed) / 1_000_000 < CONNTRACK_TIMEOUT_UPDATE_INTERVAL_MS) { in refreshAllConntrackTimeouts()
2360 if ((now - v.lastUsed) / 1_000_000 < CONNTRACK_TIMEOUT_UPDATE_INTERVAL_MS) { in refreshAllConntrackTimeouts()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...