Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java112 Intent geoIntent = createMapActivityIntent(context, urlSpans); in onReceive() local
113 if (geoIntent != null) { in onReceive()
115 context.startActivity(geoIntent); in onReceive()
806 Intent geoIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(urlString)); in createMapActivityIntent() local
807 geoIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in createMapActivityIntent()
808 return geoIntent; in createMapActivityIntent()