Searched defs:mDeviceShuttingDown (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java262 private boolean mDeviceShuttingDown = false; field in class:ServiceStateTracker
636 if (mDeviceShuttingDown == true) return;
637 mDeviceShuttingDown = true;
2314 log("mDeviceShuttingDown=" + mDeviceShuttingDown +
2357 } else if (mDeviceShuttingDown && mCi.getRadioState().isAvailable()) {
4711 pw.println(" mDeviceShuttingDown=" + mDeviceShuttingDown);
4990 return mDeviceShuttingDown;

Completed in 79 milliseconds