Home
last modified time | relevance | path

Searched refs:EVENT_POLL_SIGNAL_STRENGTH_DONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java106 public static final int EVENT_POLL_SIGNAL_STRENGTH_DONE = 9; field in SignalStrengthController
255 case EVENT_POLL_SIGNAL_STRENGTH_DONE: // fall through in handleMessage()
272 mCi.getSignalStrength(obtainMessage(EVENT_POLL_SIGNAL_STRENGTH_DONE)); in handleMessage()
DTelephonyTester.java436 .obtainMessage(SignalStrengthController.EVENT_POLL_SIGNAL_STRENGTH_DONE, ar)); in setSignalStrength()