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

  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 100 public boolean needVerify;
138 if (notif.needNotify && notif.needVerify && mPopupImmediately)
145 if (notif.needNotify && !notif.needVerify ||
146 notif.needNotify && notif.needVerify && !mPopupImmediately)
150 // if mPopupImmediately == FALSE and needVerify == TRUE, a dialog will be opened
157 if ( notif.needNotify && !notif.needVerify ||
158 !notif.needNotify && !notif.needVerify ||
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 36 milliseconds