Searched defs:SIP_ADDRESS_ONLY (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DSettings.java3792 * "SIP_ADDRESS_ONLY" : Only if destination is a SIP address
3799 new String[] {"SIP_ALWAYS", "SIP_ADDRESS_ONLY"});
3814 public static final String SIP_ADDRESS_ONLY = "SIP_ADDRESS_ONLY"; field in class:Settings.System
3820 * @deprecated Use SIP_ALWAYS or SIP_ADDRESS_ONLY instead. Formerly used to indicate that
3823 * SIP_ADDRESS_ONLY.
4045 PRIVATE_SETTINGS.add(SIP_ADDRESS_ONLY);
4118 VALIDATORS.put(SIP_ADDRESS_ONLY, SIP_ADDRESS_ONLY_VALIDATOR);

Completed in 29 milliseconds