Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
DRing.java74 public float[] getLocation() { in getLocation() method in Ring
/cts/tests/location/common/src/android/location/cts/common/
DGetCurrentLocationCapture.java31 …public @Nullable Location getLocation(long timeoutMs) throws InterruptedException, TimeoutExceptio… in getLocation() method in GetCurrentLocationCapture
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DEnsureBarContrastTest.java300 Rect r = bar.getLocation(insets,
321 Rect getLocation(Insets insets, Rect screen) {
340 Rect getLocation(Insets insets, Rect screen) {
362 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/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/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRulesTestVendor.java85 .getLocation() in generateRules()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java345 assertThat(capture.getLocation(TIMEOUT_MS)).isEqualTo(loc); in testGetCurrentLocation()
367 assertThat(capture.getLocation(1000)).isNull(); in testGetCurrentLocation_Timeout()
388 assertThat(capture.getLocation(TIMEOUT_MS)).isEqualTo(loc); in testGetCurrentLocation_FreshOldLocation()
401 assertThat(capture.getLocation(TIMEOUT_MS)).isEqualTo(loc); in testGetCurrentLocation_DirectExecutor()
426 assertThat(capture.getLocation(FAILURE_TIMEOUT_MS)).isNull(); in testGetCurrentLocation_ProviderDisabled()
433 assertThat(capture.getLocation(FAILURE_TIMEOUT_MS)).isNull(); in testGetCurrentLocation_ProviderDisabled()
447 assertThat(capture.getLocation(TIMEOUT_MS)).isEqualTo(loc); in testGetCurrentLocation_NoteOps()
1563 Location received = capture.getLocation(TIMEOUT_MS); in testSetTestProviderLocation_B33091107()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java259 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/audio/src/android/media/audio/cts/
DAudioRecordTest.java903 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in printMicrophoneInfo()
DAudioManagerTest.java1943 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in testGetMicrophones()
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java715 Log.i(TAG, "deviceLocation:" + microphone.getLocation()); in printMicrophoneInfo()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt4037 method public int getLocation();
6105 method public android.location.Location getLocation();
15091 method @NonNull public android.telephony.SmsCbLocation getLocation();
Dcurrent.txt24746 method public int getLocation();