Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
DCallLogCacheLollipop.java40 public boolean isVoicemailNumber(PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
60 public String getAccountLabel(PhoneAccountHandle accountHandle) { in getAccountLabel()
65 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor()
70 public boolean doesAccountSupportCallSubject(PhoneAccountHandle accountHandle) { in doesAccountSupportCallSubject()
DCallLogCache.java67 public abstract boolean isVoicemailNumber(PhoneAccountHandle accountHandle, in isVoicemailNumber()
81 public abstract String getAccountLabel(PhoneAccountHandle accountHandle); in getAccountLabel()
86 public abstract int getAccountColor(PhoneAccountHandle accountHandle); in getAccountColor()
95 public abstract boolean doesAccountSupportCallSubject(PhoneAccountHandle accountHandle); in doesAccountSupportCallSubject()
DCallLogCacheLollipopMr1.java61 public boolean isVoicemailNumber(PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
78 public String getAccountLabel(PhoneAccountHandle accountHandle) { in getAccountLabel()
89 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor()
100 public boolean doesAccountSupportCallSubject(PhoneAccountHandle accountHandle) { in doesAccountSupportCallSubject()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/calllogcache/
DTestTelecomCallLogCache.java43 public boolean isVoicemailNumber(PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
48 public String getAccountLabel(PhoneAccountHandle accountHandle) { in getAccountLabel()
57 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor()
62 public boolean doesAccountSupportCallSubject(PhoneAccountHandle accountHandle) { in doesAccountSupportCallSubject()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneAccountUtils.java73 @Nullable PhoneAccountHandle accountHandle) { in getAccountLabel()
84 public static int getAccountColor(Context context, @Nullable PhoneAccountHandle accountHandle) { in getAccountColor()
98 @Nullable PhoneAccountHandle accountHandle) { in getAccountSupportsCallSubject()
111 @Nullable PhoneAccountHandle accountHandle) { in getAccountOrNull()
DIntentProvider.java54 final PhoneAccountHandle accountHandle) { in getReturnCallIntentProvider()
DDefaultVoicemailNotifier.java220 PhoneAccountHandle accountHandle = null; in getNotificationInfo() local
246 private int getNotificationDefaults(PhoneAccountHandle accountHandle) { in getNotificationDefaults()
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/telecom/
DTelecomManagerCompat.java71 PhoneAccountHandle accountHandle) { in getAdnUriForPhoneAccount()
173 @Nullable PhoneAccountHandle accountHandle, @Nullable String number) { in isVoiceMailNumber()
192 @Nullable PhoneAccountHandle accountHandle) { in getPhoneAccount()
214 @Nullable PhoneAccountHandle accountHandle) { in getVoiceMailNumber()
234 @Nullable String dialString, @Nullable PhoneAccountHandle accountHandle) { in handleMmi()
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
DTelephonyManagerSdkCompat.java28 PhoneAccountHandle accountHandle) { in getVoicemailRingtoneUri()
34 PhoneAccountHandle accountHandle) { in isVoicemailVibrationEnabled()
DTelephonyManagerCompat.java149 PhoneAccountHandle accountHandle) { in getVoicemailRingtoneUri()
166 PhoneAccountHandle accountHandle) { in isVoicemailVibrationEnabled()
/packages/apps/Dialer/src/com/android/dialer/util/
DPhoneNumberUtil.java53 Context context, PhoneAccountHandle accountHandle, CharSequence number) { in isVoicemailNumber()
70 PhoneAccountHandle accountHandle, in isUnknownNumberThatCanBeLookedUp()
DIntentUtil.java60 public CallIntentBuilder setPhoneAccountHandle(PhoneAccountHandle accountHandle) { in setPhoneAccountHandle()
89 Uri uri, PhoneAccountHandle accountHandle, int videoState, int callIntiationType) { in getCallIntent()
DTelecomUtil.java141 public static boolean isVoicemailNumber(Context context, PhoneAccountHandle accountHandle, in isVoicemailNumber()
151 public static String getVoicemailNumber(Context context, PhoneAccountHandle accountHandle) { in getVoicemailNumber()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipPhoneAccountSettingsActivity.java44 PhoneAccountHandle accountHandle = (PhoneAccountHandle) in onCreate() local
DSipBroadcastReceiver.java73 PhoneAccountHandle accountHandle = null; in takeCall() local
DSipUtil.java117 PhoneAccountHandle accountHandle = in createPhoneAccount() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java75 int features, PhoneAccountHandle accountHandle, long creationDate, in AddCallArgs()
103 public final PhoneAccountHandle accountHandle; field in CallLogManager.AddCallArgs
210 PhoneAccountHandle accountHandle = call.getTargetPhoneAccount(); in logCall() local
221 call.getHandlePresentation(), callLogType, callFeatures, accountHandle, in logCall() local
250 PhoneAccountHandle accountHandle, in logCall()
DPhoneAccountRegistrar.java174 public int getSubscriptionIdForPhoneAccount(PhoneAccountHandle accountHandle) { in getSubscriptionIdForPhoneAccount()
293 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle, in setUserSelectedOutgoingPhoneAccount()
331 boolean isUserSelectedSmsPhoneAccount(PhoneAccountHandle accountHandle) { in isUserSelectedSmsPhoneAccount()
444 public boolean enablePhoneAccount(PhoneAccountHandle accountHandle, boolean isEnabled) { in enablePhoneAccount()
649 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { in unregisterPhoneAccount()
685 public boolean isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) { in isVoiceMailNumber()
DTelecomServiceImpl.java1386 private void enforceUserHandleMatchesCaller(PhoneAccountHandle accountHandle) { in enforceUserHandleMatchesCaller()
1447 PhoneAccountHandle accountHandle = null; in isCallerSimCallManager() local
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPhoneStateListener.java43 public VvmPhoneStateListener(Context context, PhoneAccountHandle accountHandle) { in VvmPhoneStateListener()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java423 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() local
485 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() local
676 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency) { in getPhoneForAccount()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java429 Context context, PhoneAccountHandle accountHandle) { in buildPhoneAccountConfigureIntent()
445 Context context, PhoneAccountHandle accountHandle, String actionStr) { in buildConfigureIntent()
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DTestTelecomCall.java50 PhoneAccountHandle accountHandle, in createInstance()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java348 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() local
404 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() local
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetails.java93 public PhoneAccountHandle accountHandle; field in PhoneCallDetails

12