Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowUntrustedTouchTest.java124 private static final String APP_A = field in WindowUntrustedTouchTest
131 private static final String[] APPS = {APP_A, APP_B};
243 addActivityOverlay(APP_A, /* opacity */ .9f); in testWhenFeatureInDisabledModeAndActivityWindowAbove_allowsTouch()
254 addActivityOverlay(APP_A, /* opacity */ .9f); in testWhenFeatureInPermissiveModeAndActivityWindowAbove_allowsTouch()
265 addActivityOverlay(APP_A, /* opacity */ .9f); in testWhenFeatureInBlockModeAndActivityWindowAbove_blocksTouch()
319 addSawOverlay(APP_A, WINDOW_1, 9.f); in testAfterSettingThresholdGreaterThan1ViaSettings_previousThresholdIsUsed()
336 addSawOverlay(APP_A, WINDOW_1, .7f); in testAfterSettingThresholdLessThan0ViaSettings_previousThresholdIsUsed()
348 addSawOverlay(APP_A, WINDOW_1, .9f); in testWhenOneSawWindowAboveThreshold_blocksTouch()
357 addSawOverlay(APP_A, WINDOW_1, .7f); in testWhenOneSawWindowBelowThreshold_allowsTouch()
366 addSawOverlay(APP_A, WINDOW_1, 0f); in testWhenOneSawWindowWithZeroOpacity_allowsTouch()
[all …]
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DAppCloningHostTest.java43 private static final String APP_A = "CtsScopedStorageTestAppA.apk"; field in AppCloningHostTest
76 installAppAsUser(APP_A, getCurrentUserId()); in testInstallAppTwice()
77 installAppAsUser(APP_A, Integer.valueOf(mCloneUserId)); in testInstallAppTwice()
113 installAppAsUser(APP_A, Integer.valueOf(mCloneUserId)); in testPrivateAppDataDirectoryForCloneUser()