Searched refs:mapsIntent (Results 1 – 4 of 4) sorted by relevance
160 Intent mapsIntent = new Intent(Intent.ACTION_VIEW); in launchMap() local161 mapsIntent.setClassName(mContext.getString(R.string.maps_app_package), in launchMap()163 mapsIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in launchMap()164 mService.startActivity(mapsIntent, options.toBundle()); in launchMap()
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()
82 Intent mapsIntent = new Intent(Intent.ACTION_MAIN); in onCreate() local83 mapsIntent.addCategory(Intent.CATEGORY_APP_MAPS); in onCreate()94 getDefaultSystemHandlerActivityPackageName(mapsIntent), in onCreate()
1086 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, in showOnMap() local1088 mapsIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT); in showOnMap()1089 activity.startActivity(mapsIntent); in showOnMap()1094 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); in showOnMap()1095 activity.startActivity(mapsIntent); in showOnMap()