Home
last modified time | relevance | path

Searched refs:INVALID_NETWORK_TIME (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DApplicationSharedMemory.java57 public static final long INVALID_NETWORK_TIME = -1; field in ApplicationSharedMemory
217 mPtr, INVALID_NETWORK_TIME); in clearLatestNetworkTimeUnixEpochMillisAtZeroElapsedRealtimeMillis()
233 if (offset == INVALID_NETWORK_TIME) { in getLatestNetworkTimeUnixEpochMillisAtZeroElapsedRealtimeMillis()
/frameworks/base/core/jni/
Dcom_android_internal_os_ApplicationSharedMemory.cpp105 static constexpr int64_t INVALID_NETWORK_TIME = -1; member in __anonb63d09070111::SharedMemory
111 : latestNetworkTimeUnixEpochMillisAtZeroElapsedRealtimeMillis(INVALID_NETWORK_TIME) {} in SharedMemory()