OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:START_PATH
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java
64
public static final String
START_PATH
= "/start";
65
public static final String START_ATTRACTION_PATH =
START_PATH
+ "/attraction";
66
public static final String START_NAVIGATION_PATH =
START_PATH
+ "/navigation";
/developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java
64
public static final String
START_PATH
= "/start";
65
public static final String START_ATTRACTION_PATH =
START_PATH
+ "/attraction";
66
public static final String START_NAVIGATION_PATH =
START_PATH
+ "/navigation";
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Constants.java
64
public static final String
START_PATH
= "/start";
65
public static final String START_ATTRACTION_PATH =
START_PATH
+ "/attraction";
66
public static final String START_NAVIGATION_PATH =
START_PATH
+ "/navigation";
Completed in 112 milliseconds