HomeSort by relevance Sort by last modified time
    Searched refs:mWants (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 54 private int mWants;
79 if ((mWants & NOTIF_PHONE) == 0) {
87 if ((mWants & NOTIF_SERVICE) == 0) {
101 if ((mWants & NOTIF_SIGNAL) == 0) {
116 if ((mWants & NOTIF_SIGNAL) == 0) {
124 mWants |= NOTIF_PHONE;
130 return ((mWants & NOTIF_PHONE) != 0);
134 mWants |= NOTIF_SERVICE;
140 return ((mWants & NOTIF_SERVICE) != 0);
144 mWants |= NOTIF_SIGNAL
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 75 milliseconds