Home
last modified time | relevance | path

Searched refs:SERVICE_STATE_IN_SERVICE (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java220 public static final String SERVICE_STATE_IN_SERVICE = "IN_SERVICE"; field in TelephonyConstants
DTelephonyUtils.java347 return TelephonyConstants.SERVICE_STATE_IN_SERVICE; in getNetworkStateString()