Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature_warm/src/com/android/cts/splitapp/
DFeatureProvider.java41 final Field touched = test.getDeclaredField("sFeatureTouched"); in onCreate() local
42 touched.set(null, true); in onCreate()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java804 final boolean[][] touched = new boolean[apks.length][]; in testInstallWithIdSigNoDigesting()
811 touched[i] = new boolean[blocks[i]]; in testInstallWithIdSigNoDigesting()
865 if (touched[fileIdx][blockIdx]) { in testInstallWithIdSigNoDigesting()
869 touched[fileIdx][blockIdx] = true; in testInstallWithIdSigNoDigesting()