Searched defs:Phone (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java37 public final class Phone { class
43 * @param phone The {@code Phone} calling this method.
46 * @deprecated Use {@link #onCallAudioStateChanged(Phone, CallAudioState)} instead.
49 public void onAudioStateChanged(Phone phone, AudioState audioState) { }
54 * @param phone The {@code Phone} calling this method.
57 public void onCallAudioStateChanged(Phone phone, CallAudioState callAudioState) { }
64 * @param phone The {@code Phone} calling this method.
67 public void onBringToForeground(Phone phone, boolean showDialpad) { }
76 * @param phone The {@code Phone} calling this method.
79 public void onCallAdded(Phone phon
128 Phone(InCallAdapter adapter) { method in class:Phone
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java149 * {@link CommonDataKinds.Phone#CONTENT_URI},
203 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI},
284 * {@link CommonDataKinds.Phone#CONTENT_FILTER_URI CommonDataKinds.Phone.CONTENT_FILTER_URI}.
4255 * {@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}, then the column
4264 * {@link CommonDataKinds.Phone}, {@link CommonDataKinds.Email} etc. As a
4266 * For example, {@link CommonDataKinds.Phone Phone
5941 public static final class Phone implements DataColumnsWithJoins, CommonColumns, class in class:ContactsContract.CommonDataKinds
5946 private Phone() {} method in class:ContactsContract.CommonDataKinds.Phone
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java78 * A base implementation for the com.android.internal.telephony.Phone interface.
80 * Note that implementations of Phone.java are expected to be used
88 public abstract class Phone extends Handler implements PhoneInternalInterface { class in inherits:Handler,PhoneInternalInterface
89 private static final String LOG_TAG = "Phone";
107 synchronized (Phone.lockForRadioTechnologyChange) {
256 protected Phone mImsPhone = null;
401 * Constructs a Phone in normal (non-unit test) mode.
410 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:Phone
417 * Constructs a Phone in normal (non-unit test) mode.
427 protected Phone(Strin method in class:Phone
[all...]

Completed in 3513 milliseconds