HomeSort by relevance Sort by last modified time
    Searched defs:mWants (Results 1 - 7 of 7) 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 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 404 milliseconds