Searched defs:locations (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DDownloadMapImageTask.java41 protected Drawable doInBackground(Location... locations) { argument
46 if (locations == null || locations.length == 0) {
52 URL mapUrl = new URL(LocationUrlBuilder.getStaticMapUrl(ui.getContext(), locations[0]));
H A DReverseGeocodeTask.java49 protected String doInBackground(Location... locations) { argument
54 if (locations == null || locations.length == 0) {
61 String url = LocationUrlBuilder.getReverseGeocodeUrl(locations[0]);
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DFileAdapter.java34 public FileAdapter(Context c, int layoutResourceId, File[] locations) { argument
35 super(c, layoutResourceId, locations);
38 this.mLocations = locations;
69 public void setLocations(File[] locations) { argument
70 mLocations = locations;
H A DDeviceListFragment.java62 public void updateList(File[] locations) { argument
63 if (locations != null) {
64 mFileNames = locations;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
H A DVolumeAdapter.java39 public VolumeAdapter(Context c, int layoutResourceId, VolumeInfo[] locations, argument
41 super(c, layoutResourceId, locations);
45 this.mVolumeList = locations;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 232 milliseconds