Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DConnectivityManager.java1467 void stopLooper() { in stopLooper() method in ConnectivityManager.PacketKeepalive
1476 stopLooper(); in stop()
1501 stopLooper(); in PacketKeepalive()
1505 stopLooper(); in PacketKeepalive()
1535 k.stopLooper(); in startNattKeepalive()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java262 private static void stopLooper(final Looper looper) throws Exception { in stopLooper() method in WifiStateMachineTest
410 if (mSyncThread != null) stopLooper(mSyncThread.getLooper()); in cleanUp()
411 if (mWsmThread != null) stopLooper(mWsmThread.getLooper()); in cleanUp()
412 if (mP2pThread != null) stopLooper(mP2pThread.getLooper()); in cleanUp()