Home
last modified time | relevance | path

Searched refs:mPhoneAccountHandle (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallRedirectionProcessorTest.java75 @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/
DCallRedirectionProcessor.java98 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/
DVvmSimStateTracker.java73 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()
DVisualVoicemailPreferences.java39 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/
DMissedCallNotifier.java38 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/
DCallSubjectDialog.java143 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/
DCallSubjectDialog.java113 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/
DMobileNetworkUtilsTest.java79 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()