HomeSort by relevance Sort by last modified time
    Searched refs:ServiceState (Results 51 - 75 of 98) sorted by null

1 23 4

  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 293 ServiceState otherSvc = otherState.mServices.valueAt(isvc);
296 ServiceState thisSvc = getServiceStateLocked(pkgName, uid, vers,
547 int uid, int vers, String serviceName, ServiceState svc, int serviceType, int opCount,
567 int memFactor = type / ServiceState.SERVICE_COUNT;
568 type %= ServiceState.SERVICE_COUNT;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 40 import android.telephony.ServiceState;
287 public ServiceState getServiceState() {
288 if (mSST == null || mSST.mSS.getState() != ServiceState.STATE_IN_SERVICE) {
290 mImsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
299 return new ServiceState();
381 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
421 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE
768 } else if (mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
    [all...]
CdmaCallTracker.java 26 import android.telephony.ServiceState;
367 int serviceState = mPhone.getServiceState().getState();
371 ret = (serviceState != ServiceState.STATE_POWER_OFF)
381 "((serviceState=%d) != ServiceState.STATE_POWER_OFF)::=%s\n" +
388 serviceState,
389 serviceState != ServiceState.STATE_POWER_OFF,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 86 ProcessStats.ServiceState tracker; // tracking service execution, may be null
87 ProcessStats.ServiceState restartTracker; // tracking service restart
316 public ProcessStats.ServiceState getTracker() {
ProcessStatsService.java 115 public ProcessStats.ServiceState getServiceStateLocked(String packageName, int uid,
146 final ArrayMap<String, ProcessStats.ServiceState> services = pkg.mServices;
148 final ProcessStats.ServiceState service = services.valueAt(isvc);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 50 import android.telephony.ServiceState;
    [all...]
NotificationMgr.java 37 import android.telephony.ServiceState;
493 * @param serviceState Phone service state
495 void updateNetworkSelection(int serviceState) {
510 serviceState + " new network " + networkSelection);
512 if (serviceState == ServiceState.STATE_OUT_OF_SERVICE
PhoneInterfaceManager.java 46 import android.telephony.ServiceState;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 47 import android.telephony.ServiceState;
365 if ( tracker.mImsRetry > 0 && ss != ServiceState.STATE_IN_SERVICE) {
380 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) {
423 if (ss == ServiceState.STATE_POWER_OFF) {
437 if (ss == ServiceState.STATE_POWER_OFF) {
    [all...]
Phone.java 27 import android.telephony.ServiceState;
177 * Get the current ServiceState. Use
181 ServiceState getServiceState();
514 * Register for ServiceState changed.
516 * AsyncResult.result will be a ServiceState instance
    [all...]
TelephonyDevController.java 33 import android.telephony.ServiceState;
PhoneBase.java 44 import android.telephony.ServiceState;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 42 import android.telephony.ServiceState;
548 int serviceState = mPhone.getServiceState().getState();
552 ret = (serviceState != ServiceState.STATE_POWER_OFF)
    [all...]
ImsPhone.java 33 import android.telephony.ServiceState;
117 ServiceState mSS = new ServiceState();
203 public ServiceState
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 31 import android.telephony.ServiceState;
290 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) {
GsmCallTracker.java 27 import android.telephony.ServiceState;
319 int serviceState = mPhone.getServiceState().getState();
323 ret = (serviceState != ServiceState.STATE_POWER_OFF)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 37 import android.telephony.ServiceState;
75 ServiceState mServiceState;
502 public void onServiceStateChanged(ServiceState state) {
588 case ServiceState.STATE_POWER_OFF:
591 case ServiceState.STATE_OUT_OF_SERVICE:
592 case ServiceState.STATE_EMERGENCY_ONLY:
593 retVal = mServiceState.getDataRegState() == ServiceState.STATE_IN_SERVICE;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 55 import android.telephony.ServiceState;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 32 import android.telephony.ServiceState;
166 log("Setting radio tech " + ServiceState.rilRadioTechnologyToString(radioTech));
168 if (ServiceState.isGsm(radioTech)) {
    [all...]
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 335 ServiceState service_state;
cloud_print_service_config.cc 382 ServiceState service_state;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 32 import android.telephony.ServiceState;
376 public ServiceState getServiceState() {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 22 import android.telephony.ServiceState;
96 ServiceState state;
101 state = (ServiceState) ((AsyncResult) msg.obj).result;
102 } while (state.getState() != ServiceState.STATE_IN_SERVICE);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 64 import android.telephony.ServiceState;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 41 import android.telephony.ServiceState;
    [all...]

Completed in 491 milliseconds

1 23 4