Searched refs:NOTIF_PHONE (Results 1 – 1 of 1) sorted by relevance
45 private static final int NOTIF_PHONE = 1 << 0; field in PhoneStateIntentReceiver84 if ((mWants & NOTIF_PHONE) == 0) { in getPhoneState()130 mWants |= NOTIF_PHONE; in notifyPhoneCallState()136 return ((mWants & NOTIF_PHONE) != 0); in getNotifyPhoneCallState()