/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | TelecomCallLogCache.java | 78 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()
|
D | PhoneAccountUtils.java | 65 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()
|
D | IntentProvider.java | 54 final PhoneAccountHandle accountHandle) { in getReturnCallIntentProvider()
|
D | CallLogAsyncTaskUtil.java | 148 final PhoneAccountHandle accountHandle = PhoneAccountUtils.getAccount( in getPhoneCallDetailsForUri() local
|
D | CallLogListItemViewHolder.java | 128 public PhoneAccountHandle accountHandle; field in CallLogListItemViewHolder
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
D | IntentUtil.java | 66 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()
|
D | PhoneNumberUtil.java | 48 Context context, PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber() 68 PhoneAccountHandle accountHandle, in isUnknownNumberThatCanBeLookedUp()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallLogManager.java | 55 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()
|
D | PhoneAccountRegistrar.java | 170 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()
|
D | TelecomServiceImpl.java | 949 private boolean isVisibleToCaller(PhoneAccountHandle accountHandle) { in isVisibleToCaller() 1133 private void enforceUserHandleMatchesCaller(PhoneAccountHandle accountHandle) { in enforceUserHandleMatchesCaller() 1185 PhoneAccountHandle accountHandle = null; in isCallerSimCallManager() local
|
D | InCallAdapter.java | 201 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, in phoneAccountSelected()
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | TestTelecomCallLogCache.java | 35 public boolean isVoicemailNumber(PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipPhoneAccountSettingsActivity.java | 44 PhoneAccountHandle accountHandle = (PhoneAccountHandle) in onCreate() local
|
D | SipBroadcastReceiver.java | 62 PhoneAccountHandle accountHandle = null; in takeCall() local
|
D | SipUtil.java | 114 PhoneAccountHandle accountHandle = in createPhoneAccount() local
|
D | SipConnectionService.java | 78 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateOutgoingConnection() local
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
D | VvmPhoneStateListener.java | 42 public VvmPhoneStateListener(Context context, PhoneAccountHandle accountHandle) { in VvmPhoneStateListener()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 295 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()
|
D | PstnPhoneCapabilitiesNotifier.java | 126 PhoneAccountHandle accountHandle = in handleVideoCapabilitesChanged() local
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 416 Context context, PhoneAccountHandle accountHandle) { in buildPhoneAccountConfigureIntent() 432 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent()
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | PhoneCallDetails.java | 76 public PhoneAccountHandle accountHandle; field in PhoneCallDetails
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionService.java | 346 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() local 405 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() local
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | TelecomAdapter.java | 208 void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, boolean setDefault) { in phoneAccountSelected()
|
D | CallCardPresenter.java | 367 PhoneAccountHandle accountHandle = mPrimary.getAccountHandle(); in getSubscriptionNumber() local 730 PhoneAccountHandle accountHandle = call.getAccountHandle(); in getAccountForCall() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/ |
D | SelectPhoneAccountDialogFragment.java | 245 PhoneAccountHandle accountHandle = getItem(position); in getView() local
|