Searched refs:LISTEN_SIGNAL_STRENGTH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java72 public static final int LISTEN_SIGNAL_STRENGTH = 0x00000002; field in class:PhoneStateListener
288 Message.obtain(mHandler, LISTEN_SIGNAL_STRENGTH, asu, 0, null).sendToTarget();
335 case LISTEN_SIGNAL_STRENGTH:
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java173 if ((events & PhoneStateListener.LISTEN_SIGNAL_STRENGTH) != 0) {
313 if ((r.events & PhoneStateListener.LISTEN_SIGNAL_STRENGTH) != 0) {

Completed in 31 milliseconds