Home
last modified time | relevance | path

Searched refs:userObj (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsTelephonyListener.java214 int netCapability, Handler h, int what, Object userObj, boolean notifyImmediately) { in registerQnsTelephonyInfoChanged() argument
216 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerQnsTelephonyInfoChanged()
239 int netCapability, Handler h, int what, Object userObj, boolean notifyImmediately) { in registerPreciseDataConnectionStateChanged() argument
241 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerPreciseDataConnectionStateChanged()
265 void registerCallStateListener(Handler h, int what, Object userObj, boolean notifyImmediately) { in registerCallStateListener() argument
268 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerCallStateListener()
284 void registerSrvccStateListener(Handler h, int what, Object userObj) { in registerSrvccStateListener() argument
287 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerSrvccStateListener()
299 void registerSubscriptionIdListener(Handler h, int what, Object userObj) { in registerSubscriptionIdListener() argument
302 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerSubscriptionIdListener()
[all …]
DQnsProvisioningListener.java158 Handler h, int what, Object userObj, boolean notifyImmediately) { in registerProvisioningItemInfoChanged() argument
160 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerProvisioningItemInfoChanged()
DQnsCallStatusTracker.java700 Handler h, int what, Object userObj) { in registerLowMediaQualityListener() argument
703 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerLowMediaQualityListener()
938 int netCapability, @NonNull Handler h, int what, Object userObj) { in registerCallTypeChangedListener() argument
945 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerCallTypeChangedListener()
/packages/services/Telephony/src/com/android/phone/
DCLIRListPreference.java188 } else if (ar.userObj instanceof Throwable) { in handleGetCLIRResponse()
189 Log.i(LOG_TAG, "handleGetCLIRResponse: ar.throwable=" + ar.userObj); in handleGetCLIRResponse()
DCallBarringEditPreference.java290 if (ar.userObj instanceof Throwable) { in handleGetCallBarringResponse()
318 if (ar.exception != null || ar.userObj instanceof Throwable) { in handleSetCallBarringResponse()
DPhoneInterfaceManager.java681 request = (MainThreadRequest) ar.userObj; in handleMessage()
718 request = (MainThreadRequest) ar.userObj; in handleMessage()
754 request = (MainThreadRequest) ar.userObj; in handleMessage()
778 request = (MainThreadRequest) ar.userObj; in handleMessage()
814 request = (MainThreadRequest) ar.userObj; in handleMessage()
879 request = (MainThreadRequest) ar.userObj; in handleMessage()
920 request = (MainThreadRequest) ar.userObj; in handleMessage()
986 request = (MainThreadRequest) ar.userObj; in handleMessage()
1026 request = (MainThreadRequest) ar.userObj; in handleMessage()
1067 request = (MainThreadRequest) ar.userObj; in handleMessage()
[all …]
DCallForwardEditPreference.java395 if (ar.userObj instanceof Throwable) { in handleGetCFResponse()
401 if (!(ar.userObj instanceof Throwable)) { in handleGetCFResponse()
415 if (ar.userObj instanceof Throwable) { in handleGetCFResponse()
DGsmUmtsCallBarringOptions.java246 } else if (ar.userObj instanceof Throwable) {
266 } else if (ar.userObj instanceof Throwable) {
DCdmaCallWaitingPreference.java149 } else if (ar.userObj instanceof Throwable || ar.exception != null) { in handleGetCallWaitingResponse()
DPhoneGlobals.java371 Phone phone = (Phone) ((AsyncResult) msg.obj).userObj;
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java792 if (ar.userObj instanceof Throwable) { in handleForwardingSettingsReadResult()
793 error = (Throwable) ar.userObj; in handleForwardingSettingsReadResult()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java384 updateSatelliteConfigData((Context) ar.userObj); in handleMessage()