/packages/services/Telephony/src/com/android/services/telephony/ |
ImsConference.java | 29 import android.telecom.PhoneAccountHandle; 223 * The PhoneAccountHandle of the conference host. 225 private PhoneAccountHandle mConferenceHostPhoneAccountHandle; 265 * @param phoneAccountHandle The phone account handle associated with the conference. 268 TelephonyConnection conferenceHost, PhoneAccountHandle phoneAccountHandle) { 270 super(phoneAccountHandle); [all...] |
TelecomAccountRegistry.java | 36 import android.telecom.PhoneAccountHandle; 102 * Registers the specified account with Telecom as a PhoneAccountHandle. 108 PhoneAccountHandle phoneAccountHandle = 253 PhoneAccount account = PhoneAccount.builder(phoneAccountHandle, label) 273 public PhoneAccountHandle getPhoneAccountHandle() { 515 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} supports 518 * @param handle The {@link PhoneAccountHandle}. 521 boolean isVideoPauseSupported(PhoneAccountHandle handle) { 533 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} support [all...] |
TelephonyConnection.java | 31 import android.telecom.PhoneAccountHandle; [all...] |
TelephonyConnectionService.java | 31 import android.telecom.PhoneAccountHandle; 101 PhoneAccountHandle connectionManagerPhoneAccount, 418 PhoneAccountHandle connectionManagerPhoneAccount, 423 PhoneAccountHandle accountHandle = request.getAccountHandle(); 427 Log.i(this, "Emergency PhoneAccountHandle is being used for incoming call... " + 480 public Connection onCreateUnknownConnection(PhoneAccountHandle connectionManagerPhoneAccount, 483 // Use the registered emergency Phone if the PhoneAccountHandle is set to Telephony's 485 PhoneAccountHandle accountHandle = request.getAccountHandle(); 489 Log.i(this, "Emergency PhoneAccountHandle is being used for unknown call... " + 640 PhoneAccountHandle phoneAccountHandle [all...] |
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
OmtpVvmCarrierConfigHelper.java | 23 import android.telecom.PhoneAccountHandle; 98 private PhoneAccountHandle mPhoneAccountHandle; 114 public OmtpVvmCarrierConfigHelper(Context context, PhoneAccountHandle handle) { 139 public PhoneAccountHandle getPhoneAccountHandle() { 312 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); 313 if (phoneAccountHandle == null) { 318 VoicemailStatus.edit(mContext, phoneAccountHandle) 354 public void startProvisioning(ActivationTask task, PhoneAccountHandle phone,
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallsManager.java | 45 import android.telecom.PhoneAccountHandle; 652 * @param phoneAccountHandle The phone account which contains the component name of the 656 void processIncomingCallIntent(PhoneAccountHandle phoneAccountHandle, Bundle extras) { 675 phoneAccountHandle, 693 void addNewUnknownCall(PhoneAccountHandle phoneAccountHandle, Bundle extras) { 708 phoneAccountHandle, 759 * @param phoneAccountHandle The phone account which contains the component name of the 764 Call startOutgoingCall(Uri handle, PhoneAccountHandle phoneAccountHandle, Bundle extras [all...] |
ConnectionServiceWrapper.java | 37 import android.telecom.PhoneAccountHandle; 382 PhoneAccountHandle phAcc = null; 625 // Check that the Calling Package matches PhoneAccountHandle's Component Package 626 PhoneAccountHandle callingPhoneAccountHandle = connection.getPhoneAccount(); 637 List<PhoneAccountHandle> accountHandles = 640 PhoneAccountHandle phoneAccountHandle = null; 641 for (PhoneAccountHandle accountHandle : accountHandles) { 643 phoneAccountHandle = accountHandle; 646 if (phoneAccountHandle != null) [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
Voicemail.java | 31 private final PhoneAccountHandle mPhoneAccount; 41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, 46 mPhoneAccount = phoneAccountHandle; 85 private PhoneAccountHandle mBuilderPhoneAccount; 109 public Builder setPhoneAccount(PhoneAccountHandle phoneAccount) { 182 public PhoneAccountHandle getPhoneAccount() { 303 mPhoneAccount = PhoneAccountHandle.CREATOR.createFromParcel(in);
|
ConnectionService.java | 138 PhoneAccountHandle connectionManagerPhoneAccount, 289 final PhoneAccountHandle connectionManagerPhoneAccount = 290 (PhoneAccountHandle) args.arg1; 738 final PhoneAccountHandle callManagerAccount, [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelecomManagerFacade.java | 34 import android.telecom.PhoneAccountHandle; 63 private List<PhoneAccountHandle> mEnabledAccountHandles = null; 143 public List<PhoneAccountHandle> telecomGetEnabledPhoneAccounts() { 153 List<PhoneAccountHandle> accountHandles = mTelecomManager 155 for (PhoneAccountHandle handle : accountHandles) { 172 public PhoneAccountHandle telecomGetUserSelectedOutgoingPhoneAccount() { 181 Iterator<PhoneAccountHandle> phoneAccounts = 185 PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); 187 mTelecomManager.getPhoneAccount(phoneAccountHandle); [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallLogManagerTest.java | 37 import android.telecom.PhoneAccountHandle; 72 private PhoneAccountHandle mDefaultAccountHandle; 73 private PhoneAccountHandle mOtherUserAccountHandle; 74 private PhoneAccountHandle mManagedProfileAccountHandle; 78 private static final PhoneAccountHandle EMERGENCY_ACCT_HANDLE = TelephonyUtil 109 mDefaultAccountHandle = new PhoneAccountHandle( 115 mOtherUserAccountHandle = new PhoneAccountHandle( 121 mManagedProfileAccountHandle = new PhoneAccountHandle( 160 mDefaultAccountHandle, // phoneAccountHandle 174 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class)) [all...] |
PhoneAccountRegistrarTest.java | 30 import android.telecom.PhoneAccountHandle; 89 PhoneAccountHandle input = new PhoneAccountHandle(new ComponentName("pkg0", "cls0"), "id0"); 90 PhoneAccountHandle result = roundTripXml(this, input, 94 PhoneAccountHandle inputN = new PhoneAccountHandle(new ComponentName("pkg0", "cls0"), null); 95 PhoneAccountHandle resultN = roundTripXml(this, inputN, 215 PhoneAccountHandle telAccount = makeQuickAccountHandle("tel_acct"); 220 PhoneAccountHandle defaultAccount = 225 PhoneAccountHandle sipAccount = makeQuickAccountHandle("sip_acct") [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
MissedCallNotifierImpl.java | 24 import android.telecom.PhoneAccountHandle; 290 final PhoneAccountHandle phoneAccountHandle = call.getTargetPhoneAccount(); 292 mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle); 298 userHandle = phoneAccountHandle.getUserHandle();
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/ |
CallSubjectDialog.java | 29 import android.telecom.PhoneAccountHandle; 113 private PhoneAccountHandle mPhoneAccountHandle; 220 null /* phoneAccountHandle */); 235 * @param phoneAccountHandle The phone account handle. 239 String numberLabel, PhoneAccountHandle phoneAccountHandle) { 249 arguments.putParcelable(ARG_PHONE_ACCOUNT_HANDLE, phoneAccountHandle);
|
/packages/services/Telephony/src/com/android/phone/ |
NotificationMgr.java | 37 import android.telecom.PhoneAccountHandle; 231 PhoneAccountHandle phoneAccount = PhoneUtils.makePstnPhoneAccountHandle(phone); 294 PhoneAccountHandle phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle(phone); 322 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle);
|
PhoneInterfaceManager.java | 45 import android.telecom.PhoneAccountHandle; [all...] |
/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailSettingsActivity.java | 33 import android.telecom.PhoneAccountHandle; 268 PhoneAccountHandle phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle(mPhone); 271 phoneAccountHandle); 274 if (VoicemailChangePinActivity.isDefaultOldPinSet(this, phoneAccountHandle)) { 409 PhoneAccountHandle handle = PhoneUtils.makePstnPhoneAccountHandle(mPhone); [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallPresenter.java | 33 import android.telecom.PhoneAccountHandle; 136 private PhoneAccountHandle mPendingPhoneAccountHandle; 757 public void setBoundAndWaitingForOutgoingCall(boolean isBound, PhoneAccountHandle handle) { [all...] |
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | 39 import android.telecom.PhoneAccountHandle; [all...] |