Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java587 public long mCallingThreadId = -1; field in WifiManagerTest.TestLocalOnlyHotspotCallback
593 mCallingThreadId = Thread.currentThread().getId(); in onStarted()
599 mCallingThreadId = Thread.currentThread().getId(); in onStopped()
605 mCallingThreadId = Thread.currentThread().getId(); in onFailed()
651 public long mCallingThreadId = -1; field in WifiManagerTest.TestLocalOnlyHotspotObserver
657 mCallingThreadId = Thread.currentThread().getId(); in onRegistered()
664 mCallingThreadId = Thread.currentThread().getId(); in onStarted()
670 mCallingThreadId = Thread.currentThread().getId(); in onStopped()
779 assertEquals(altLooper.getLooper().getThread().getId(), callback.mCallingThreadId); in testMainLooperIsUsedWhenHandlerNotProvided()
1731 assertEquals(altLooper.getLooper().getThread().getId(), observer.mCallingThreadId); in testMainLooperIsUsedWhenHandlerNotProvidedForObserver()