/cts/tests/tests/location/src/android/location/cts/ |
D | LocationTest.java | 58 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 …]
|
D | LocationManagerTest.java | 399 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 …]
|
D | TestLocationListener.java | 41 public void onLocationChanged(Location location) { in onLocationChanged()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | NeighboringCellInfoTest.java | 35 String location = "ffffffff"; in testNeighboringCellInfo() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MockLinearLayout.java | 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockLinearLayout.java | 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
|
D | ViewTest.java | 1949 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()
|
D | ViewGroupTest.java | 2178 public int[] location; field in ViewGroupTest.MockViewGroup
|
/cts/tools/dex-tools/test/dex/reader/util/ |
D | SpecialJavaFileManager.java | 43 public JavaFileObject getJavaFileForOutput(Location location, String name, in getJavaFileForOutput()
|
/cts/tests/tests/location2/src/android/location2/cts/ |
D | LocationManagerTest.java | 155 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/ |
D | NoLocationPermissionTest.java | 371 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/ |
D | LocationVerifier.java | 78 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/ |
D | ExternalStorageTest.java | 184 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | GeolocationTest.java | 286 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/ |
D | NinePatchTest.java | 165 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in testGetTransparentRegion() local
|
/cts/hostsidetests/compilation/src/android/cts/compilation/ |
D | AdbRootDependentCompilationTest.java | 238 private void writeProfile(ProfileLocation location) throws Exception { in writeProfile()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaMuxerTest.java | 385 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in verifyLocationInFile() local
|
D | MediaRecorderTest.java | 337 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in checkLocationInFile() local
|
D | DecodeAccuracyTestBase.java | 1072 public void checkLocation(int location, String label) { in checkLocation()
|
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 445 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | CtsTestServer.java | 655 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/ |
D | InstrumentationTestActivity.java | 87 public void getLocationOnScreen(int[] location) { in getLocationOnScreen()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 2232 public ExifTestData(Location location, int orientation, in ExifTestData()
|