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

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

Completed in 72 milliseconds