Searched refs:callback2 (Results 1 – 5 of 5) sorted by relevance
168 BugreportCallbackImpl callback2 = new BugreportCallbackImpl(); in simultaneousBugreportsNotAllowed() local178 mBugreportManager.startConnectivityBugreport(bugreportFd2, Runnable::run, callback2); in simultaneousBugreportsNotAllowed()185 callback2::isDone); in simultaneousBugreportsNotAllowed()186 assertThat(callback2.getErrorCode()) in simultaneousBugreportsNotAllowed()199 assertThat(callback2.hasReceivedProgress()).isFalse(); in simultaneousBugreportsNotAllowed()
399 TestCallback callback2 = new TestCallback(); in testConnect_disconnect_reconnect_shouldWork() local400 client.getWalletCards(GET_WALLET_CARDS_REQUEST, callback2); in testConnect_disconnect_reconnect_shouldWork()401 callback2.await(3, TimeUnit.SECONDS); in testConnect_disconnect_reconnect_shouldWork()404 assertThat(callback2.mResponse).isNotNull(); in testConnect_disconnect_reconnect_shouldWork()
343 Controller2Callback callback2 = new Controller2Callback() { in testBroadcastSessionCommand() local356 .setControllerCallback(sHandlerExecutor, callback2) in testBroadcastSessionCommand()361 assertTrue(callback2.awaitOnConnected(WAIT_TIME_MS)); in testBroadcastSessionCommand()
1422 TestLocalOnlyHotspotCallback callback2 = new TestLocalOnlyHotspotCallback(mLock); in testStartLocalOnlyHotspotSingleRequestByApps() local1424 mWifiManager.startLocalOnlyHotspot(callback2, null); in testStartLocalOnlyHotspotSingleRequestByApps()1437 stopLocalOnlyHotspot(callback2, wifiEnabled); in testStartLocalOnlyHotspotSingleRequestByApps()
1120 AccountManagerCallback<Account[]> callback2 = new AccountManagerCallback<Account[]>() { in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local1143 callback2, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()