Searched refs:callingThreadId (Results 1 – 1 of 1) sorted by relevance
514 long callingThreadId = Thread.currentThread().getId(); in unregister() local515 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in unregister()559 long callingThreadId = Thread.currentThread().getId(); in send() local560 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in send()594 long callingThreadId = Thread.currentThread().getId(); in sendOntoMainThread() local595 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in sendOntoMainThread()717 long callingThreadId = Thread.currentThread().getId(); in registerSubscriber() local718 if (callingThreadId != mHandler.getLooper().getThread().getId()) { in registerSubscriber()