/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
D | CallUtil.java | 62 public static Intent getCallIntent(String number, PhoneAccountHandle accountHandle) { in getCallIntent() 69 public static Intent getCallIntent(Uri uri, PhoneAccountHandle accountHandle) { in getCallIntent() 77 String number, String callOrigin, PhoneAccountHandle accountHandle) { in getCallIntent() 87 Uri uri, String callOrigin, PhoneAccountHandle accountHandle) { in getCallIntent() 105 String number, String callOrigin, PhoneAccountHandle accountHandle) { in getVideoCallIntent() 114 public static Intent getVideoCallIntent(String number, PhoneAccountHandle accountHandle) { in getVideoCallIntent() 124 Uri uri, String callOrigin, PhoneAccountHandle accountHandle, int videoState) { in getCallIntent()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallLogManager.java | 58 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in AddCallArgs() 79 public final PhoneAccountHandle accountHandle; field in CallLogManager.AddCallArgs 144 final PhoneAccountHandle accountHandle = call.getTargetPhoneAccount(); in logCall() local 149 accountHandle, creationTime, age, null); in logCall() local 170 PhoneAccountHandle accountHandle, in logCall()
|
D | TelecomServiceImpl.java | 178 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) { in setUserSelectedOutgoingPhoneAccount() 220 public PhoneAccount getPhoneAccount(PhoneAccountHandle accountHandle) { in getPhoneAccount() 270 public void setSimCallManager(PhoneAccountHandle accountHandle) { in setSimCallManager() 312 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount()
|
D | PhoneAccountRegistrar.java | 161 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) { in setUserSelectedOutgoingPhoneAccount() 378 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount()
|
D | InCallAdapter.java | 287 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle) { in phoneAccountSelected()
|
D | Call.java | 503 void setConnectionManagerPhoneAccount(PhoneAccountHandle accountHandle) { in setConnectionManagerPhoneAccount() 517 void setTargetPhoneAccount(PhoneAccountHandle accountHandle) { in setTargetPhoneAccount()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | IntentProvider.java | 45 final PhoneAccountHandle accountHandle) { in getReturnCallIntentProvider()
|
D | CallLogListItemViews.java | 90 public PhoneAccountHandle accountHandle; field in CallLogListItemViews
|
D | CallLogAdapter.java | 641 final PhoneAccountHandle accountHandle = PhoneAccountUtils.getAccount( in bindView() local
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipBroadcastReceiver.java | 61 PhoneAccountHandle accountHandle = intent.getParcelableExtra(SipUtil.EXTRA_PHONE_ACCOUNT); in takeCall() local
|
D | SipUtil.java | 108 PhoneAccountHandle accountHandle = in createPhoneAccount() local
|
D | SipConnectionService.java | 78 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateOutgoingConnection() local
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/ |
D | TestConnectionService.java | 301 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() local 348 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() local
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | SelectPhoneAccountDialogFragment.java | 129 PhoneAccountHandle accountHandle = getItem(position); in getView() local
|
D | TelecomAdapter.java | 235 void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle) { in phoneAccountSelected()
|
D | CallCardPresenter.java | 273 PhoneAccountHandle accountHandle = mPrimary.getAccountHandle(); in getSubscriptionNumber() local 513 PhoneAccountHandle accountHandle = call.getAccountHandle(); in getAccountForCall() local
|
D | InCallPresenter.java | 464 public void handleAccountSelection(PhoneAccountHandle accountHandle) { in handleAccountSelection()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 377 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency) { in getPhoneForAccount()
|