Home
last modified time | relevance | path

Searched refs:PhoneAccountHandle (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl22 import android.telecom.PhoneAccountHandle;
47 PhoneAccountHandle getDefaultOutgoingPhoneAccount(in String uriScheme, String callingPackage, in getDefaultOutgoingPhoneAccount()
53 PhoneAccountHandle getUserSelectedOutgoingPhoneAccount(String callingPackage); in getUserSelectedOutgoingPhoneAccount()
58 void setUserSelectedOutgoingPhoneAccount(in PhoneAccountHandle account); in setUserSelectedOutgoingPhoneAccount()
63 ParceledListSlice<PhoneAccountHandle> getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts()
70 ParceledListSlice<PhoneAccountHandle> getSelfManagedPhoneAccounts(String callingPackage, in getSelfManagedPhoneAccounts()
76 ParceledListSlice<PhoneAccountHandle> getOwnSelfManagedPhoneAccounts(String callingPackage, in getOwnSelfManagedPhoneAccounts()
82 ParceledListSlice<PhoneAccountHandle> getPhoneAccountsSupportingScheme(in String uriScheme, in getPhoneAccountsSupportingScheme()
88 ParceledListSlice<PhoneAccountHandle> getPhoneAccountsForPackage(in String packageName); in getPhoneAccountsForPackage()
93 PhoneAccount getPhoneAccount(in PhoneAccountHandle account, String callingPackage); in getPhoneAccount()
[all …]
DClientTransactionalServiceRepository.java19 import android.telecom.PhoneAccountHandle;
29 private static final Map<PhoneAccountHandle, ClientTransactionalServiceWrapper> LOOKUP_TABLE =
41 PhoneAccountHandle phoneAccountHandle) { in addNewCallForTransactionalServiceWrapper()
56 PhoneAccountHandle pah) { in getTransactionalServiceWrapper()
60 private boolean hasExistingServiceWrapper(PhoneAccountHandle pah) { in hasExistingServiceWrapper()
68 public boolean removeServiceWrapper(PhoneAccountHandle pah) { in removeServiceWrapper()
81 public boolean removeCallFromServiceWrapper(PhoneAccountHandle pah, String callId) { in removeCallFromServiceWrapper()
DICallRedirectionAdapter.aidl20 import android.telecom.PhoneAccountHandle;
34 void redirectCall(in Uri handle, in PhoneAccountHandle targetPhoneAccount, in redirectCall()
DICallRedirectionService.aidl20 import android.telecom.PhoneAccountHandle;
33 in PhoneAccountHandle initialPhoneAccount, boolean allowInteractiveResponse); in placeCall()
DIInCallAdapter.aidl22 import android.telecom.PhoneAccountHandle;
67 void phoneAccountSelected(String callId, in PhoneAccountHandle accountHandle, in phoneAccountSelected()
100 void handoverTo(String callId, in PhoneAccountHandle destAcct, int videoState, in handoverTo()
DIConnectionService.aidl27 import android.telecom.PhoneAccountHandle;
46 in PhoneAccountHandle connectionManagerPhoneAccount, in createConnection()
55 void createConnectionFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConnectionFailed()
59 in PhoneAccountHandle connectionManagerPhoneAccount, in createConference()
68 void createConferenceFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConferenceFailed()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccountHandle.java48 public final class PhoneAccountHandle implements Parcelable { class
80 public PhoneAccountHandle( in PhoneAccountHandle() method in PhoneAccountHandle
105 public PhoneAccountHandle( in PhoneAccountHandle() method in PhoneAccountHandle
182 other instanceof PhoneAccountHandle && in equals()
183 Objects.equals(((PhoneAccountHandle) other).getComponentName(), in equals()
185 Objects.equals(((PhoneAccountHandle) other).getId(), getId()) && in equals()
186 Objects.equals(((PhoneAccountHandle) other).getUserHandle(), getUserHandle()); in equals()
216 public static final @android.annotation.NonNull Creator<PhoneAccountHandle> CREATOR =
217 new Creator<PhoneAccountHandle>() {
219 public PhoneAccountHandle createFromParcel(Parcel in) {
[all …]
DPhoneAccountSuggestion.java65 private PhoneAccountHandle mHandle;
79 public PhoneAccountSuggestion(@NonNull PhoneAccountHandle handle, @SuggestionReason int reason, in PhoneAccountSuggestion()
87 …mHandle = in.readParcelable(PhoneAccountHandle.class.getClassLoader(), android.telecom.PhoneAccoun… in PhoneAccountSuggestion()
108 @NonNull public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle()
DConnectionRequest.java45 private PhoneAccountHandle mAccountHandle;
62 public @NonNull Builder setAccountHandle(@NonNull PhoneAccountHandle accountHandle) { in setAccountHandle()
176 private final PhoneAccountHandle mAccountHandle;
195 PhoneAccountHandle accountHandle, in ConnectionRequest()
208 PhoneAccountHandle accountHandle, in ConnectionRequest()
228 PhoneAccountHandle accountHandle, in ConnectionRequest()
239 PhoneAccountHandle accountHandle, in ConnectionRequest()
252 PhoneAccountHandle accountHandle, in ConnectionRequest()
275 …tHandle = in.readParcelable(getClass().getClassLoader(), android.telecom.PhoneAccountHandle.class); in ConnectionRequest()
293 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } in getAccountHandle()
DTelecomManager.java1173 public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) { in getDefaultOutgoingPhoneAccount()
1200 public @Nullable PhoneAccountHandle getUserSelectedOutgoingPhoneAccount() { in getUserSelectedOutgoingPhoneAccount()
1223 public void setUserSelectedOutgoingPhoneAccount(@Nullable PhoneAccountHandle accountHandle) { in setUserSelectedOutgoingPhoneAccount()
1243 public PhoneAccountHandle getSimCallManager() { in getSimCallManager()
1266 public @Nullable PhoneAccountHandle getSimCallManagerForSubscription(int subscriptionId) { in getSimCallManagerForSubscription()
1290 public PhoneAccountHandle getSimCallManager(int userId) { in getSimCallManager()
1311 public PhoneAccountHandle getConnectionManager() { in getConnectionManager()
1333 public List<PhoneAccountHandle> getPhoneAccountsSupportingScheme(String uriScheme) { in getPhoneAccountsSupportingScheme()
1356 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() { in getCallCapablePhoneAccounts()
1374 public @NonNull List<PhoneAccountHandle> getCallCapablePhoneAccountsAcrossProfiles() { in getCallCapablePhoneAccountsAcrossProfiles()
[all …]
DPhoneAccount.java488 private final PhoneAccountHandle mAccountHandle;
501 private final Set<PhoneAccountHandle> mSimultaneousCallingRestriction;
537 private PhoneAccountHandle mAccountHandle;
550 private Set<PhoneAccountHandle> mSimultaneousCallingRestriction = null;
560 public Builder(PhoneAccountHandle accountHandle, CharSequence label) { in Builder()
834 @NonNull Set<PhoneAccountHandle> handles) { in setSimultaneousCallingRestriction()
887 PhoneAccountHandle account, in PhoneAccount()
900 Set<PhoneAccountHandle> simultaneousCallingRestriction) { in PhoneAccount()
918 PhoneAccountHandle accountHandle, in builder()
935 public PhoneAccountHandle getAccountHandle() { in getAccountHandle()
[all …]
DRemoteConnectionManager.java60 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection()
63 PhoneAccountHandle accountHandle = request.getAccountHandle(); in createRemoteConnection()
88 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference()
91 PhoneAccountHandle accountHandle = request.getAccountHandle(); in createRemoteConference()
DVoicemail.java31 private final PhoneAccountHandle mPhoneAccount;
41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail()
85 private PhoneAccountHandle mBuilderPhoneAccount;
109 public Builder setPhoneAccount(PhoneAccountHandle phoneAccount) { in setPhoneAccount()
182 public PhoneAccountHandle getPhoneAccount() { in getPhoneAccount()
303 mPhoneAccount = PhoneAccountHandle.CREATOR.createFromParcel(in); in Voicemail()
DCallAttributes.java46 private final PhoneAccountHandle mPhoneAccountHandle;
75 private CallAttributes(@NonNull PhoneAccountHandle phoneAccountHandle, in CallAttributes()
158 private final PhoneAccountHandle mPhoneAccountHandle;
174 public Builder(@NonNull PhoneAccountHandle phoneAccountHandle, in Builder()
243 @NonNull public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle()
307 android.telecom.PhoneAccountHandle.class),
DCallRedirectionService.java88 @NonNull PhoneAccountHandle initialPhoneAccount, in onPlaceCall()
138 @NonNull PhoneAccountHandle targetPhoneAccount, in redirectCall()
193 onPlaceCall((Uri) args.arg2, (PhoneAccountHandle) args.arg3,
219 @NonNull PhoneAccountHandle initialPhoneAccount, in placeCall()
DParcelableConference.java37 private final PhoneAccountHandle mPhoneAccount;
57 PhoneAccountHandle phoneAccount, in Builder()
140 private final PhoneAccountHandle mPhoneAccount;
160 PhoneAccountHandle phoneAccount, in ParcelableConference()
226 public PhoneAccountHandle getPhoneAccount() { in getPhoneAccount()
303PhoneAccountHandle phoneAccount = source.readParcelable(classLoader, android.telecom.PhoneAccountH…
DParcelableConnection.java36 private final PhoneAccountHandle mPhoneAccount;
61 PhoneAccountHandle phoneAccount, in ParcelableConnection()
94 PhoneAccountHandle phoneAccount, in ParcelableConnection()
138 public PhoneAccountHandle getPhoneAccount() { in getPhoneAccount()
264PhoneAccountHandle phoneAccount = source.readParcelable(classLoader, android.telecom.PhoneAccountH…
DConnectionService.java491 PhoneAccountHandle connectionManagerPhoneAccount,
527 PhoneAccountHandle connectionManagerPhoneAccount,
548 PhoneAccountHandle connectionManagerPhoneAccount,
584 PhoneAccountHandle connectionManagerPhoneAccount,
1172 final PhoneAccountHandle connectionManagerPhoneAccount =
1173 (PhoneAccountHandle) args.arg1;
1243 final PhoneAccountHandle connectionMgrPhoneAccount =
1244 (PhoneAccountHandle) args.arg4;
1272 final PhoneAccountHandle connectionManagerPhoneAccount =
1273 (PhoneAccountHandle) args.arg1;
[all …]
DPhoneAccountHandle.aidl22 parcelable PhoneAccountHandle;
/frameworks/base/telephony/java/android/telephony/
DVisualVoicemailSms.java23 import android.telecom.PhoneAccountHandle;
33 private final PhoneAccountHandle mPhoneAccountHandle;
52 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle()
87 private PhoneAccountHandle mPhoneAccountHandle;
96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle()
124 ….setPhoneAccountHandle((PhoneAccountHandle) in.readParcelable(null, android.telecom.PhoneAccountHa…
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java26 import android.telecom.PhoneAccountHandle;
64 PhoneAccountHandle fromSubId(int subId, Context context); in fromSubId()
81 public PhoneAccountHandle fromSubId(int subId, Context context) {
94 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT,
98 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT,
151 PhoneAccountHandle phoneAccountHandle = sPhoneAccountHandleConverter.fromSubId(subId, in filter()
273 VisualVoicemailSmsFilterSettings filterSettings, PhoneAccountHandle phoneAccountHandle, in sendVvmSmsBroadcast()
DMissedIncomingCallSmsFilter.java28 import android.telecom.PhoneAccountHandle;
279 private PhoneAccountHandle makePstnPhoneAccountHandle(Phone phone) { in makePstnPhoneAccountHandle()
285 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT, in makePstnPhoneAccountHandle()
288 return new PhoneAccountHandle(PSTN_CONNECTION_SERVICE_COMPONENT, in makePstnPhoneAccountHandle()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DVisualVoicemailSmsFilterTest.java25 import android.telecom.PhoneAccountHandle;
99 public PhoneAccountHandle fromSubId(int subId, Context context) { in setUp()
100 return new PhoneAccountHandle( in setUp()
/frameworks/base/services/core/java/com/android/server/telecom/
DTelecomLoaderService.java31 import android.telecom.PhoneAccountHandle;
77 PhoneAccountHandle phoneAccount = telecomManager.getSimCallManager(); in onServiceConnected()
223 PhoneAccountHandle phoneAccount = in registerDefaultAppProviders()
263 PhoneAccountHandle phoneAccount = telecomManager.getSimCallManager(userId); in updateSimCallManagerPermissions()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncConnectionService.java28 import android.telecom.PhoneAccountHandle;
126 public Connection onCreateIncomingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnection()
154 public void onCreateIncomingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateIncomingConnectionFailed()
162 public Connection onCreateOutgoingConnection(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnection()
164 final PhoneAccountHandle handle = phoneAccountHandle != null ? phoneAccountHandle in onCreateOutgoingConnection()
216 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle phoneAccountHandle, in onCreateOutgoingConnectionFailed()

123