Home
last modified time | relevance | path

Searched defs:clientSession (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/app/activity/
H A DActivityThreadClientTest.java91 try (ClientMockSession clientSession = new ClientMockSession()) { in testLifecycleAfterFinished_OnCreate()
118 try (ClientMockSession clientSession = new ClientMockSession()) { in testLifecycleAfterFinished_OnStart()
143 try (ClientMockSession clientSession = new ClientMockSession()) { in testLifecycleAfterFinished_OnResume()
165 try (ClientMockSession clientSession = new ClientMockSession()) { in testLifecycleOfRelaunch()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java441 ClientSession clientSession = mClientSession; in sendEventHandler() local