Searched defs:phoneAccountHandle (Results 1 - 13 of 13) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DCallUtil.java65 PhoneAccountHandle phoneAccountHandle, String callSubject) {
69 if (phoneAccountHandle != null) {
70 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle);
64 getCallWithSubjectIntent(String number, PhoneAccountHandle phoneAccountHandle, String callSubject) argument
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipUtil.java88 * @param phoneAccountHandle The {@link PhoneAccountHandle}.
91 static String getSipProfileNameFromPhoneAccount(PhoneAccountHandle phoneAccountHandle) { argument
92 if (phoneAccountHandle == null) {
96 String sipProfileName = phoneAccountHandle.getId();
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/telecom/
H A DTelecomManagerCompat.java148 * @param phoneAccountHandle the phoneAccountHandle upon which to check the line one number
154 @Nullable PhoneAccountHandle phoneAccountHandle) {
156 return telecomManager.getLine1Number(phoneAccountHandle);
152 getLine1Number(@ullable TelecomManager telecomManager, @Nullable TelephonyManager telephonyManager, @Nullable PhoneAccountHandle phoneAccountHandle) argument
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DMissedCallNotifierImplTest.java356 PhoneAccountHandle phoneAccountHandle) {
361 when(fakeCall.getTargetPhoneAccount()).thenReturn(phoneAccountHandle);
384 PhoneAccountHandle phoneAccountHandle = new PhoneAccountHandle(componentName, "id",
386 PhoneAccount.Builder builder = new PhoneAccount.Builder(phoneAccountHandle, "test");
389 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle))
355 makeFakeCall(Uri handle, String name, long timestamp, PhoneAccountHandle phoneAccountHandle) argument
H A DCallLogManagerTest.java160 mDefaultAccountHandle, // phoneAccountHandle
183 mDefaultAccountHandle, // phoneAccountHandle
207 EMERGENCY_ACCT_HANDLE, // phoneAccountHandle
228 mDefaultAccountHandle, // phoneAccountHandle
252 mDefaultAccountHandle, // phoneAccountHandle
276 mDefaultAccountHandle, // phoneAccountHandle
304 mDefaultAccountHandle, // phoneAccountHandle
329 mDefaultAccountHandle, // phoneAccountHandle
352 mDefaultAccountHandle, // phoneAccountHandle
378 mDefaultAccountHandle, // phoneAccountHandle
669 makeFakeCall(int disconnectCauseCode, boolean isConference, boolean isIncoming, long creationTimeMillis, long ageMillis, Uri callHandle, PhoneAccountHandle phoneAccountHandle, int callVideoState, String postDialDigits, String viaNumber, UserHandle initiatingUser) argument
678 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
700 makeFakePhoneAccount(PhoneAccountHandle phoneAccountHandle, int capabilities) argument
[all...]
H A DTelecomSystemTest.java421 protected IdPair outgoingCallPhoneAccountSelected(PhoneAccountHandle phoneAccountHandle, argument
426 phoneAccountHandle, connectionServiceFixture);
441 protected IdPair startOutgoingPhoneCall(String number, PhoneAccountHandle phoneAccountHandle, argument
445 return startOutgoingPhoneCall(number, phoneAccountHandle, connectionServiceFixture,
449 protected IdPair startOutgoingPhoneCall(String number, PhoneAccountHandle phoneAccountHandle, argument
455 startOutgoingPhoneCallPendingCreateConnection(number, phoneAccountHandle,
459 phoneAccountHandle, connectionServiceFixture);
463 PhoneAccountHandle phoneAccountHandle,
482 if (phoneAccountHandle != null) {
485 phoneAccountHandle);
462 startOutgoingPhoneCallPendingCreateConnection(String number, PhoneAccountHandle phoneAccountHandle, ConnectionServiceFixture connectionServiceFixture, UserHandle initiatingUser, int videoState) argument
540 outgoingCallCreateConnectionComplete(int startingNumConnections, int startingNumCalls, PhoneAccountHandle phoneAccountHandle, ConnectionServiceFixture connectionServiceFixture) argument
561 startIncomingPhoneCall( String number, PhoneAccountHandle phoneAccountHandle, final ConnectionServiceFixture connectionServiceFixture) argument
569 startIncomingPhoneCall( String number, PhoneAccountHandle phoneAccountHandle, int videoState, final ConnectionServiceFixture connectionServiceFixture) argument
671 startAndMakeActiveOutgoingCall( String number, PhoneAccountHandle phoneAccountHandle, ConnectionServiceFixture connectionServiceFixture) argument
681 startAndMakeActiveOutgoingCall( String number, PhoneAccountHandle phoneAccountHandle, ConnectionServiceFixture connectionServiceFixture, int videoState) argument
701 startAndMakeActiveIncomingCall( String number, PhoneAccountHandle phoneAccountHandle, ConnectionServiceFixture connectionServiceFixture) argument
710 startAndMakeActiveIncomingCall( String number, PhoneAccountHandle phoneAccountHandle, ConnectionServiceFixture connectionServiceFixture, int videoState) argument
[all...]
/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java260 * @param phoneAccountHandle The phone account handle associated with the conference.
263 TelephonyConnection conferenceHost, PhoneAccountHandle phoneAccountHandle) {
265 super(phoneAccountHandle);
810 PhoneAccountHandle phoneAccountHandle = null;
816 phoneAccountHandle =
827 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, c);
262 ImsConference(TelephonyConnectionService telephonyConnectionService, TelephonyConnection conferenceHost, PhoneAccountHandle phoneAccountHandle) argument
H A DTelephonyConnectionService.java547 PhoneAccountHandle phoneAccountHandle,
564 phoneAccountHandle));
569 phoneAccountHandle));
543 createConnectionFor( Phone phone, com.android.internal.telephony.Connection originalConnection, boolean isOutgoing, PhoneAccountHandle phoneAccountHandle, String telecomCallId, Uri address) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java220 null /* phoneAccountHandle */);
235 * @param phoneAccountHandle The phone account handle.
239 String numberLabel, PhoneAccountHandle phoneAccountHandle) {
249 arguments.putParcelable(ARG_PHONE_ACCOUNT_HANDLE, phoneAccountHandle);
237 start(Activity activity, long photoId, Uri photoUri, Uri contactUri, String nameOrNumber, boolean isBusiness, String number, String displayNumber, String numberLabel, PhoneAccountHandle phoneAccountHandle) argument
/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomServiceImpl.java956 public void addNewIncomingCall(PhoneAccountHandle phoneAccountHandle, Bundle extras) {
960 Log.i(this, "Adding new incoming call with phoneAccountHandle %s",
961 phoneAccountHandle);
962 if (phoneAccountHandle != null &&
963 phoneAccountHandle.getComponentName() != null) {
967 phoneAccountHandle.getComponentName())) {
973 phoneAccountHandle.getComponentName().getPackageName());
975 enforceUserHandleMatchesCaller(phoneAccountHandle);
976 enforcePhoneAccountIsRegisteredEnabled(phoneAccountHandle,
983 phoneAccountHandle);
1314 enforcePhoneAccountIsRegisteredEnabled(PhoneAccountHandle phoneAccountHandle, UserHandle callingUserHandle) argument
[all...]
H A DPhoneAccountRegistrar.java237 PhoneAccount account = getPhoneAccount(defaultPhoneAccountHandle.phoneAccountHandle,
241 return defaultPhoneAccountHandle.phoneAccountHandle;
423 private void removeDefaultPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { argument
428 if (phoneAccountHandle.equals(entry.getValue().phoneAccountHandle)) {
470 private List<ResolveInfo> resolveComponent(PhoneAccountHandle phoneAccountHandle) { argument
471 return resolveComponent(phoneAccountHandle.getComponentName(),
472 phoneAccountHandle.getUserHandle());
704 * @param phoneAccountHandle The phone account to check.
707 public boolean phoneAccountRequiresBindPermission(PhoneAccountHandle phoneAccountHandle) { argument
905 public final PhoneAccountHandle phoneAccountHandle; field in class:PhoneAccountRegistrar.DefaultPhoneAccountHandle
907 DefaultPhoneAccountHandle(UserHandle userHandle, PhoneAccountHandle phoneAccountHandle) argument
[all...]
H A DCallsManager.java651 * @param phoneAccountHandle The phone account which contains the component name of the
655 void processIncomingCallIntent(PhoneAccountHandle phoneAccountHandle, Bundle extras) { argument
673 phoneAccountHandle,
691 void addNewUnknownCall(PhoneAccountHandle phoneAccountHandle, Bundle extras) { argument
705 phoneAccountHandle,
755 * @param phoneAccountHandle The phone account which contains the component name of the
760 Call startOutgoingCall(Uri handle, PhoneAccountHandle phoneAccountHandle, Bundle extras, argument
777 null /* phoneAccountHandle */,
799 mPhoneAccountRegistrar.getPhoneAccount(phoneAccountHandle, initiatingUser);
821 if (phoneAccountHandle !
[all...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DInCallPresenter.java1766 private MaterialPalette getColorsFromPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { argument
1768 if (phoneAccountHandle != null) {
1773 TelecomManagerCompat.getPhoneAccount(tm, phoneAccountHandle);

Completed in 837 milliseconds