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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java45 public interface Phone { interface
118 // Note NT_* substitute RILConstants.NETWORK_MODE_* above the Phone
269 * @return The string array will always return at least one entry, Phone.APN_TYPE_DEFAULT.
341 * Connection.getCall() == Phone.getRingingCall()
420 * Example: If Phone.dial is called with "*#31#", then the app will
1211 * For unit tests; don't send notifications to "Phone"
1386 * Retrieves the PhoneSubInfo of the Phone
1391 * Retrieves the IccPhoneBookInterfaceManager of the Phone
1399 * - {@link com.android.internal.telephony.Phone#TTY_MODE_OFF}
1400 * - {@link com.android.internal.telephony.Phone#TTY_MODE_FUL
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java190 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI},
320 * {@link CommonDataKinds.Phone#CONTENT_FILTER_URI CommonDataKinds.Phone.CONTENT_FILTER_URI}.
3897 * {@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}, then the column
3906 * {@link CommonDataKinds.Phone}, {@link CommonDataKinds.Email} etc. As a
3908 * For example, {@link CommonDataKinds.Phone Phone.NUMBER} is the same as
3979 * values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
3980 * values.put(Phone
5471 public static final class Phone implements DataColumnsWithJoins, CommonColumns { class in class:ContactsContract.CommonDataKinds
5475 private Phone() {} method in class:ContactsContract.CommonDataKinds.Phone
[all...]

Completed in 102 milliseconds