Searched defs:LISTEN_SIGNAL_STRENGTHS (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java77 * @deprecated by {@link #LISTEN_SIGNAL_STRENGTHS}
154 public static final int LISTEN_SIGNAL_STRENGTHS = 0x00000100; field in class:PhoneStateListener
304 case LISTEN_SIGNAL_STRENGTHS:
573 Message.obtain(mHandler, LISTEN_SIGNAL_STRENGTHS, 0, 0, signalStrength).sendToTarget();

Completed in 29 milliseconds