Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/image/cts/
DDynamicSystemClientTest.java66 DynamicSystemClient dSClient = new DynamicSystemClient(mInstrumentation.getTargetContext()); in testDynamicSystemClient() local
67 dSClient.setOnStatusChangedListener(this); in testDynamicSystemClient()
69 dSClient.bind(); in testDynamicSystemClient()
76 dSClient.start(uri, 1024L << 10); in testDynamicSystemClient()
94 dSClient.unbind(); in testDynamicSystemClient()
102 DynamicSystemClient dSClient = new DynamicSystemClient(mInstrumentation.getTargetContext()); in testDynamicSystemClient_withoutOnStatusChangedListener() local
104 dSClient.bind(); in testDynamicSystemClient_withoutOnStatusChangedListener()
110 dSClient.start(uri, 1024L << 10); in testDynamicSystemClient_withoutOnStatusChangedListener()
127 dSClient.unbind(); in testDynamicSystemClient_withoutOnStatusChangedListener()