Searched refs:callingThreadId (Results 1 – 1 of 1) sorted by relevance
405 long callingThreadId = Thread.currentThread().getId(); in unregister() local406 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in unregister()438 long callingThreadId = Thread.currentThread().getId(); in send() local439 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in send()473 long callingThreadId = Thread.currentThread().getId(); in sendOntoMainThread() local474 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in sendOntoMainThread()544 long callingThreadId = Thread.currentThread().getId(); in registerSubscriber() local545 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in registerSubscriber()