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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java47 public interface Phone { interface
117 // Note NT_* substitute RILConstants.NETWORK_MODE_* above the Phone
253 * @return The string array will always return at least one entry, Phone.APN_TYPE_DEFAULT.
300 * {@link Phone.State} which can be obtained using the {@link PhoneStateListener}
325 * Connection.getCall() == Phone.getRingingCall()
404 * Example: If Phone.dial is called with "*#31#", then the app will
1195 * For unit tests; don't send notifications to "Phone"
1365 * Retrieves the PhoneSubInfo of the Phone
1370 * Retrieves the IccSmsInterfaceManager of the Phone
1375 * Retrieves the IccPhoneBookInterfaceManager of the Phone
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java192 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI},
322 * {@link CommonDataKinds.Phone#CONTENT_FILTER_URI CommonDataKinds.Phone.CONTENT_FILTER_URI}.
3821 * {@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}, then the column
3830 * {@link CommonDataKinds.Phone}, {@link CommonDataKinds.Email} etc. As a
3832 * For example, {@link CommonDataKinds.Phone Phone.NUMBER} is the same as
3903 * values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
3904 * values.put(Phone
5388 public static final class Phone implements DataColumnsWithJoins, CommonColumns { class in class:ContactsContract.CommonDataKinds
5392 private Phone() {} method in class:ContactsContract.CommonDataKinds.Phone
[all...]

Completed in 102 milliseconds