OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastLocation
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java
51
Location
lastLocation
= locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER);
52
assertNotNull(
lastLocation
);
53
assertEquals(
lastLocation
.getLongitude(), LONGITUDE);
54
assertEquals(
lastLocation
.getLatitude(), LATITUDE);
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
[
all
...]
/prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 59 milliseconds