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