HomeSort by relevance Sort by last modified time
    Searched defs:defaultLocation (Results 1 - 8 of 8) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationTest.java 69 Location defaultLocation = new Location(LocationManager.GPS_PROVIDER);
70 assertFalse(defaultLocation.hasAccuracy());
71 assertFalse(defaultLocation.hasBearing());
72 assertFalse(defaultLocation.hasAltitude());
73 assertFalse(defaultLocation.hasSpeed());
75 assertEquals(0.0d, defaultLocation.getLatitude());
76 assertEquals(0.0d, defaultLocation.getLongitude());
77 assertEquals(0.0f, defaultLocation.getAccuracy());
78 assertEquals(0.0f, defaultLocation.getBearing());
79 assertEquals(0.0f, defaultLocation.getSpeed())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 381 //IPath defaultLocation = Platform.getLocation();
383 // && !defaultLocation.isPrefixOf(path)) {
445 IPath defaultLocation = Platform.getLocation();
447 && !defaultLocation.isPrefixOf(path)) {
520 IPath defaultLocation = Platform.getLocation();
522 && !path.equals(defaultLocation)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 342 milliseconds