Searched refs:mapsIntent (Results 1 – 2 of 2) sorted by relevance
288 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, in showOnMap() local290 context.startActivity(mapsIntent); in showOnMap()295 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); in showOnMap()296 context.startActivity(mapsIntent); in showOnMap()
1081 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, in showOnMap() local1083 mapsIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT); in showOnMap()1084 activity.startActivity(mapsIntent); in showOnMap()1089 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); in showOnMap()1090 activity.startActivity(mapsIntent); in showOnMap()