Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DPersistentConnectionTest.java150 eq(conn.getServiceConnectionForTest()), in testAll()
155 conn.getServiceConnectionForTest().onServiceConnected(cn, in testAll()
192 conn.getServiceConnectionForTest().onServiceDisconnected(cn); in testAll()
203 conn.getServiceConnectionForTest().onServiceConnected(cn, in testAll()
216 conn.getServiceConnectionForTest().onBindingDied(cn); in testAll()
243 conn.getServiceConnectionForTest().onServiceConnected(cn, in testAll()
255 conn.getServiceConnectionForTest().onBindingDied(cn); in testAll()
283 conn.getServiceConnectionForTest().onBindingDied(cn); in testAll()
344 conn.getServiceConnectionForTest().onBindingDied(cn); in testReconnectFiresAfterUnbind()
393 conn.getServiceConnectionForTest().onBindingDied(cn); in testResetBackoff()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPersistentConnection.java485 ServiceConnection getServiceConnectionForTest() { in getServiceConnectionForTest() method in PersistentConnection