Searched refs:geoIntent (Results 1 – 1 of 1) sorted by relevance
112 Intent geoIntent = createMapActivityIntent(context, urlSpans); in onReceive() local113 if (geoIntent != null) { in onReceive()115 context.startActivity(geoIntent); in onReceive()806 Intent geoIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(urlString)); in createMapActivityIntent() local807 geoIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in createMapActivityIntent()808 return geoIntent; in createMapActivityIntent()