Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneStateIntentReceiver.java43 private static final int NOTIF_PHONE = 1 << 0; field in PhoneStateIntentReceiver
79 if ((mWants & NOTIF_PHONE) == 0) { in getPhoneState()
124 mWants |= NOTIF_PHONE; in notifyPhoneCallState()
130 return ((mWants & NOTIF_PHONE) != 0); in getNotifyPhoneCallState()