Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java191 public long mCallingThreadId = -1; field in WifiManagerTest.TestLocalOnlyHotspotCallback
197 mCallingThreadId = Thread.currentThread().getId(); in onStarted()
203 mCallingThreadId = Thread.currentThread().getId(); in onStopped()
209 mCallingThreadId = Thread.currentThread().getId(); in onFailed()
254 public long mCallingThreadId = -1; field in WifiManagerTest.TestLocalOnlyHotspotObserver
260 mCallingThreadId = Thread.currentThread().getId(); in onRegistered()
267 mCallingThreadId = Thread.currentThread().getId(); in onStarted()
273 mCallingThreadId = Thread.currentThread().getId(); in onStopped()
378 assertEquals(altLooper.getLooper().getThread().getId(), callback.mCallingThreadId); in testMainLooperIsUsedWhenHandlerNotProvided()
814 assertEquals(altLooper.getLooper().getThread().getId(), observer.mCallingThreadId); in testMainLooperIsUsedWhenHandlerNotProvidedForObserver()