Searched refs:MAPS_NAVIGATION_INTENT_URI (Results 1 – 2 of 2) sorted by relevance
71 public static final String MAPS_NAVIGATION_INTENT_URI = "google.navigation:mode=w&q="; field in Constants
53 Uri uri = Uri.parse(Constants.MAPS_NAVIGATION_INTENT_URI + Uri.encode(attractionQuery)); in onMessageReceived()