Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/app/activity/
H A DActivityThreadClientTest.java98 clientSession.startActivity(r); in testLifecycleAfterFinished_OnCreate()
101 clientSession.resumeActivity(r); in testLifecycleAfterFinished_OnCreate()
104 clientSession.pauseActivity(r); in testLifecycleAfterFinished_OnCreate()
107 clientSession.stopActivity(r); in testLifecycleAfterFinished_OnCreate()
122 clientSession.startActivity(r); in testLifecycleAfterFinished_OnStart()
126 clientSession.resumeActivity(r); in testLifecycleAfterFinished_OnStart()
129 clientSession.pauseActivity(r); in testLifecycleAfterFinished_OnStart()
132 clientSession.stopActivity(r); in testLifecycleAfterFinished_OnStart()
147 clientSession.startActivity(r); in testLifecycleAfterFinished_OnResume()
152 clientSession.pauseActivity(r); in testLifecycleAfterFinished_OnResume()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java441 ClientSession clientSession = mClientSession; in sendEventHandler() local
443 if ((!mConnected) || (clientSession == null)) { in sendEventHandler()
474 putOperation = (ClientOperation) clientSession.put(request); in sendEventHandler()