Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java71 public static final String MAPS_NAVIGATION_INTENT_URI = "google.navigation:mode=w&q="; field in Constants
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DListenerService.java53 Uri uri = Uri.parse(Constants.MAPS_NAVIGATION_INTENT_URI + Uri.encode(attractionQuery)); in onMessageReceived()