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

/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java34 public final class Phone { class
40 * @param phone The {@code Phone} calling this method.
43 public void onAudioStateChanged(Phone phone, AudioState audioState) { }
50 * @param phone The {@code Phone} calling this method.
53 public void onBringToForeground(Phone phone, boolean showDialpad) { }
62 * @param phone The {@code Phone} calling this method.
65 public void onCallAdded(Phone phone, Call call) { }
73 * @param phone The {@code Phone} calling this method.
76 public void onCallRemoved(Phone phone, Call call) { }
79 * Called when the {@code Phone} abilit
108 Phone(InCallAdapter adapter) { method in class:Phone
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java48 public interface Phone { interface
123 // Note NT_* substitute RILConstants.NETWORK_MODE_* above the Phone
274 * @return The string array will always return at least one entry, Phone.APN_TYPE_DEFAULT.
362 * Connection.getCall() == Phone.getRingingCall()
458 * Example: If Phone.dial is called with "*#31#", then the app will
1300 * For unit tests; don't send notifications to "Phone"
1459 * Retrieves the PhoneSubInfo of the Phone
1464 * Retrieves the IccPhoneBookInterfaceManager of the Phone
1472 * - {@link com.android.internal.telephony.Phone#TTY_MODE_OFF}
1473 * - {@link com.android.internal.telephony.Phone#TTY_MODE_FUL
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java188 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI},
265 * {@link CommonDataKinds.Phone#CONTENT_FILTER_URI CommonDataKinds.Phone.CONTENT_FILTER_URI}.
4124 * {@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}, then the column
4133 * {@link CommonDataKinds.Phone}, {@link CommonDataKinds.Email} etc. As a
4135 * For example, {@link CommonDataKinds.Phone Phone.NUMBER} is the same as
4206 * values.put(Data.MIMETYPE, Phone
5757 public static final class Phone implements DataColumnsWithJoins, CommonColumns, class in class:ContactsContract.CommonDataKinds
5762 private Phone() {} method in class:ContactsContract.CommonDataKinds.Phone
[all...]

Completed in 119 milliseconds