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

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

Completed in 30 milliseconds