Home
last modified time | relevance | path

Searched defs:location (Results 1 – 24 of 24) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java58 Location location = new Location(l); in testConstructor() local
72 Location location = new Location("LocationProvider"); in testDump() local
78 Location location = new Location(""); in testBearingTo() local
213 Location location = new Location(""); in testDescribeContents() local
262 Location location = new Location(""); in testAccessAccuracy() local
275 Location location = new Location(""); in testAccessAltitude() local
288 Location location = new Location(""); in testAccessBearing() local
309 Location location = createTestLocation(); in testAccessExtras() local
318 Location location = new Location(""); in testAccessLatitude() local
331 Location location = new Location(""); in testAccessLongitude() local
[all …]
DLocationManagerTest.java396 Location location = listener.getLocation(); in doLocationUpdatesWithLocationListener() local
448 Location location = listener.getLocation(); in testLocationUpdatesWithLocationListenerAndLooper() local
496 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testLocationUpdatesWithPendingIntent() local
548 Location location = listener.getLocation(); in testSingleUpdateWithLocationListenerAndLooper() local
604 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() in testLocationUpdatesWithCriteriaAndPendingIntent() local
662 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() in testSingleUpdateWithCriteriaAndPendingIntent() local
724 Location location = listener.getLocation(); in testLocationUpdatesWithCriteriaAndLocationListenerAndLooper() local
782 Location location = listener.getLocation(); in testSingleUpdateWithCriteriaAndLocationListenerAndLooper() local
842 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testSingleUpdateWithPendingIntent() local
949 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testGetLastKnownLocation() local
[all …]
/cts/tools/signature-tools/src/signature/io/
DIApiDeltaExternalizer.java24 void externalize(String location, IApiDelta delta) throws IOException; in externalize()
/cts/tools/signature-tools/src/signature/io/impl/
DToStringExternalizer.java28 public void externalize(String location, IApiDelta delta) in externalize()
/cts/tests/tests/telephony/src/android/telephony/cts/
DNeighboringCellInfoTest.java35 String location = "ffffffff"; in testNeighboringCellInfo() local
/cts/tests/tests/view/src/android/view/cts/
DMockLinearLayout.java38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
DViewTest.java1672 int[] location = new int[] { -1, -1 }; in testGetLocationInWindow() local
1703 int[] location = new int[] { -1, -1 }; in testGetLocationOnScreen() local
3766 public ViewParent invalidateChildInParent(int[] location, Rect r) { in invalidateChildInParent()
DViewGroupTest.java1973 public int[] location; field in ViewGroupTest.MockViewGroup
/cts/tests/tests/widget/src/android/widget/cts/
DMockLinearLayout.java38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java46 private Result(String location, String message, double[] values, in Result()
63 private Result(String location, String message, double[] values, in Result()
153 String message, double[] values, ResultType type, ResultUnit unit, String location) { in addValues()
169 ResultUnit unit, String location) { in addValue()
/cts/tools/dex-tools/test/dex/reader/util/
DSpecialJavaFileManager.java43 public JavaFileObject getJavaFileForOutput(Location location, String name, in getJavaFileForOutput()
/cts/tests/tests/location2/src/android/location2/cts/
DLocationManagerTest.java155 final Location location = mManager.getLastKnownLocation(providerName); in doTestGetLocationUpdates_withIntent() local
182 Location location = listener.getLocation(); in doTestGetLocationUpdates_withListener() local
311 Location location = new Location(providerName); in updateLocation() local
463 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/tests/permission/src/android/permission/cts/
DNoLocationPermissionTest.java371 Location location = new Location(TEST_PROVIDER_NAME); in testSetTestProviderLocation() local
469 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tools/signature-tools/src/signature/io/html/
DHtmlDeltaExternalizer.java46 public void externalize(String location, IApiDelta apiDelta) in externalize()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationVerifier.java78 public void onLocationChanged(Location location) { in onLocationChanged()
158 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java184 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java253 Location location = new Location(mProviders.get(i)); in updateLocation() local
259 mLocationManager.setTestProviderLocation(mProviders.get(i), location); in updateLocation() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DNinePatchTest.java165 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in testGetTransparentRegion() local
/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java385 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in verifyLocationInFile() local
DMediaRecorderTest.java287 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in checkLocationInFile() local
/cts/tests/tests/app/src/android/app/cts/
DDownloadManagerTest.java432 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java720 String location = getBaseUri() + path.substring(REDIRECT_PREFIX.length()); in getResponse() local
724 String location = Uri.parse(uriString).getQueryParameter("dest"); in getResponse() local
/cts/tests/app/src/android/app/cts/
DInstrumentationTestActivity.java84 public void getLocationOnScreen(int[] location) { in getLocationOnScreen()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java2104 public ExifTestData(Location location, int orientation, in ExifTestData()