/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallRedirectionProcessorTest.java | 73 @Mock private PhoneAccountHandle mPhoneAccountHandle; field in CallRedirectionProcessorTest 124 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 …]
|
D | EmergencyCallHelperTest.java | 68 @Mock private PhoneAccountHandle mPhoneAccountHandle; field in EmergencyCallHelperTest 260 mEmergencyCallHelper.setLastOutgoingEmergencyCallPAH(mPhoneAccountHandle); in testIsLastOutgoingEmergencyCallPAH() 264 assertTrue(mEmergencyCallHelper.isLastOutgoingEmergencyCallPAH(mPhoneAccountHandle)); in testIsLastOutgoingEmergencyCallPAH() 269 assertFalse(mEmergencyCallHelper.isLastOutgoingEmergencyCallPAH(mPhoneAccountHandle)); in testIsLastOutgoingEmergencyCallPAH()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 98 mPhoneAccountHandle, mAllowInteractiveResponse in onServiceBound() 105 + " [phoneAccountHandle]" + mPhoneAccountHandle); in onServiceBound() 238 mPhoneAccountHandle = targetPhoneAccount; in redirectCall() 246 + mPhoneAccountHandle + "[confirmFirst]" + confirmFirst + " from " in redirectCall() 279 private PhoneAccountHandle mPhoneAccountHandle; field in CallRedirectionProcessor 325 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallRedirectionProcessor() 354 mPhoneAccountHandle, mRedirectionGatewayInfo, mSpeakerphoneOn, in onCallRedirectionComplete() 364 mPhoneAccountHandle, mRedirectionGatewayInfo, mSpeakerphoneOn, in onCallRedirectionComplete() 405 mPhoneAccountHandle); in performCarrierCallRedirection() 415 mPhoneAccountHandle, mRedirectionGatewayInfo, mSpeakerphoneOn, mVideoState, in performCarrierCallRedirection() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | MissedCallNotifier.java | 39 private PhoneAccountHandle mPhoneAccountHandle; field in MissedCallNotifier.CallInfo 46 mPhoneAccountHandle = phoneAccountHandle; in CallInfo() 53 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallInfo() 63 return mPhoneAccountHandle; in getPhoneAccountHandle()
|
D | TransactionalServiceWrapper.java | 86 private final PhoneAccountHandle mPhoneAccountHandle; field in TransactionalServiceWrapper 115 mPhoneAccountHandle = phoneAccountHandle; in TransactionalServiceWrapper() 137 return mPhoneAccountHandle; in getPhoneAccountHandle() 155 mRepository.removeServiceWrapper(mPhoneAccountHandle); in untrackCall() 710 return mPhoneAccountHandle.getComponentName(); in getComponentName()
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmSimStateTracker.java | 77 private final PhoneAccountHandle mPhoneAccountHandle; field in VvmSimStateTracker.ServiceStateListener 82 mPhoneAccountHandle = phoneAccountHandle; in ServiceStateListener() 86 TelephonyManager telephonyManager = getTelephonyManager(mContext, mPhoneAccountHandle); in listen() 88 VvmLog.e(TAG, "Cannot create TelephonyManager from " + mPhoneAccountHandle); in listen() 101 sListeners.put(mPhoneAccountHandle, null); in unlisten() 108 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/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
D | NetworkProviderWifiCallingGroupTest.java | 90 private PhoneAccountHandle mPhoneAccountHandle; field in NetworkProviderWifiCallingGroupTest 116 .thenReturn(mPhoneAccountHandle); in setUp() 171 doReturn(mPhoneAccountHandle).when(mNetworkProviderWifiCallingGroup) in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse() 184 doReturn(mPhoneAccountHandle).when(mNetworkProviderWifiCallingGroup) in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue() 200 mPhoneAccountHandle = new PhoneAccountHandle(mComponentName, ""); in buildPhoneAccountConfigureIntent()
|
D | MobileNetworkUtilsTest.java | 104 private PhoneAccountHandle mPhoneAccountHandle; field in MobileNetworkUtilsTest 147 .thenReturn(mPhoneAccountHandle); in setUp() 191 mPhoneAccountHandle)).isNull(); in buildConfigureIntent_noActivityHandleIntent_returnNull() 199 mPhoneAccountHandle)).isNotNull(); in buildConfigureIntent_hasActivityHandleIntent_returnIntent() 450 mPhoneAccountHandle = new PhoneAccountHandle(mComponentName, ""); in buildPhoneAccountConfigureIntent()
|
/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, 352 mPhoneAccountHandle = arguments.getParcelable(ARG_PHONE_ACCOUNT_HANDLE); in readArguments() 590 if (mPhoneAccountHandle == null) { in loadConfiguration() 596 final PhoneAccount account = telecomManager.getPhoneAccount(mPhoneAccountHandle); in loadConfiguration()
|