Searched refs:mCallingThreadId (Results 1 – 1 of 1) sorted by relevance
191 public long mCallingThreadId = -1; field in WifiManagerTest.TestLocalOnlyHotspotCallback197 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.TestLocalOnlyHotspotObserver260 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()