Home
last modified time | relevance | path

Searched defs:location (Results 1 – 23 of 23) 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.java399 Location location = listener.getLocation(); in doLocationUpdatesWithLocationListener() local
451 Location location = listener.getLocation(); in testLocationUpdatesWithLocationListenerAndLooper() local
499 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testLocationUpdatesWithPendingIntent() local
551 Location location = listener.getLocation(); in testSingleUpdateWithLocationListenerAndLooper() local
614 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() in testLocationUpdatesWithCriteriaAndPendingIntent() local
672 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() in testSingleUpdateWithCriteriaAndPendingIntent() local
734 Location location = listener.getLocation(); in testLocationUpdatesWithCriteriaAndLocationListenerAndLooper() local
792 Location location = listener.getLocation(); in testSingleUpdateWithCriteriaAndLocationListenerAndLooper() local
852 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testSingleUpdateWithPendingIntent() local
971 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); in testGetLastKnownLocation() local
[all …]
DTestLocationListener.java41 public void onLocationChanged(Location location) { in onLocationChanged()
/cts/tests/tests/telephony/src/android/telephony/cts/
DNeighboringCellInfoTest.java35 String location = "ffffffff"; in testNeighboringCellInfo() local
/cts/tests/tests/widget/src/android/widget/cts/
DMockLinearLayout.java38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
/cts/tests/tests/view/src/android/view/cts/
DMockLinearLayout.java38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
DViewTest.java1949 int[] location = new int[] { -1, -1 }; in testGetLocationInWindow() local
1979 int[] location = new int[] { -1, -1 }; in testGetLocationOnScreen() local
4262 public ViewParent invalidateChildInParent(int[] location, Rect r) { in invalidateChildInParent()
DViewGroupTest.java2178 public int[] location; field in ViewGroupTest.MockViewGroup
/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/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.java286 Location location = new Location(mProviders.get(i)); in updateLocation() local
292 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/hostsidetests/compilation/src/android/cts/compilation/
DAdbRootDependentCompilationTest.java238 private void writeProfile(ProfileLocation location) throws Exception { in writeProfile()
/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java385 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in verifyLocationInFile() local
DMediaRecorderTest.java337 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in checkLocationInFile() local
DDecodeAccuracyTestBase.java1072 public void checkLocation(int location, String label) { in checkLocation()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java445 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java655 String location = getBaseUri() + path.substring(REDIRECT_PREFIX.length()); in getResponse() local
659 String location = Uri.parse(uriString).getQueryParameter("dest"); in getResponse() local
/cts/tests/app/app/src/android/app/stubs/
DInstrumentationTestActivity.java87 public void getLocationOnScreen(int[] location) { in getLocationOnScreen()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraTestUtils.java2232 public ExifTestData(Location location, int orientation, in ExifTestData()