Searched refs:dSClient (Results 1 – 1 of 1) sorted by relevance
66 DynamicSystemClient dSClient = new DynamicSystemClient(mInstrumentation.getTargetContext()); in testDynamicSystemClient() local67 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() local104 dSClient.bind(); in testDynamicSystemClient_withoutOnStatusChangedListener()110 dSClient.start(uri, 1024L << 10); in testDynamicSystemClient_withoutOnStatusChangedListener()127 dSClient.unbind(); in testDynamicSystemClient_withoutOnStatusChangedListener()