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