Home
last modified time | relevance | path

Searched refs:METRICS_MILLIS_SINCE_LAST_READ_ERROR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DIncrementalMetrics.java107 return mData.getLong(IIncrementalService.METRICS_MILLIS_SINCE_LAST_READ_ERROR, -1); in getMillisSinceLastReadError()
DIIncrementalService.aidl208 const @utf8InCpp String METRICS_MILLIS_SINCE_LAST_READ_ERROR = "millisSinceLastReadError"; field
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp2256 result.getLong(String16(BnIncrementalService::METRICS_MILLIS_SINCE_LAST_READ_ERROR() in TEST_F()
2296 ASSERT_TRUE(result.getLong(String16(BnIncrementalService::METRICS_MILLIS_SINCE_LAST_READ_ERROR() in TEST_F()
/frameworks/base/services/incremental/
DIncrementalService.cpp2517 os::incremental::BnIncrementalService::METRICS_MILLIS_SINCE_LAST_READ_ERROR(); in getMetrics()