HomeSort by relevance Sort by last modified time
    Searched refs:ARG_LOCATION (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/maps/impl/
StaticMapFragment.java 39 private static final String ARG_LOCATION = "location";
43 args.putParcelable(ARG_LOCATION, Assert.isNotNull(location));
70 Location location = getArguments().getParcelable(ARG_LOCATION);
  /packages/apps/Dialer/java/com/android/incallui/sessiondata/
MultimediaFragment.java 55 private static final String ARG_LOCATION = "location";
89 args.putParcelable(ARG_LOCATION, location);
253 return getArguments().getParcelable(ARG_LOCATION);

Completed in 3320 milliseconds