Searched refs:LISTEN_SIGNAL_STRENGTHS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java69 * @deprecated by {@link #LISTEN_SIGNAL_STRENGTHS}
149 public static final int LISTEN_SIGNAL_STRENGTHS = 0x00000100; field in class:PhoneStateListener
320 Message.obtain(mHandler, LISTEN_SIGNAL_STRENGTHS, 0, 0, signalStrength).sendToTarget();
357 case LISTEN_SIGNAL_STRENGTHS:
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java225 if ((events & PhoneStateListener.LISTEN_SIGNAL_STRENGTHS) != 0) {
306 if ((r.events & PhoneStateListener.LISTEN_SIGNAL_STRENGTHS) != 0) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java162 PhoneStateListener.LISTEN_SIGNAL_STRENGTHS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java191 | PhoneStateListener.LISTEN_SIGNAL_STRENGTHS

Completed in 269 milliseconds