Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/maps/impl/
DStaticMapFragment.java39 private static final String ARG_LOCATION = "location"; field in StaticMapFragment
43 args.putParcelable(ARG_LOCATION, Assert.isNotNull(location)); in newInstance()
70 Location location = getArguments().getParcelable(ARG_LOCATION); in onMapReady()
/packages/apps/Dialer/java/com/android/incallui/sessiondata/
DMultimediaFragment.java56 private static final String ARG_LOCATION = "location"; field in MultimediaFragment
90 args.putParcelable(ARG_LOCATION, location); in newInstance()
258 return getArguments().getParcelable(ARG_LOCATION); in getLocation()