Searched refs:NOTIF_SIGNAL (Results 1 – 1 of 1) sorted by relevance
45 private static final int NOTIF_SIGNAL = 1 << 2; field in PhoneStateIntentReceiver104 if ((mWants & NOTIF_SIGNAL) == 0) { in getSignalStrengthLevelAsu()119 if ((mWants & NOTIF_SIGNAL) == 0) { in getSignalStrengthDbm()147 mWants |= NOTIF_SIGNAL; in notifySignalStrength()153 return ((mWants & NOTIF_SIGNAL) != 0); in getNotifySignalStrength()