Searched refs:phoneAccountHandle (Results 51 - 75 of 87) sorted by relevance

1234

/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
H A DVoicemailErrorMessage.java142 final Context context, PhoneAccountHandle phoneAccountHandle) {
153 .getSetPinIntent(context, phoneAccountHandle));
209 PhoneAccountHandle phoneAccountHandle) {
220 voicemailClient.setVoicemailArchiveEnabled(context, phoneAccountHandle, true);
141 createSetPinAction( final Context context, PhoneAccountHandle phoneAccountHandle) argument
203 createTurnArchiveOnAction( final Context context, DialerImpression.Type impressionToLog, final VoicemailStatus status, VoicemailStatusReader statusReader, VoicemailClient voicemailClient, PhoneAccountHandle phoneAccountHandle) argument
H A DVoicemailStatus.java121 Context context, PhoneAccountHandle phoneAccountHandle) {
125 .createForPhoneAccountHandle(phoneAccountHandle);
120 getNotificationChannelStateFormTelephony( Context context, PhoneAccountHandle phoneAccountHandle) argument
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedCallingActivity.java137 PhoneAccountHandle phoneAccountHandle = getSelectedPhoneAccountHandle();
140 if (!tm.isOutgoingCallPermitted(phoneAccountHandle)) {
158 PhoneAccountHandle phoneAccountHandle = getSelectedPhoneAccountHandle();
161 if (!tm.isIncomingCallPermitted(phoneAccountHandle)) {
H A DSelfManagedCallListAdapter.java127 PhoneAccountHandle phoneAccountHandle = connection.getExtras().getParcelable(
129 if (phoneAccountHandle.getId().equals(SelfManagedCallList.SELF_MANAGED_ACCOUNT_1)) {
166 setInfoForRow(result, phoneAccountHandle.getId(), connection.getAddress().toString(),
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java335 PhoneAccountHandle phoneAccountHandle = phoneAccount.getAccountHandle();
337 if (!phoneAccountHandle.equals(preferredPAH)) {
338 Log.i(this, "Will try PSTN account %s for emergency", phoneAccountHandle);
339 mAttemptRecords.add(new CallAttemptRecord(phoneAccountHandle,
340 phoneAccountHandle));
H A DTelecomSystem.java264 public boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle) {
265 return mCallsManager.hasCallsForOtherPhoneAccount(phoneAccountHandle);
269 public int getNumCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle) {
270 return mCallsManager.getNumCallsForOtherPhoneAccount(phoneAccountHandle);
H A DPhoneAccountRegistrar.java254 PhoneAccount account = getPhoneAccount(defaultPhoneAccountHandle.phoneAccountHandle,
258 return defaultPhoneAccountHandle.phoneAccountHandle;
482 private void removeDefaultPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { argument
487 if (phoneAccountHandle.equals(entry.getValue().phoneAccountHandle)) {
529 private List<ResolveInfo> resolveComponent(PhoneAccountHandle phoneAccountHandle) { argument
530 return resolveComponent(phoneAccountHandle.getComponentName(),
531 phoneAccountHandle.getUserHandle());
834 defaultHandle.phoneAccountHandle.getComponentName())) {
858 * @param phoneAccountHandle Th
861 phoneAccountRequiresBindPermission(PhoneAccountHandle phoneAccountHandle) argument
1059 public final PhoneAccountHandle phoneAccountHandle; field in class:PhoneAccountRegistrar.DefaultPhoneAccountHandle
1063 DefaultPhoneAccountHandle(UserHandle userHandle, PhoneAccountHandle phoneAccountHandle, String groupId) argument
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DBaseTask.java140 Context context, Class<? extends BaseTask> task, PhoneAccountHandle phoneAccountHandle) {
142 intent.putExtra(EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle);
139 createIntent( Context context, Class<? extends BaseTask> task, PhoneAccountHandle phoneAccountHandle) argument
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
H A DStatusSmsFetcher.java66 public StatusSmsFetcher(Context context, PhoneAccountHandle phoneAccountHandle) { argument
68 mPhoneAccountHandle = phoneAccountHandle;
/packages/services/Telephony/src/com/android/services/telephony/
H A DCdmaConferenceController.java179 PhoneAccountHandle phoneAccountHandle =
181 mConference = new CdmaConference(phoneAccountHandle);
H A DImsConferenceController.java361 PhoneAccountHandle phoneAccountHandle = null;
369 phoneAccountHandle =
374 conferenceHostConnection, phoneAccountHandle);
H A DTelephonyConferenceController.java251 PhoneAccountHandle phoneAccountHandle = null;
255 phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle(
259 mTelephonyConference = new TelephonyConference(phoneAccountHandle);
H A DImsConference.java259 * @param phoneAccountHandle The phone account handle associated with the conference.
263 TelephonyConnection conferenceHost, PhoneAccountHandle phoneAccountHandle) {
265 super(phoneAccountHandle);
867 PhoneAccountHandle phoneAccountHandle = null;
873 phoneAccountHandle =
878 phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle(
895 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, c);
261 ImsConference(TelecomAccountRegistry telecomAccountRegistry, TelephonyConnectionServiceProxy telephonyConnectionService, TelephonyConnection conferenceHost, PhoneAccountHandle phoneAccountHandle) argument
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
H A DVisualVoicemailProtocol.java73 PhoneAccountHandle phoneAccountHandle,
71 createMessageSender( Context context, PhoneAccountHandle phoneAccountHandle, short applicationPort, String destinationNumber) argument
H A DVvm3EventHandler.java299 private static boolean isPinRandomized(Context context, PhoneAccountHandle phoneAccountHandle) { argument
300 if (phoneAccountHandle == null) {
305 return VoicemailChangePinActivity.isDefaultOldPinSet(context, phoneAccountHandle);
/packages/apps/Contacts/src/com/android/contacts/
H A DCallUtil.java82 PhoneAccountHandle phoneAccountHandle, String callSubject) {
86 if (phoneAccountHandle != null) {
87 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle);
81 getCallWithSubjectIntent(String number, PhoneAccountHandle phoneAccountHandle, String callSubject) argument
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipUtil.java89 * @param phoneAccountHandle The {@link PhoneAccountHandle}.
92 static String getSipProfileNameFromPhoneAccount(PhoneAccountHandle phoneAccountHandle) { argument
93 if (phoneAccountHandle == null) {
97 String sipProfileName = phoneAccountHandle.getId();
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimDialogActivity.java96 PhoneAccountHandle phoneAccountHandle =
100 setUserSelectedOutgoingPhoneAccount(phoneAccountHandle);
141 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next();
142 final PhoneAccount phoneAccount = telecomManager.getPhoneAccount(phoneAccountHandle);
144 return phoneAccountHandle;
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
H A DVoicemailChangePinActivity.java468 Context context, PhoneAccountHandle phoneAccountHandle, String pin) {
469 new VisualVoicemailPreferences(context, phoneAccountHandle)
475 public static boolean isDefaultOldPinSet(Context context, PhoneAccountHandle phoneAccountHandle) { argument
476 return getDefaultOldPin(context, phoneAccountHandle) != null;
479 private static String getDefaultOldPin(Context context, PhoneAccountHandle phoneAccountHandle) { argument
480 return new VisualVoicemailPreferences(context, phoneAccountHandle)
467 setDefaultOldPIN( Context context, PhoneAccountHandle phoneAccountHandle, String pin) argument
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemail.java43 PhoneAccountHandle phoneAccountHandle,
54 mPhoneAccount = phoneAccountHandle;
40 Voicemail( Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, Long duration, String source, String providerData, Uri uri, Boolean isRead, Boolean hasContent, String transcription) argument
H A DOmtpVvmCarrierConfigHelper.java332 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle();
333 if (phoneAccountHandle == null) {
343 VvmLog.e(TAG, "startActivation : vvmType is null or empty for account " + phoneAccountHandle);
405 .append("phoneAccountHandle: ")
/packages/apps/Dialer/java/com/android/voicemail/impl/configui/
H A DConfigOverrideFragment.java96 PhoneAccountHandle phoneAccountHandle =
102 VoicemailComponent.get(context).getVoicemailClient().getConfig(context, phoneAccountHandle);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallLogManagerTest.java164 mDefaultAccountHandle, // phoneAccountHandle
187 mDefaultAccountHandle, // phoneAccountHandle
216 EMERGENCY_ACCT_HANDLE, // phoneAccountHandle
237 mDefaultAccountHandle, // phoneAccountHandle
261 mDefaultAccountHandle, // phoneAccountHandle
285 mDefaultAccountHandle, // phoneAccountHandle
313 mDefaultAccountHandle, // phoneAccountHandle
340 mDefaultAccountHandle, // phoneAccountHandle
365 mDefaultAccountHandle, // phoneAccountHandle
388 mDefaultAccountHandle, // phoneAccountHandle
713 makeFakeCall(int disconnectCauseCode, boolean isConference, boolean isIncoming, long creationTimeMillis, long ageMillis, Uri callHandle, PhoneAccountHandle phoneAccountHandle, int callVideoState, String postDialDigits, String viaNumber, UserHandle initiatingUser) argument
722 makeFakeCall(int disconnectCauseCode, boolean isConference, boolean isIncoming, long creationTimeMillis, long ageMillis, Uri callHandle, PhoneAccountHandle phoneAccountHandle, int callVideoState, String postDialDigits, String viaNumber, UserHandle initiatingUser, long callDataUsage) argument
746 makeFakePhoneAccount(PhoneAccountHandle phoneAccountHandle, int capabilities) argument
[all...]
H A DMissedCallNotifierImplTest.java551 PhoneAccountHandle phoneAccountHandle) {
557 when(fakeCall.getPhoneAccountHandle()).thenReturn(phoneAccountHandle);
580 PhoneAccountHandle phoneAccountHandle = new PhoneAccountHandle(componentName, "id",
582 PhoneAccount.Builder builder = new PhoneAccount.Builder(phoneAccountHandle, "test");
585 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle))
550 makeFakeCallInfo(Uri handle, String name, long timestamp, PhoneAccountHandle phoneAccountHandle) argument
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java61 boolean hasCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle); argument
62 int getNumCallsForOtherPhoneAccount(PhoneAccountHandle phoneAccountHandle); argument

Completed in 1205 milliseconds

1234