OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_CITY
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java
38
public static final String
TEST_CITY
= CITY_SYDNEY;
129
return
TEST_CITY
;
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java
38
public static final String
TEST_CITY
= CITY_SYDNEY;
129
return
TEST_CITY
;
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
TouristAttractions.java
38
public static final String
TEST_CITY
= CITY_SYDNEY;
129
return
TEST_CITY
;
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
140
String city = currentLocation == null ? TouristAttractions.
TEST_CITY
:
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
140
String city = currentLocation == null ? TouristAttractions.
TEST_CITY
:
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java
140
String city = currentLocation == null ? TouristAttractions.
TEST_CITY
:
Completed in 99 milliseconds