Home
last modified time | relevance | path

Searched refs:assertCallingFromSystemProcess (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DICarImpl.java549 assertCallingFromSystemProcess(); in setSystemServerConnections()
612 static void assertCallingFromSystemProcess() { in assertCallingFromSystemProcess() method in ICarImpl
1031 assertCallingFromSystemProcess(); in onUserLifecycleEvent()
1044 assertCallingFromSystemProcess(); in initBootUser()
1054 assertCallingFromSystemProcess(); in onUserRemoved()
1062 assertCallingFromSystemProcess(); in onFactoryReset()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java202 doNothing().when(() -> ICarImpl.assertCallingFromSystemProcess()); in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
DMockedCarTestBase.java340 doNothing().when(() -> ICarImpl.assertCallingFromSystemProcess()); in setUp()