Searched refs:NOTIF_SERVICE (Results 1 – 1 of 1) sorted by relevance
44 private static final int NOTIF_SERVICE = 1 << 1; field in PhoneStateIntentReceiver90 if ((mWants & NOTIF_SERVICE) == 0) { in getServiceState()137 mWants |= NOTIF_SERVICE; in notifyServiceState()143 return ((mWants & NOTIF_SERVICE) != 0); in getNotifyServiceState()