Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/incremental/
DIncrementalMetrics.java100 return mData.getInt(IIncrementalService.METRICS_LAST_READ_ERROR_UID, -1); in getLastReadErrorUid()
DIIncrementalService.aidl204 const @utf8InCpp String METRICS_LAST_READ_ERROR_UID = "lastReadErrorUid"; field
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp2267 result.getInt(String16(BnIncrementalService::METRICS_LAST_READ_ERROR_UID().c_str()), in TEST_F()
2306 ASSERT_TRUE(result.getInt(String16(BnIncrementalService::METRICS_LAST_READ_ERROR_UID().c_str()), in TEST_F()
/frameworks/base/services/incremental/
DIncrementalService.cpp2524 os::incremental::BnIncrementalService::METRICS_LAST_READ_ERROR_UID(); in getMetrics()