Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/permission/AppThatAccessesLocationOnCommand/src/android/permission/cts/appthataccesseslocation/
DAccessLocationOnCommand.java36 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/
DEnsureBarContrastTest.java299 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/
DComplexMovementPath.java280 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/
DLocationManagerTest.java337 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/
DRing.java74 public float[] getLocation() { in getLocation() method in Ring
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DComplexMovementRenderer.java85 MathsUtils.convertToOpenGlCoordinates(ring.getLocation(), mOpenGlRotation); in onSurfaceCreated()
159 mLastFramePose.getRotationAsFloats(), ring.getLocation()); in renderAugmentedRealityObjects()
/cts/tests/tests/location2/src/android/location2/cts/
DLocationManagerTest.java206 Location location = listener.getLocation();
484 public Location getLocation() { in getLocation() method in LocationManagerTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java252 this.getClass().getProtectionDomain().getCodeSource().getLocation().toURI()); in pullWellKnownSignatures()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsCbMessageTest.java106 assertEquals(TEST_LOCATION, mSmsCbMessage.getLocation()); in testLocation()
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java651 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in printMicrophoneInfo()
DAudioRecordTest.java926 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in printMicrophoneInfo()
DAudioManagerTest.java1543 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in testGetMicrophones()