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

  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 99 public boolean needNotify;
138 if (notif.needNotify && notif.needVerify && mPopupImmediately)
145 if (notif.needNotify && !notif.needVerify ||
146 notif.needNotify && notif.needVerify && !mPopupImmediately)
157 if ( notif.needNotify && !notif.needVerify ||
158 !notif.needNotify && !notif.needVerify ||
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 354 boolean needNotify = false;
454 needNotify = true;
460 return needNotify;
468 boolean needNotify = false;
475 if (needNotify) {
476 needNotify = false;
487 needNotify = true;
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 53 milliseconds