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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java 47 import static android.provider.Telephony.ServiceStateTable.VOICE_REG_STATE;
80 VOICE_REG_STATE,
140 newSS.setVoiceRegState(values.getAsInteger(VOICE_REG_STATE));
221 final int voice_reg_state = ss.getVoiceRegState(); local
247 voice_reg_state,
317 getUriForSubscriptionIdAndField(subId, VOICE_REG_STATE),
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyEvents.java 237 TelephonyConstants.ServiceStateContainer.VOICE_REG_STATE,
TelephonyConstants.java 410 public static final String VOICE_REG_STATE = "voiceRegState";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 650 VOICE_REG_STATE = "voiceRegState"
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
ServiceStateProviderTest.java 89 ServiceStateTable.VOICE_REG_STATE,
306 // Test that notifyChange is called by notifyChangeForSubIdAndField when the voice_reg_state
319 // Test that notifyChange is called by notifyChangeForSubId when the voice_reg_state changes
  /frameworks/base/telephony/java/android/telephony/
Telephony.java     [all...]

Completed in 118 milliseconds