Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java36 public static final String LOCATION_KEY = "loc:"; field in ScopedException
83 sb.append(LOCATION_KEY).append(location.toUserReadableString()).append("\n"); in createEncodedMessage()
111 int locStart = output.indexOf(LOCATION_KEY, fileStart + FILE_KEY.length()); in createFromOutput()
118 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length()); in createFromOutput()
122 output.substring(locStart + LOCATION_KEY.length())); in createFromOutput()
125 output.substring(locStart + LOCATION_KEY.length(), nextLoc)); in createFromOutput()
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd354 savedInstanceState.putParcelable(LOCATION_KEY, mCurrentLocation);
386 if (savedInstanceState.keySet().contains(LOCATION_KEY)) {
387 // Since LOCATION_KEY was found in the Bundle, we can be sure that
389 mCurrentLocation = savedInstanceState.getParcelable(LOCATION_KEY);