Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DResetNetworkOperationBuilder.java119 public ResetNetworkOperationBuilder resetWifiP2pManager(Looper callbackLooper) { in resetWifiP2pManager() argument
123 mContext, callbackLooper, null /* listener */); in resetWifiP2pManager()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java869 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservation() local
870 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() local
902 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() local
929 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStartedIsCalledWithNullConfig()
[all …]