HomeSort by relevance Sort by last modified time
    Searched refs:needNotify (Results 1 - 2 of 2) 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 ||
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 50 milliseconds