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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java45 private static final int NOTIF_SIGNAL = 1 << 2; field in class:PhoneStateIntentReceiver
101 if ((mWants & NOTIF_SIGNAL) == 0) {
116 if ((mWants & NOTIF_SIGNAL) == 0) {
144 mWants |= NOTIF_SIGNAL;
150 return ((mWants & NOTIF_SIGNAL) != 0);

Completed in 29 milliseconds