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

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
SettingsIntentsTest.java 71 public void testLocation() {
  /art/tools/dexfuzz/src/dexfuzz/executors/
Executor.java 38 protected String testLocation;
62 this.testLocation = System.getProperty("user.dir");
64 this.testLocation = Options.executeDirectory;
159 device.pushProgramToDevice(programName, testLocation);
164 device.cleanCodeCache(architecture, testLocation, programName);
  /frameworks/base/location/tests/locationtests/src/android/location/
LocationTest.java 132 Location testLocation = new Location("");
133 testLocation.setLatitude(1000000);
134 testLocation.setLongitude(0);
140 bearing = zeroLocation.bearingTo(testLocation);
145 testLocation.setLatitude(0);
146 testLocation.setLongitude(1000000);
147 bearing = zeroLocation.bearingTo(testLocation);
163 Location testLocation = new Location("");
164 testLocation.setLatitude(1000000);
165 testLocation.setLongitude(0)
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 98 Location testLocation = new Location("");
99 testLocation.setLatitude(0);
100 testLocation.setLongitude(150);
105 bearing = zeroLocation.bearingTo(testLocation);
108 testLocation.setLatitude(90);
109 testLocation.setLongitude(0);
110 bearing = zeroLocation.bearingTo(testLocation);
254 Location testLocation = new Location("");
255 testLocation.setLatitude(30);
256 testLocation.setLongitude(50)
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 267 milliseconds