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.java228 public long mCallingThreadId = -1; field in WifiManagerTest.TestLocalOnlyHotspotCallback
234 mCallingThreadId = Thread.currentThread().getId(); in onStarted()
240 mCallingThreadId = Thread.currentThread().getId(); in onStopped()
246 mCallingThreadId = Thread.currentThread().getId(); in onFailed()
291 public long mCallingThreadId = -1; field in WifiManagerTest.TestLocalOnlyHotspotObserver
297 mCallingThreadId = Thread.currentThread().getId(); in onRegistered()
304 mCallingThreadId = Thread.currentThread().getId(); in onStarted()
310 mCallingThreadId = Thread.currentThread().getId(); in onStopped()
415 assertEquals(altLooper.getLooper().getThread().getId(), callback.mCallingThreadId); in testMainLooperIsUsedWhenHandlerNotProvided()
853 assertEquals(altLooper.getLooper().getThread().getId(), observer.mCallingThreadId); in testMainLooperIsUsedWhenHandlerNotProvidedForObserver()