HomeSort by relevance Sort by last modified time
    Searched refs:STATE_IN_SERVICE (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 210 if (mLteSS.getState() == ServiceState.STATE_IN_SERVICE) {
215 log("pollStateDone LTE/eHRPD STATE_IN_SERVICE newNetworkType = " + newNetworkType);
220 log("pollStateDone CDMA STATE_IN_SERVICE newNetworkType = " + newNetworkType +
246 boolean hasRegistered = ss.getState() != ServiceState.STATE_IN_SERVICE
247 && newSS.getState() == ServiceState.STATE_IN_SERVICE;
249 boolean hasDeregistered = ss.getState() == ServiceState.STATE_IN_SERVICE
250 && newSS.getState() != ServiceState.STATE_IN_SERVICE;
253 mDataConnectionState != ServiceState.STATE_IN_SERVICE
254 && mNewDataConnectionState == ServiceState.STATE_IN_SERVICE;
257 mDataConnectionState == ServiceState.STATE_IN_SERVICE
    [all...]
CdmaServiceStateTracker.java     [all...]
CDMAPhone.java 340 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
626 } else if (mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
    [all...]
CdmaDataConnectionTracker.java 197 (psState == ServiceState.STATE_IN_SERVICE ||
210 if (!((psState == ServiceState.STATE_IN_SERVICE) || mAutoAttachOnCreation)) {
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 152 serviceState.setState(ServiceState.STATE_IN_SERVICE);
153 assertEquals(ServiceState.STATE_IN_SERVICE, serviceState.getState());
  /packages/apps/Phone/src/com/android/phone/
OtaStartupReceiver.java 78 // - STATE_IN_SERVICE // Normal operation
84 // Once we reach STATE_IN_SERVICE
86 if (state.getState() == ServiceState.STATE_IN_SERVICE) {
130 if (app.mCM.getServiceState() != ServiceState.STATE_IN_SERVICE) {
EmergencyCallHelper.java 203 // - STATE_IN_SERVICE // Normal operation
209 // Once we reach either STATE_IN_SERVICE or STATE_EMERGENCY_ONLY,
211 boolean okToCall = (state.getState() == ServiceState.STATE_IN_SERVICE)
236 // STATE_IN_SERVICE or STATE_EMERGENCY_ONLY very shortly.
CallController.java 600 case ServiceState.STATE_IN_SERVICE:
    [all...]
BluetoothHandsfree.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 316 if (getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
334 if (getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
352 if (ss.getState() == ServiceState.STATE_IN_SERVICE) {
SMSDispatcher.java 398 if (ss != ServiceState.STATE_IN_SERVICE) {
    [all...]
CallManager.java 265 if (serviceState == ServiceState.STATE_IN_SERVICE) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 762 ss.getState() != ServiceState.STATE_IN_SERVICE
763 && newSS.getState() == ServiceState.STATE_IN_SERVICE;
766 ss.getState() == ServiceState.STATE_IN_SERVICE
767 && newSS.getState() != ServiceState.STATE_IN_SERVICE;
770 gprsState != ServiceState.STATE_IN_SERVICE
771 && newGPRSState == ServiceState.STATE_IN_SERVICE;
774 gprsState == ServiceState.STATE_IN_SERVICE
775 && newGPRSState != ServiceState.STATE_IN_SERVICE;
    [all...]
GSMPhone.java 299 != ServiceState.STATE_IN_SERVICE) {
309 } else { /* mSST.gprsState == ServiceState.STATE_IN_SERVICE */
340 if (mSST.getCurrentGprsState() == ServiceState.STATE_IN_SERVICE) {
    [all...]
GsmDataConnectionTracker.java 610 (gprsState == ServiceState.STATE_IN_SERVICE || mAutoAttachOnCreation) &&
620 if (!((gprsState == ServiceState.STATE_IN_SERVICE) || mAutoAttachOnCreation)) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 44 public static final int STATE_IN_SERVICE = 0;
243 * @see #STATE_IN_SERVICE
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 118 s.setState(ServiceState.STATE_IN_SERVICE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 364 case ServiceState.STATE_IN_SERVICE:
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 223 if (serviceState.getState() == ServiceState.STATE_IN_SERVICE) {
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 524 case ServiceState.STATE_IN_SERVICE:
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 99 } while (state.getState() != ServiceState.STATE_IN_SERVICE);
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 119 milliseconds

1 2