Home
last modified time | relevance | path

Searched refs:mPiiLoggableLocation (Results 1 – 1 of 1) sorted by relevance

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DEnvironment.java88 @NonNull private final PiiLoggableValue<Location> mPiiLoggableLocation; field in Environment.LocationListeningResult
100 mPiiLoggableLocation = PiiLoggables.fromPiiValue(location); in LocationListeningResult()
111 return mPiiLoggableLocation.get() != null; in isLocationKnown()
117 return mPiiLoggableLocation.get(); in getLocation()
157 Location location = mPiiLoggableLocation.get(); in getLocationAge()
169 return PiiLoggables.formatPiiString(template, mPiiLoggableLocation); in toPiiString()
175 return String.format(template, mPiiLoggableLocation); in toString()