Searched refs:phoneAccountHandle (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DVisualVoicemailService.java195 * @param phoneAccountHandle The {@link PhoneAccountHandle} triggering this event.
199 PhoneAccountHandle phoneAccountHandle);
220 * @param phoneAccountHandle The {@link PhoneAccountHandle} triggering this event.
224 PhoneAccountHandle phoneAccountHandle);
243 * @param phoneAccountHandle The account to apply the settings to.
250 PhoneAccountHandle phoneAccountHandle,
253 int subId = getSubId(context, phoneAccountHandle);
267 * @param phoneAccountHandle The account to send the SMS with.
282 PhoneAccountHandle phoneAccountHandle, String number,
285 telephonyManager.sendVisualVoicemailSmsForSubscriber(getSubId(context, phoneAccountHandle),
198 onCellServiceConnected(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) argument
223 onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) argument
249 setSmsFilterSettings(Context context, PhoneAccountHandle phoneAccountHandle, VisualVoicemailSmsFilterSettings settings) argument
281 sendVisualVoicemailSms(Context context, PhoneAccountHandle phoneAccountHandle, String number, short port, String text, PendingIntent sentIntent) argument
289 getSubId(Context context, PhoneAccountHandle phoneAccountHandle) argument
[all...]
H A DVisualVoicemailSms.java96 public Builder setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { argument
97 this.mPhoneAccountHandle = phoneAccountHandle;
H A DTelephonyManager.java296 public TelephonyManager createForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { argument
297 int subId = getSubIdForPhoneAccountHandle(phoneAccountHandle);
2818 * @param phoneAccountHandle the phone account to change the client state
2826 public void setVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle, boolean enabled){ argument
2832 * @param phoneAccountHandle the phone account to check for.
2841 public boolean isVisualVoicemailEnabled(PhoneAccountHandle phoneAccountHandle){ argument
3044 * @param phoneAccountHandle The account to send the SMS with.
6340 private int getSubIdForPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { argument
6345 retval = getSubIdForPhoneAccount(service.getPhoneAccount(phoneAccountHandle));
6452 * @param phoneAccountHandle Th
6458 setVoicemailRingtoneUri(PhoneAccountHandle phoneAccountHandle, Uri uri) argument
6500 setVoicemailVibrationEnabled(PhoneAccountHandle phoneAccountHandle, boolean enabled) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DVisualVoicemailSmsFilter.java129 PhoneAccountHandle phoneAccountHandle = sPhoneAccountHandleConverter.fromSubId(subId);
131 if (phoneAccountHandle == null) {
146 sendVvmSmsBroadcast(context, phoneAccountHandle, messageData, null);
180 sendVvmSmsBroadcast(context, phoneAccountHandle, messageData, null);
196 sendVvmSmsBroadcast(context, phoneAccountHandle, null, messageBody);
236 private static void sendVvmSmsBroadcast(Context context, PhoneAccountHandle phoneAccountHandle, argument
248 builder.setPhoneAccountHandle(phoneAccountHandle);
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl266 boolean isIncomingCallPermitted(in PhoneAccountHandle phoneAccountHandle);
271 boolean isOutgoingCallPermitted(in PhoneAccountHandle phoneAccountHandle);
/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, argument
46 mPhoneAccount = phoneAccountHandle;
H A DTelecomManager.java1710 * @param phoneAccountHandle The {@link PhoneAccountHandle} the call will be added for.
1714 public boolean isIncomingCallPermitted(PhoneAccountHandle phoneAccountHandle) { argument
1715 if (phoneAccountHandle == null) {
1722 return service.isIncomingCallPermitted(phoneAccountHandle);
1747 * @param phoneAccountHandle The {@link PhoneAccountHandle} the call will be added for.
1751 public boolean isOutgoingCallPermitted(PhoneAccountHandle phoneAccountHandle) { argument
1755 return service.isOutgoingCallPermitted(phoneAccountHandle);
H A DConnectionService.java1848 * @param phoneAccountHandle The phone account handle for the connection.
1851 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, argument
1853 addExistingConnection(phoneAccountHandle, connection, null /* conference */);
1860 * @param phoneAccountHandle The phone account handle for the connection.
1865 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, argument
1868 String id = addExistingConnectionInternal(phoneAccountHandle, connection);
1877 phoneAccountHandle,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1194 * @param phoneAccountHandle The handle for the {@link PhoneAccount} for which to set the
1200 in PhoneAccountHandle phoneAccountHandle, in Uri uri);
1217 * @param phoneAccountHandle The handle for the {@link PhoneAccount} for which to set the
1223 in PhoneAccountHandle phoneAccountHandle, boolean enabled);

Completed in 2278 milliseconds