Searched refs:sCallbackHandler (Results 1 – 1 of 1) sorted by relevance
1168 Message msg = sCallbackHandler.obtainMessage(EXPIRE_LEGACY_REQUEST, seqNum, 0, netCap); in sendExpireMsgForFeature()1169 sCallbackHandler.sendMessageDelayed(msg, delay); in sendExpireMsgForFeature()2250 sCallbackHandler = new CallbackHandler(callbackThread.getLooper(), in incCallbackHandlerRefCount()2259 sCallbackHandler.obtainMessage(CALLBACK_EXIT).sendToTarget(); in decCallbackHandlerRefCount()2260 sCallbackHandler = null; in decCallbackHandlerRefCount()2268 static CallbackHandler sCallbackHandler = null; field in ConnectivityManager2285 new Messenger(sCallbackHandler), new Binder()); in sendRequestForNetwork()2288 new Messenger(sCallbackHandler), timeoutSec, new Binder(), legacyType); in sendRequestForNetwork()