/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 | 396 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/ |
D | IApiDeltaExternalizer.java | 24 void externalize(String location, IApiDelta delta) throws IOException; in externalize()
|
/cts/tools/signature-tools/src/signature/io/impl/ |
D | ToStringExternalizer.java | 28 public void externalize(String location, IApiDelta delta) in externalize()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | NeighboringCellInfoTest.java | 35 String location = "ffffffff"; in testNeighboringCellInfo() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockLinearLayout.java | 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
|
D | ViewTest.java | 1672 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()
|
D | ViewGroupTest.java | 1973 public int[] location; field in ViewGroupTest.MockViewGroup
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MockLinearLayout.java | 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ReportLog.java | 46 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/ |
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/tools/signature-tools/src/signature/io/html/ |
D | HtmlDeltaExternalizer.java | 46 public void externalize(String location, IApiDelta apiDelta) in externalize()
|
/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 | 253 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/ |
D | NinePatchTest.java | 165 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); in testGetTransparentRegion() local
|
/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 | 287 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); in checkLocationInFile() local
|
/cts/tests/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 432 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload()
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | CtsTestServer.java | 720 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/ |
D | InstrumentationTestActivity.java | 84 public void getLocationOnScreen(int[] location) { in getLocationOnScreen()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 2104 public ExifTestData(Location location, int orientation, in ExifTestData()
|