Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 16 of 16) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractWebViewActivity.java37 UiObject2 previous = null; in getInput() local
39 if (label.equals(previous)) { in getInput()
46 previous = child; in getInput()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/analyzers/
DTapLatencyAnalyzer.java107 float previous = 0.0f; in fillPeakBuffer() local
110 float output = previous * mDroop; in fillPeakBuffer()
114 previous = output; in fillPeakBuffer()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2021_39797.java47 String previous = AdbUtils.runCommandLine("settings get global hidden_api_policy", device); in testPocCVE_2021_39797() local
55 AdbUtils.runCommandLine("settings put global hidden_api_policy " + previous, device); in testPocCVE_2021_39797()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestWebView.java85 UiObject2 previous = null; in getInput() local
87 if (label.equals(previous)) { in getInput()
92 previous = child; in getInput()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackSurroundTest.java236 AudioTimestamp previous = null; in checkIndividualTimestamps() local
242 if (previous != null) { in checkIndividualTimestamps()
245 timestamp.framePosition >= previous.framePosition); in checkIndividualTimestamps()
247 timestamp.nanoTime >= previous.nanoTime); in checkIndividualTimestamps()
249 if (timestamp.framePosition > previous.framePosition) { in checkIndividualTimestamps()
254 long elapsedFrames = timestamp.framePosition - previous.framePosition; in checkIndividualTimestamps()
255 long elapsedNanos = timestamp.nanoTime - previous.nanoTime; in checkIndividualTimestamps()
278 previous = timestamp; in checkIndividualTimestamps()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java174 public ConsecutiveLaunch(LaunchSequence previous, LaunchIntent launchIntent, in ConsecutiveLaunch() argument
176 mPrevious = previous; in ConsecutiveLaunch()
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.bp44 ":CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-previous.api",
133 // Generates a zip file containing all the API files from previous releases >= 28 excluding the
136 name: "CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-previous.api",
145 "shared-libs-all-previous.api.zip",
/cts/hostsidetests/appsecurity/test-apps/tinyapp/
DAndroid.bp71 // with the previous key in the lineage and part of a sharedUid.
120 // grant access to the previous key in the lineage to join the sharedUid.
161 // prevent the previous key in the lineage from joining the sharedUid.
179 // prevent the previous key in the lineage from using a signature permission.
199 // two apps share the same previous signer in their lineage with different
201 // with the previous signing key from joining a sharedUserId.
219 // grant access to the previous key in the lineage to join the sharedUid.
237 // prevent the previous signing key from joining the sharedUserId.
294 // with the previous key in the lineage and part of a sharedUid.
310 // prevent the previous signing key from joining the sharedUserId.
[all …]
/cts/tests/tests/media/
DREADME.md45 If the device contains an incomplete directory (from previous incomplete execution of the tests,
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java452 String previous = Settings.Global.getString(mResolver, in setHiddenApiPolicy()
455 return previous; in setHiddenApiPolicy()
/cts/hostsidetests/hdmicec/
Dcec_adapter.md42 …DEBUG: [ 3] connection opened, clearing any previous input and waiting for act…
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java1044 float previous = mInputManager.getMaximumObscuringOpacityForTouch(); in setMaximumObscuringOpacityForTouch()
1046 return previous; in setMaximumObscuringOpacityForTouch()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_fast_f32.rscript66 // with previous layers.
Dlayered_filter_fast_d1new.rscript64 // with previous layers.
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale111 version 2.1 should be the same as for previous versions.
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt23694 … field public static final String KEY_REPEAT_PREVIOUS_FRAME_AFTER = "repeat-previous-frame-after";