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.java190 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI},
271 * {@link CommonDataKinds.Phone#CONTENT_FILTER_URI CommonDataKinds.Phone.CONTENT_FILTER_URI}.
4239 * {@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}, then the column
4248 * {@link CommonDataKinds.Phone}, {@link CommonDataKinds.Email} etc. As a
4250 * For example, {@link CommonDataKinds.Phone Phone.NUMBER} is the same as
4321 * values.put(Data.MIMETYPE, Phone
5925 public static final class Phone implements DataColumnsWithJoins, CommonColumns, class in class:ContactsContract.CommonDataKinds
5930 private Phone() {} method in class:ContactsContract.CommonDataKinds.Phone
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java76 * A base implementation for the com.android.internal.telephony.Phone interface.
78 * Note that implementations of Phone.java are expected to be used
86 public abstract class Phone extends Handler implements PhoneInternalInterface { class in inherits:Handler,PhoneInternalInterface
87 private static final String LOG_TAG = "Phone";
105 synchronized (Phone.lockForRadioTechnologyChange) {
248 protected Phone mImsPhone = null;
393 * Constructs a Phone in normal (non-unit test) mode.
402 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:Phone
409 * Constructs a Phone in normal (non-unit test) mode.
419 protected Phone(Strin method in class:Phone
[all...]

Completed in 692 milliseconds