HomeSort by relevance Sort by last modified time
    Searched refs:telecom (Results 351 - 375 of 444) sorted by null

<<1112131415161718

  /packages/services/Telecomm/src/com/android/server/telecom/
Session.java 17 package com.android.server.telecom;
24 * The session that stores information about a thread's point of entry into the Telecom code that
25 * persists until the thread exits Telecom.
47 // thread in the case of one Telecom entry point method calling another entry point method.
  /packages/services/Telephony/src/com/android/phone/settings/
AccessibilitySettingsFragment.java 27 import android.telecom.TelecomManager;
VisualVoicemailSettingsUtil.java 21 import android.telecom.PhoneAccountHandle;
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/fetch/
FetchVoicemailReceiver.java 29 import android.telecom.PhoneAccountHandle;
  /packages/services/Telephony/src/com/android/services/telephony/
TtyManager.java 27 import android.telecom.TelecomManager;
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 26 import android.telecom.PhoneAccount;
  /frameworks/base/telecomm/java/android/telecom/
RemoteConference.java 17 package android.telecom;
19 import com.android.internal.telecom.IConnectionService;
513 * @see android.telecom.AudioState
TelecomManager.java 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 the
    [all...]
Conference.java 17 package android.telecom;
23 import android.telecom.Connection.VideoProvider;
41 * Telecom will set the connect time.
106 * Returns the telecom internal call ID associated with this conference.
108 * @return The telecom call ID.
116 * Sets the telecom internal call ID associated with this conference.
118 * @param telecomCallId The telecom call ID.
361 * {@link android.telecom.DisconnectCause}.
601 * {@link #CONNECT_TIME_NOT_SPECIFIED} indicates that Telecom should determine the start time
830 * These extras changes can originate from Telecom itself, or from an {@link InCallService} vi
    [all...]
Phone.java 17 package android.telecom;
110 // A Map allows us to track each Call by its Telecom-specified call ID
Voicemail.java 17 package android.telecom;
  /packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersActivity.java 17 package com.android.server.telecom.settings;
53 import com.android.server.telecom.R;
62 "android.telecom.action.MANAGE_BLOCKED_NUMBERS";
64 private static final String TELECOM_PACKAGE = "com.android.server.telecom";
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoCallPresenter.java 27 import android.telecom.Connection;
28 import android.telecom.InCallService.VideoCall;
29 import android.telecom.VideoProfile;
30 import android.telecom.VideoProfile.CameraCapabilities;
588 public void onDetailsChanged(Call call, android.telecom.Call.Details details) {
    [all...]
ConferenceParticipantListAdapter.java 360 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE);
362 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE);
AnswerPresenter.java 285 && call.can(android.telecom.Call.Details.CAPABILITY_RESPOND_VIA_TEXT)
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 40 import android.telecom.PhoneAccount;
41 import android.telecom.PhoneAccountHandle;
58 import com.android.contacts.common.compat.telecom.TelecomManagerCompat;
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 36 import android.telecom.PhoneAccount;
37 import android.telecom.PhoneAccountHandle;
38 import android.telecom.TelecomManager;
CallFeaturesSetting.java 40 import android.telecom.PhoneAccountHandle;
41 import android.telecom.TelecomManager;
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 33 import android.telecom.PhoneAccount;
34 import android.telecom.PhoneAccountHandle;
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 28 import android.telecom.PhoneAccountHandle;
29 import android.telecom.TelecomManager;
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSyncService.java 28 import android.telecom.PhoneAccountHandle;
29 import android.telecom.Voicemail;
  /frameworks/base/
compiled-classes-phone     [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 22 import android.telecom.VideoProfile;
204 * {@link android.telecom.Connection#PROPERTY_WIFI} property on a connection.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 19 import android.telecom.ConferenceParticipant;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 33 import android.telecom.PhoneAccount;

Completed in 673 milliseconds

<<1112131415161718