Searched refs:callbackLooper (Results 1 – 2 of 2) sorted by relevance
119 public ResetNetworkOperationBuilder resetWifiP2pManager(Looper callbackLooper) { in resetWifiP2pManager() argument123 mContext, callbackLooper, null /* listener */); in resetWifiP2pManager()
869 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservation() local870 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStartedIsCalledWithReservation()876 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservation()883 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservation()901 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local902 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()908 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()915 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()928 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithNullConfig() local929 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStartedIsCalledWithNullConfig()[all …]