Home
last modified time | relevance | path

Searched refs:getReadonlyClient (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DBinderCallsStatsPerfTest.java48 setDeviceState(new CachedDeviceState(false, false).getReadonlyClient()); in FakeCpuTimeBinderCallsStats()
68 mBinderCallsStats.setDeviceState(deviceState.getReadonlyClient()); in setUp()
H A DLooperStatsPerfTest.java54 mStats.setDeviceState(mDeviceState.getReadonlyClient()); in setUp()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DCachedDeviceState.java75 public Readonly getReadonlyClient() { in getReadonlyClient() method in CachedDeviceState
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DCachedDeviceStateService.java66 publishLocalService(CachedDeviceState.Readonly.class, mDeviceState.getReadonlyClient()); in onStart()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java439 bcs.setDeviceState(mDeviceState.getReadonlyClient()); in testNoDataCollectedBeforeInitialDeviceStateSet()
1092 setDeviceState(deviceState.getReadonlyClient()); in TestBinderCallsStats()
H A DLooperStatsTest.java554 setDeviceState(deviceState.getReadonlyClient()); in TestableLooperStats()