Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/src/com/android/dialer/calllog/
DTelecomCallLogCache.java78 public boolean isVoicemailNumber(PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
97 public String getAccountLabel(PhoneAccountHandle accountHandle) { in getAccountLabel()
110 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor()
134 public boolean doesAccountSupportCallSubject(PhoneAccountHandle accountHandle) { in doesAccountSupportCallSubject()
DPhoneAccountUtils.java65 public static String getAccountLabel(Context context, PhoneAccountHandle accountHandle) { in getAccountLabel()
76 public static int getAccountColor(Context context, PhoneAccountHandle accountHandle) { in getAccountColor()
92 PhoneAccountHandle accountHandle) { in getAccountSupportsCallSubject()
106 PhoneAccountHandle accountHandle) { in getAccountOrNull()
DIntentProvider.java54 final PhoneAccountHandle accountHandle) { in getReturnCallIntentProvider()
DCallLogAsyncTaskUtil.java148 final PhoneAccountHandle accountHandle = PhoneAccountUtils.getAccount( in getPhoneCallDetailsForUri() local
DCallLogListItemViewHolder.java128 public PhoneAccountHandle accountHandle; field in CallLogListItemViewHolder
/packages/apps/Dialer/src/com/android/dialer/util/
DIntentUtil.java66 public static Intent getCallIntent(String number, PhoneAccountHandle accountHandle) { in getCallIntent()
73 public static Intent getCallIntent(Uri uri, PhoneAccountHandle accountHandle) { in getCallIntent()
81 String number, String callOrigin, PhoneAccountHandle accountHandle) { in getCallIntent()
91 Uri uri, String callOrigin, PhoneAccountHandle accountHandle) { in getCallIntent()
109 String number, String callOrigin, PhoneAccountHandle accountHandle) { in getVideoCallIntent()
118 public static Intent getVideoCallIntent(String number, PhoneAccountHandle accountHandle) { in getVideoCallIntent()
135 Uri uri, String callOrigin, PhoneAccountHandle accountHandle, int videoState) { in getCallIntent()
DPhoneNumberUtil.java48 Context context, PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
68 PhoneAccountHandle accountHandle, in isUnknownNumberThatCanBeLookedUp()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java55 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in AddCallArgs()
76 public final PhoneAccountHandle accountHandle; field in CallLogManager.AddCallArgs
143 PhoneAccountHandle accountHandle = call.getTargetPhoneAccount(); in logCall() local
151 callLogType, callFeatures, accountHandle, creationTime, age, null, in logCall() local
174 PhoneAccountHandle accountHandle, in logCall()
DPhoneAccountRegistrar.java170 public int getSubscriptionIdForPhoneAccount(PhoneAccountHandle accountHandle) { in getSubscriptionIdForPhoneAccount()
231 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) { in setUserSelectedOutgoingPhoneAccount()
264 boolean isUserSelectedSmsPhoneAccount(PhoneAccountHandle accountHandle) { in isUserSelectedSmsPhoneAccount()
375 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) { in enablePhoneAccount()
553 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount()
589 public boolean isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) { in isVoiceMailNumber()
DTelecomServiceImpl.java949 private boolean isVisibleToCaller(PhoneAccountHandle accountHandle) { in isVisibleToCaller()
1133 private void enforceUserHandleMatchesCaller(PhoneAccountHandle accountHandle) { in enforceUserHandleMatchesCaller()
1185 PhoneAccountHandle accountHandle = null; in isCallerSimCallManager() local
DInCallAdapter.java201 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, in phoneAccountSelected()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DTestTelecomCallLogCache.java35 public boolean isVoicemailNumber(PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipPhoneAccountSettingsActivity.java44 PhoneAccountHandle accountHandle = (PhoneAccountHandle) in onCreate() local
DSipBroadcastReceiver.java62 PhoneAccountHandle accountHandle = null; in takeCall() local
DSipUtil.java114 PhoneAccountHandle accountHandle = in createPhoneAccount() local
DSipConnectionService.java78 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateOutgoingConnection() local
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPhoneStateListener.java42 public VvmPhoneStateListener(Context context, PhoneAccountHandle accountHandle) { in VvmPhoneStateListener()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java295 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() local
351 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() local
503 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency) { in getPhoneForAccount()
DPstnPhoneCapabilitiesNotifier.java126 PhoneAccountHandle accountHandle = in handleVideoCapabilitesChanged() local
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java416 Context context, PhoneAccountHandle accountHandle) { in buildPhoneAccountConfigureIntent()
432 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent()
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetails.java76 public PhoneAccountHandle accountHandle; field in PhoneCallDetails
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java346 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() local
405 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() local
/packages/apps/InCallUI/src/com/android/incallui/
DTelecomAdapter.java208 void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, boolean setDefault) { in phoneAccountSelected()
DCallCardPresenter.java367 PhoneAccountHandle accountHandle = mPrimary.getAccountHandle(); in getSubscriptionNumber() local
730 PhoneAccountHandle accountHandle = call.getAccountHandle(); in getAccountForCall() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java245 PhoneAccountHandle accountHandle = getItem(position); in getView() local

12