Home
last modified time | relevance | path

Searched defs:current (Results 1 – 21 of 21) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java126 final InteractiveTestCase current = mTests[mCurrentIdx]; in onResume() local
144 final InteractiveTestCase current = mTests[mCurrentIdx]; in waitForPreviousRunningTest() local
200 final InteractiveTestCase current = mTests[mCurrentIdx]; in selectNext() local
209 final InteractiveTestCase current = mTests[mCurrentIdx]; in runNext() local
259 private void setFailed(final InteractiveTestCase current) { in setFailed()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DRoundedManchesterEncoder.h65 void onNextBit(bool current) override { in onNextBit()
/cts/tests/tests/content/src/android/content/pm/cts/
DProviderInfoTest.java48 ProviderInfo current; in testProviderInfo() local
DPackageManagerTest.java242 String current; in checkActivityInfoName() local
256 String current; in checkServiceInfoName() local
279 String current; in checkProviderInfoName() local
294 String current; in checkInstrumentationInfoName() local
409 String current; in checkPermissionGroupInfoName() local
479 String current; in checkComponentName() local
/cts/tests/openglperf2/jni/primitive/shaderperf/
DShaderPerfRenderer.cpp84 char current; in charCopy() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAsyncUtils.java62 Throwable current = ex; in awaitCancellation() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DStatus.java39 current(1), enumConstant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultsReport.java206 (total, current) -> { in getTestResultHistories() argument
/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DGpsTime.java124 ZonedDateTime current = ZonedDateTime.now(zone); in now() local
/cts/tests/tests/media/src/android/media/cts/
DResourceManagerTestActivityBase.java204 int current = 0; in doUseCodecs() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUsers.java127 public UserReference current() { in current() method in Users
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityFocusAndInputFocusSyncTest.java281 AccessibilityNodeInfo current = workQueue.poll(); in testOnlyOneNodeHasAccessibilityFocus() local
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java131 final int current = i; in verifySequentialPlayOrder() local
176 final int current = i; in verifySequentialPlayOrder() local
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1130 int current = DeviceConfig.getInt(namespaceActivityManager, in testTrimAppChildProcess() local
1218 final int current = currentMax.getInt(keyCurrent); in testTrimAppChildProcess() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTestBase.java165 V current = getter.apply(list.get(i)); in assertListElements() local
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java203 long current = System.currentTimeMillis(); in measureIO() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java501 final int current = rotationSession.get(); in testRelaunchConfigurationChangedWhileBecomingVisible() local
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java995 private boolean isInRange(int current, int from, int to) { in isInRange()
DHorizontalScrollViewTest.java967 private boolean isInRange(int current, int from, int to) { in isInRange()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DSplitAppTest.java761 final File current = getContext().getFilesDir(); in testPrimaryOnSameVolume() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c945 u64 current; variable