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

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

Completed in 39 milliseconds