HomeSort by relevance Sort by last modified time
    Searched refs:IS_EMERGENCY_ONLY (Results 1 - 6 of 6) sorted by null

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java 67 import static android.provider.Telephony.ServiceStateTable.IS_EMERGENCY_ONLY;
100 IS_EMERGENCY_ONLY,
159 newSS.setEmergencyOnly(values.getAsBoolean(IS_EMERGENCY_ONLY));
241 final int is_emergency_only = (ss.isEmergencyOnly()) ? 1 : 0; local
267 is_emergency_only,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyEvents.java 265 TelephonyConstants.ServiceStateContainer.IS_EMERGENCY_ONLY,
TelephonyConstants.java 418 public static final String IS_EMERGENCY_ONLY = "isEmergencyOnly";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 658 IS_EMERGENCY_ONLY = "isEmergencyOnly"
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
ServiceStateProviderTest.java 107 ServiceStateTable.IS_EMERGENCY_ONLY,
  /frameworks/base/telephony/java/android/telephony/
Telephony.java     [all...]

Completed in 162 milliseconds