Searched refs:sCallbackHandler (Results 1 – 1 of 1) sorted by relevance
1387 Message msg = sCallbackHandler.obtainMessage(EXPIRE_LEGACY_REQUEST, seqNum, 0, netCap); in sendExpireMsgForFeature()1388 sCallbackHandler.sendMessageDelayed(msg, delay); in sendExpireMsgForFeature()2751 sCallbackHandler = new CallbackHandler(callbackThread.getLooper(), in incCallbackHandlerRefCount()2760 sCallbackHandler.obtainMessage(CALLBACK_EXIT).sendToTarget(); in decCallbackHandlerRefCount()2761 sCallbackHandler = null; in decCallbackHandlerRefCount()2769 static CallbackHandler sCallbackHandler = null; field in ConnectivityManager2788 new Messenger(sCallbackHandler), new Binder()); in sendRequestForNetwork()2791 new Messenger(sCallbackHandler), timeoutSec, new Binder(), legacyType); in sendRequestForNetwork()