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 212 if (mLteSS.getState() == ServiceState.STATE_IN_SERVICE) {
217 log("pollStateDone LTE/eHRPD STATE_IN_SERVICE newNetworkType = " + newNetworkType);
222 log("pollStateDone CDMA STATE_IN_SERVICE newNetworkType = " + newNetworkType +
248 boolean hasRegistered = ss.getState() != ServiceState.STATE_IN_SERVICE
249 && newSS.getState() == ServiceState.STATE_IN_SERVICE;
251 boolean hasDeregistered = ss.getState() == ServiceState.STATE_IN_SERVICE
252 && newSS.getState() != ServiceState.STATE_IN_SERVICE;
255 mDataConnectionState != ServiceState.STATE_IN_SERVICE
256 && mNewDataConnectionState == ServiceState.STATE_IN_SERVICE;
259 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 219 (psState == ServiceState.STATE_IN_SERVICE ||
233 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 764 ss.getState() != ServiceState.STATE_IN_SERVICE
765 && newSS.getState() == ServiceState.STATE_IN_SERVICE;
768 ss.getState() == ServiceState.STATE_IN_SERVICE
769 && newSS.getState() != ServiceState.STATE_IN_SERVICE;
772 gprsState != ServiceState.STATE_IN_SERVICE
773 && newGPRSState == ServiceState.STATE_IN_SERVICE;
776 gprsState == ServiceState.STATE_IN_SERVICE
777 && 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 623 (gprsState == ServiceState.STATE_IN_SERVICE || mAutoAttachOnCreation) &&
633 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 1592 milliseconds

1 2