/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsTelephonyListener.java | 214 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 …]
|
D | QnsProvisioningListener.java | 158 Handler h, int what, Object userObj, boolean notifyImmediately) { in registerProvisioningItemInfoChanged() argument 160 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerProvisioningItemInfoChanged()
|
D | QnsCallStatusTracker.java | 700 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/ |
D | CLIRListPreference.java | 188 } else if (ar.userObj instanceof Throwable) { in handleGetCLIRResponse() 189 Log.i(LOG_TAG, "handleGetCLIRResponse: ar.throwable=" + ar.userObj); in handleGetCLIRResponse()
|
D | CallBarringEditPreference.java | 290 if (ar.userObj instanceof Throwable) { in handleGetCallBarringResponse() 318 if (ar.exception != null || ar.userObj instanceof Throwable) { in handleSetCallBarringResponse()
|
D | PhoneInterfaceManager.java | 681 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 …]
|
D | CallForwardEditPreference.java | 395 if (ar.userObj instanceof Throwable) { in handleGetCFResponse() 401 if (!(ar.userObj instanceof Throwable)) { in handleGetCFResponse() 415 if (ar.userObj instanceof Throwable) { in handleGetCFResponse()
|
D | GsmUmtsCallBarringOptions.java | 246 } else if (ar.userObj instanceof Throwable) { 266 } else if (ar.userObj instanceof Throwable) {
|
D | CdmaCallWaitingPreference.java | 149 } else if (ar.userObj instanceof Throwable || ar.exception != null) { in handleGetCallWaitingResponse()
|
D | PhoneGlobals.java | 371 Phone phone = (Phone) ((AsyncResult) msg.obj).userObj;
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 792 if (ar.userObj instanceof Throwable) { in handleForwardingSettingsReadResult() 793 error = (Throwable) ar.userObj; in handleForwardingSettingsReadResult()
|
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/ |
D | SatelliteAccessController.java | 384 updateSatelliteConfigData((Context) ar.userObj); in handleMessage()
|