Lines Matching refs:telecom
15 package android.telecom;
31 import com.android.internal.telecom.ITelecomService;
44 * Note that access to some telecom information is permission-protected. Your app cannot access the
53 * UI by notifying the Telecom system that an incoming call exists for a specific call service
54 * (see {@link android.telecom.ConnectionService}). Telecom reads the Intent extras to find
55 * and bind to the appropriate {@link android.telecom.ConnectionService} which Telecom will
59 * {@link android.telecom.ConnectionService} that Telecom should bind to. Telecom will then
62 public static final String ACTION_INCOMING_CALL = "android.telecom.action.INCOMING_CALL";
69 public static final String ACTION_NEW_UNKNOWN_CALL = "android.telecom.action.NEW_UNKNOWN_CALL";
72 * An {@link android.content.Intent} action sent by the telecom framework to start a
76 * A user can access the list of enabled {@link android.telecom.PhoneAccount}s through the Phone
84 "android.telecom.action.CONFIGURE_PHONE_ACCOUNT";
90 "android.telecom.action.SHOW_CALL_ACCESSIBILITY_SETTINGS";
96 "android.telecom.action.SHOW_CALL_SETTINGS";
102 "android.telecom.action.SHOW_RESPOND_VIA_SMS_SETTINGS";
109 "android.telecom.action.CHANGE_PHONE_ACCOUNTS";
118 "android.telecom.action.PHONE_ACCOUNT_REGISTERED";
127 "android.telecom.action.PHONE_ACCOUNT_UNREGISTERED";
143 "android.telecom.action.CHANGE_DEFAULT_DIALER";
153 "android.telecom.action.DEFAULT_DIALER_CHANGED";
159 "android.telecom.extra.CHANGE_DEFAULT_DIALER_PACKAGE_NAME";
166 "android.telecom.extra.START_CALL_WITH_SPEAKERPHONE";
178 "android.telecom.extra.START_CALL_WITH_VIDEO_STATE";
188 "android.telecom.extra.PHONE_ACCOUNT_HANDLE";
195 public static final String EXTRA_CALL_SUBJECT = "android.telecom.extra.CALL_SUBJECT";
202 "android.telecom.extra.INCOMING_CALL_ADDRESS";
210 "android.telecom.extra.INCOMING_CALL_EXTRAS";
219 "android.telecom.extra.OUTGOING_CALL_EXTRAS";
225 "android.telecom.extra.UNKNOWN_CALL_HANDLE";
233 "android.telecom.extra.CALL_CREATED_TIME_MILLIS";
237 * telecom began routing the call. This value is in milliseconds since boot.
241 "android.telecom.extra.CALL_TELECOM_ROUTING_START_TIME_MILLIS";
245 * telecom finished routing the call. This value is in milliseconds since boot.
249 "android.telecom.extra.CALL_TELECOM_ROUTING_END_TIME_MILLIS";
256 "android.telecom.extra.CALL_DISCONNECT_CAUSE";
263 "android.telecom.extra.CALL_DISCONNECT_MESSAGE";
272 "android.telecom.extra.CONNECTION_SERVICE";
276 * {@link com.android.internal.telephony.Connection} to Telecom
280 "android.telecom.extra.CALL_TECHNOLOGY_TYPE";
293 "android.telecom.extra.GATEWAY_PROVIDER_PACKAGE";
304 "android.telecom.extra.GATEWAY_ORIGINAL_ADDRESS";
314 public static final String EXTRA_CALL_BACK_NUMBER = "android.telecom.extra.CALL_BACK_NUMBER";
322 public static final String METADATA_IN_CALL_SERVICE_UI = "android.telecom.IN_CALL_SERVICE_UI";
332 "android.telecom.IN_CALL_SERVICE_CAR_MODE_UI";
341 "android.telecom.IN_CALL_SERVICE_RINGING";
354 "android.telecom.INCLUDE_EXTERNAL_CALLS";
409 "android.telecom.action.CURRENT_TTY_MODE_CHANGED";
422 "android.telecom.intent.extra.CURRENT_TTY_MODE";
432 "android.telecom.action.TTY_PREFERRED_MODE_CHANGED";
442 "android.telecom.intent.extra.TTY_PREFERRED";
450 "android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION";
457 "android.telecom.extra.NOTIFICATION_COUNT";
464 "android.telecom.extra.NOTIFICATION_PHONE_NUMBER";
472 "android.telecom.extra.CLEAR_MISSED_CALLS_INTENT";
480 "android.telecom.extra.CALL_BACK_INTENT";
538 android.telecom.Log.initMd5Sum();
1053 * Returns one of the following constants that represents the current state of Telecom:
1234 * Registers a new unknown call with Telecom. This can only be called by the system Telephony
1375 * Places a new outgoing call to the provided address using the system telecom service with
1379 * except that the outgoing call will always be sent via the system telecom service. If
1440 * Dumps telecom analytics for uploading.
1490 Log.w(TAG, "Telecom Service not found.");