Home
last modified time | relevance | path

Searched defs:accountHandle (Results 1 – 18 of 18) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DCallUtil.java62 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/
DCallLogManager.java58 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()
DTelecomServiceImpl.java178 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()
DPhoneAccountRegistrar.java161 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) { in setUserSelectedOutgoingPhoneAccount()
378 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount()
DInCallAdapter.java287 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle) { in phoneAccountSelected()
DCall.java503 void setConnectionManagerPhoneAccount(PhoneAccountHandle accountHandle) { in setConnectionManagerPhoneAccount()
517 void setTargetPhoneAccount(PhoneAccountHandle accountHandle) { in setTargetPhoneAccount()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DIntentProvider.java45 final PhoneAccountHandle accountHandle) { in getReturnCallIntentProvider()
DCallLogListItemViews.java90 public PhoneAccountHandle accountHandle; field in CallLogListItemViews
DCallLogAdapter.java641 final PhoneAccountHandle accountHandle = PhoneAccountUtils.getAccount( in bindView() local
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipBroadcastReceiver.java61 PhoneAccountHandle accountHandle = intent.getParcelableExtra(SipUtil.EXTRA_PHONE_ACCOUNT); in takeCall() local
DSipUtil.java108 PhoneAccountHandle accountHandle = in createPhoneAccount() local
DSipConnectionService.java78 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateOutgoingConnection() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionService.java301 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() local
348 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() local
/packages/apps/InCallUI/src/com/android/incallui/
DSelectPhoneAccountDialogFragment.java129 PhoneAccountHandle accountHandle = getItem(position); in getView() local
DTelecomAdapter.java235 void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle) { in phoneAccountSelected()
DCallCardPresenter.java273 PhoneAccountHandle accountHandle = mPrimary.getAccountHandle(); in getSubscriptionNumber() local
513 PhoneAccountHandle accountHandle = call.getAccountHandle(); in getAccountForCall() local
DInCallPresenter.java464 public void handleAccountSelection(PhoneAccountHandle accountHandle) { in handleAccountSelection()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java377 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency) { in getPhoneForAccount()