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

/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java144 private Location mLastGenericLocation; field in class:DeviceIdleController
2236 mLastGenericLocation = null;
2449 mLastGenericLocation = new Location(location);
3397 if (mLastGenericLocation != null) {
3398 pw.print(" mLastGenericLocation="); pw.println(mLastGenericLocation);

Completed in 50 milliseconds