Searched refs:LOCATION_KEY (Results 1 – 2 of 2) sorted by relevance
36 public static final String LOCATION_KEY = "loc:"; field in ScopedException83 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()
354 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 that389 mCurrentLocation = savedInstanceState.getParcelable(LOCATION_KEY);