/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
D | CtsConnection.java | 87 mListener.forEach(l -> l.onDisconnect(CtsConnection.this)); in onDisconnect() 97 mListener.forEach(l -> l.onHold(CtsConnection.this)); in onHold() 106 mListener.forEach(l -> l.onUnhold(CtsConnection.this)); in onUnhold() 120 mListener.forEach(l -> l.onAnswer(CtsConnection.this, videoState)); in onAnswer() 134 mListener.forEach(l -> l.onReject(CtsConnection.this)); in onReject() 141 mListener.forEach(l -> l.onShowIncomingCallUi(CtsConnection.this)); in onShowIncomingCallUi() 168 mListener.forEach(l -> l.onDestroyed(CtsConnection.this)); in setDisconnectedAndDestroy()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ClearObjectTest.java | 42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in ClearObjectTest 68 forEach(TEST_ID_ELEMENT, mIn, mOut); in testClearObjectElement() 88 forEach(TEST_ID_TYPE, mIn, mOut); in testclearObjectType() 107 forEach(TEST_ID_ALLOCATION, mIn, mOut); in testclearObjectAllocation() 127 forEach(TEST_ID_SAMPLER, mIn, mOut); in testclearObjectSampler() 146 forEach(TEST_ID_SCRIPT, mIn, mOut); in testclearObjectScript()
|
D | Intrinsic3DLut.java | 99 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test1() 113 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test2() 128 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C() 144 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test2C()
|
D | GetElementAt.java | 53 public void forEach(int testId, Allocation mOut) throws RSRuntimeException { in forEach() method in GetElementAt 81 forEach(TEST_ID_X, mOut); in testX() 102 forEach(TEST_ID_XY, mOut); in testXY()
|
D | IntrinsicBlur.java | 106 mIntrinsic.forEach(mAllocDst); in testU8_1() 120 mIntrinsic.forEach(mAllocDst); in testU8_4() 136 mIntrinsic.forEach(mAllocDst, lo); in testU8_1C() 151 mIntrinsic.forEach(mAllocDst, lo); in testU8_4C()
|
D | InitTest.java | 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in InitTest 48 forEach(0, mIn, mOut); in testInitTest()
|
D | AllocationResize.java | 31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in AllocationResize 55 forEach(0, mIn, mOut); in testResize()
|
D | RsPackColorTo8888Test.java | 41 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in RsPackColorTo8888Test 83 forEach(testId, mAllocationIn, mAllocationOut); in float3input() 113 forEach(testId, mAllocationIn, mAllocationOut); in float4input()
|
D | RsUnpackColor8888Test.java | 37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in RsUnpackColor8888Test 54 forEach(0, mAllocationIn, mAllocationOut); in testRsUnpackColor8888RGB()
|
D | IntrinsicLut.java | 70 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test() 85 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C()
|
D | IntrinsicConvolve3x3.java | 41 si.forEach(mAllocRef, sc); in testConvolve3() 91 si.forEach(mAllocRef, sc); in testConvolve3() 128 si.forEach(mAllocRef, sc); in testConvolve3()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | DisableScreenDozeRule.java | 61 Arrays.stream(DOZE_SETTINGS).forEach( in apply() 64 Arrays.stream(DOZE_SETTINGS).forEach(k -> putSecureSetting(k, "0")); in apply() 67 Arrays.stream(DOZE_SETTINGS).forEach( in apply()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | NormalizeScreenStateRule.java | 94 Arrays.stream(DOZE_SETTINGS).forEach( in apply() 97 Arrays.stream(DOZE_SETTINGS).forEach(k -> putSecureSetting(k, "0")); in apply() 100 Arrays.stream(DOZE_SETTINGS).forEach( in apply()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSColorMatrixTest.java | 64 cm.forEach(rsInput, rsOutput); in testRSColorMatrix0() 94 cm.forEach(rsInput, rsOutput); in testRSColorMatrix1() 129 cm.forEach(rsInput, rsOutput); in testRSColorMatrix2() 160 cm.forEach(rsInput, rsOutput); in testRSColorMatrix3() 191 cm.forEach(rsInput, rsOutput); in testRSColorMatrix4()
|
D | RSBlurTest.java | 52 blur.forEach(rsOutput); in testRSBlurOneChannel() 81 blur.forEach(rsOutput); in testRSBlurFourChannels()
|
D | RSYuvTest.java | 103 syuv.forEach(aout); in testV17() 141 syuv.forEach(aout); in test_YV12() 178 syuv.forEach(aout); in test_NV21()
|
D | RSConvolveTest.java | 63 convolve.forEach(rsOutput); in testConvolve3x3() 120 convolve.forEach(rsOutput); in testConvolve5x5()
|
/cts/tests/tests/systemui/src/android/systemui/cts/tv/ |
D | TvTestBase.kt | 152 flags.forEach { in composeAmShellCommand() 156 boolExtras.forEach { in composeAmShellCommand() 159 intExtras.forEach { in composeAmShellCommand() 162 stringExtras.forEach { in composeAmShellCommand()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResultHistoryCollection.java | 69 resultHistoryCollection.asSet().forEach(t-> addAll( in merge() 83 resultHistories.forEach(resultHistoryCollection -> merge(prefix, resultHistoryCollection)); in merge()
|
/cts/tests/signature/api-check/src/java/android/signature/cts/api/ |
D | BaseKillswitchTest.java | 128 mClassProvider.getAllClasses().forEach(klass -> { in doTestKillswitchMechanism() 131 .forEach(member -> { in doTestKillswitchMechanism()
|
D | SignatureTest.java | 113 .forEach(complianceChecker::addBaseClass); in loadBaseClasses() 122 .forEach(complianceChecker::checkSignatureCompliance); in checkClassesSignatureCompliance()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 111 blur->forEach(outputAlloc); in Java_android_cts_rscpp_RSBlurTest_blurTest() 149 convolve->forEach(outputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 154 convolve->forEach(outputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 197 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RSLUTTest_lutTest() 242 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() 292 cm->forEach(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() 485 syuv->forEach(outputAlloc); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
|
/cts/tests/tests/content/src/android/content/pm/cts/util/ |
D | AbandonAllPackageSessionsRule.kt | 35 packageInstaller.mySessions.forEach { in apply()
|
/cts/tests/tests/permission3/src/android/permission3/cts/ |
D | PermissionUpgradeTest.kt | 69 ).forEach { in assertAllPermissionsGrantedByDefault() 150 ).forEach { in assertAppHasAllOrNoPermissions()
|
/cts/hostsidetests/install/app/src/android/cts/install/ |
D | InstallRule.java | 83 .forEach(sessionInfo -> { in cleanUp() 103 getTestPackageNames(installType).stream().forEach(packageName -> { in assertPackageVersion()
|