OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSimulatedHasLatLong
(Results
1 - 9
of
9
) sorted by null
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
GeocoderTest.java
38
shadowOf(geocoder).
setSimulatedHasLatLong
(true, true);
42
shadowOf(geocoder).
setSimulatedHasLatLong
(false, false);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowGeocoder.java
74
shadowOf(address).
setSimulatedHasLatLong
(hasLatitude, hasLongitude);
144
public void
setSimulatedHasLatLong
(boolean hasLatitude, boolean hasLongitude) {
ShadowAddress.java
101
public void
setSimulatedHasLatLong
(boolean hasLatitude, boolean hasLongitude) {
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
Completed in 469 milliseconds