/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallRedirectionProcessorTest.java | 75 @Mock private PhoneAccountHandle mPhoneAccountHandle; field in CallRedirectionProcessorTest 126 when(mCall.getTargetPhoneAccount()).thenReturn(mPhoneAccountHandle); in setUp() 202 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testNoUserDefinedServiceNoCarrierSerivce() 217 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testCarrierServiceTimeoutNoUserDefinedService() 222 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testCarrierServiceTimeoutNoUserDefinedService() 237 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testUserDefinedServiceTimeoutNoCarrierService() 243 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testUserDefinedServiceTimeoutNoCarrierService() 250 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testUserDefinedServiceTimeoutNoCarrierService() 266 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testUserDefinedServiceTimeoutAndCarrierServiceTimeout() 274 eq(mPhoneAccountHandle), eq(null), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testUserDefinedServiceTimeoutAndCarrierServiceTimeout() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 98 mPhoneAccountHandle, mAllowInteractiveResponse in onServiceBound() 105 + " [phoneAccountHandle]" + mPhoneAccountHandle); in onServiceBound() 200 mPhoneAccountHandle = targetPhoneAccount; in redirectCall() 208 + mPhoneAccountHandle + "[confirmFirst]" + confirmFirst + " from " in redirectCall() 241 private PhoneAccountHandle mPhoneAccountHandle; field in CallRedirectionProcessor 287 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallRedirectionProcessor() 316 mPhoneAccountHandle, mRedirectionGatewayInfo, mSpeakerphoneOn, in onCallRedirectionComplete() 326 mPhoneAccountHandle, mRedirectionGatewayInfo, mSpeakerphoneOn, in onCallRedirectionComplete() 365 mPhoneAccountHandle); in performCarrierCallRedirection() 375 mPhoneAccountHandle, mRedirectionGatewayInfo, mSpeakerphoneOn, mVideoState, in performCarrierCallRedirection() [all …]
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmSimStateTracker.java | 73 private final PhoneAccountHandle mPhoneAccountHandle; field in VvmSimStateTracker.ServiceStateListener 78 mPhoneAccountHandle = phoneAccountHandle; in ServiceStateListener() 82 TelephonyManager telephonyManager = getTelephonyManager(mContext, mPhoneAccountHandle); in listen() 84 VvmLog.e(TAG, "Cannot create TelephonyManager from " + mPhoneAccountHandle); in listen() 96 sListeners.put(mPhoneAccountHandle, null); in unlisten() 103 sendConnected(mContext, mPhoneAccountHandle); in onServiceStateChanged()
|
D | VisualVoicemailPreferences.java | 39 private final PhoneAccountHandle mPhoneAccountHandle; field in VisualVoicemailPreferences 43 mPhoneAccountHandle = phoneAccountHandle; in VisualVoicemailPreferences() 144 return VISUAL_VOICEMAIL_SHARED_PREFS_KEY_PREFIX + key + "_" + mPhoneAccountHandle.getId(); in getKey()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | MissedCallNotifier.java | 38 private PhoneAccountHandle mPhoneAccountHandle; field in MissedCallNotifier.CallInfo 45 mPhoneAccountHandle = phoneAccountHandle; in CallInfo() 52 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallInfo() 62 return mPhoneAccountHandle; in getPhoneAccountHandle()
|
/packages/apps/Dialer/java/com/android/contacts/common/dialog/ |
D | CallSubjectDialog.java | 143 private PhoneAccountHandle mPhoneAccountHandle; field in CallSubjectDialog 153 .setPhoneAccountHandle(mPhoneAccountHandle) 354 mPhoneAccountHandle = arguments.getParcelable(ARG_PHONE_ACCOUNT_HANDLE); in readArguments() 520 if (mPhoneAccountHandle == null) { in loadConfiguration() 525 final PhoneAccount account = telecomManager.getPhoneAccount(mPhoneAccountHandle); in loadConfiguration()
|
/packages/apps/Contacts/src/com/android/contacts/dialog/ |
D | CallSubjectDialog.java | 113 private PhoneAccountHandle mPhoneAccountHandle; field in CallSubjectDialog 163 Intent intent = CallUtil.getCallWithSubjectIntent(mNumber, mPhoneAccountHandle, 351 mPhoneAccountHandle = arguments.getParcelable(ARG_PHONE_ACCOUNT_HANDLE); in readArguments() 589 if (mPhoneAccountHandle == null) { in loadConfiguration() 595 final PhoneAccount account = telecomManager.getPhoneAccount(mPhoneAccountHandle); in loadConfiguration()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/ |
D | MobileNetworkUtilsTest.java | 79 private PhoneAccountHandle mPhoneAccountHandle; field in MobileNetworkUtilsTest 101 when(mPhoneAccountHandle.getComponentName()).thenReturn(mComponentName); in setUp() 158 mPhoneAccountHandle)).isNull(); in buildConfigureIntent_noActivityHandleIntent_returnNull() 167 mPhoneAccountHandle)).isNotNull(); in buildConfigureIntent_hasActivityHandleIntent_returnIntent()
|