Searched refs:mLastGenericLocation (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java141 private Location mLastGenericLocation; field in class:DeviceIdleController
2051 mLastGenericLocation = null;
2257 mLastGenericLocation = new Location(location);
3096 if (mLastGenericLocation != null) {
3097 pw.print(" mLastGenericLocation="); pw.println(mLastGenericLocation);

Completed in 261 milliseconds