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 102 public boolean needNotify;
141 if (notif.needNotify && notif.needVerify && mPopupImmediately)
148 if (notif.needNotify && !notif.needVerify ||
149 notif.needNotify && notif.needVerify && !mPopupImmediately)
160 if ( notif.needNotify && !notif.needVerify ||
161 !notif.needNotify && !notif.needVerify ||
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 370 boolean needNotify = false;
377 if (needNotify) {
378 needNotify = false;
391 needNotify = true;
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 1059 milliseconds