/cts/tests/tests/permission/AppThatAccessesLocationOnCommand/src/android/permission/cts/appthataccesseslocation/ |
D | AccessLocationOnCommand.java | 36 private void getLocation() { in getLocation() method in AccessLocationOnCommand 61 (new Handler()).postDelayed(this::getLocation, BACKGROUND_ACCESS_SETTLE_TIME); in onBind()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | EnsureBarContrastTest.java | 299 Rect r = bar.getLocation(insets, 320 Rect getLocation(Insets insets, Rect screen) { 339 Rect getLocation(Insets insets, Rect screen) { 361 abstract Rect getLocation(Insets insets, Rect screen);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
D | ComplexMovementPath.java | 280 xDifference = Math.abs(mRings.get(i).getLocation()[X] - location[X]); in hasRingBeenEntered() 281 yDifference = Math.abs(mRings.get(i).getLocation()[Y] - location[Y]); in hasRingBeenEntered() 282 zDifference = Math.abs(mRings.get(i).getLocation()[Z] - location[Z]); in hasRingBeenEntered()
|
/cts/tests/tests/location/src/android/location/cts/ |
D | LocationManagerTest.java | 337 Location location = listener.getLocation(); in doLocationUpdatesWithLocationListener() 389 Location location = listener.getLocation(); in testLocationUpdatesWithLocationListenerAndLooper() 489 Location location = listener.getLocation(); in testSingleUpdateWithLocationListenerAndLooper() 672 Location location = listener.getLocation(); in testLocationUpdatesWithCriteriaAndLocationListenerAndLooper() 730 Location location = listener.getLocation(); in testSingleUpdateWithCriteriaAndLocationListenerAndLooper() 1094 Location location = listener.getLocation(); in updateLocationAndWait() 1347 public Location getLocation() { in getLocation() method in LocationManagerTest.MockLocationListener
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/ |
D | Ring.java | 74 public float[] getLocation() { in getLocation() method in Ring
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/ |
D | ComplexMovementRenderer.java | 85 MathsUtils.convertToOpenGlCoordinates(ring.getLocation(), mOpenGlRotation); in onSurfaceCreated() 159 mLastFramePose.getRotationAsFloats(), ring.getLocation()); in renderAugmentedRealityObjects()
|
/cts/tests/tests/location2/src/android/location2/cts/ |
D | LocationManagerTest.java | 206 Location location = listener.getLocation(); 484 public Location getLocation() { in getLocation() method in LocationManagerTest
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ApexSignatureVerificationTest.java | 252 this.getClass().getProtectionDomain().getCodeSource().getLocation().toURI()); in pullWellKnownSignatures()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SmsCbMessageTest.java | 106 assertEquals(TEST_LOCATION, mSmsCbMessage.getLocation()); in testLocation()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaRecorderTest.java | 651 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in printMicrophoneInfo()
|
D | AudioRecordTest.java | 926 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in printMicrophoneInfo()
|
D | AudioManagerTest.java | 1543 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in testGetMicrophones()
|