Searched refs:LISTEN_SERVICE_STATE (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java58 public static final int LISTEN_SERVICE_STATE = 0x00000001; field in class:PhoneStateListener
284 Message.obtain(mHandler, LISTEN_SERVICE_STATE, 0, 0, serviceState).sendToTarget();
332 case LISTEN_SERVICE_STATE:
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java166 if ((events & PhoneStateListener.LISTEN_SERVICE_STATE) != 0) {
286 if ((r.events & PhoneStateListener.LISTEN_SERVICE_STATE) != 0) {
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java452 mTelephonyManager.listen(mPhoneStateListener, PhoneStateListener.LISTEN_SERVICE_STATE);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java94 telephonyManager.listen(mPhoneStateListener, PhoneStateListener.LISTEN_SERVICE_STATE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java190 PhoneStateListener.LISTEN_SERVICE_STATE

Completed in 117 milliseconds