Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneStateIntentReceiver.java58 private int mWants; field in PhoneStateIntentReceiver
84 if ((mWants & NOTIF_PHONE) == 0) { in getPhoneState()
92 if ((mWants & NOTIF_SERVICE) == 0) { in getServiceState()
106 if ((mWants & NOTIF_SIGNAL) == 0) { in getSignalStrengthLevelAsu()
122 if ((mWants & NOTIF_SIGNAL) == 0) { in getSignalStrengthDbm()
130 mWants |= NOTIF_PHONE; in notifyPhoneCallState()
136 return ((mWants & NOTIF_PHONE) != 0); in getNotifyPhoneCallState()
141 mWants |= NOTIF_SERVICE; in notifyServiceState()
147 return ((mWants & NOTIF_SERVICE) != 0); in getNotifyServiceState()
152 mWants |= NOTIF_SIGNAL; in notifySignalStrength()
[all …]