Home
last modified time | relevance | path

Searched defs:allow (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DMediaSessionEnumerationTests.java90 private static void setAllowGetActiveSession(String packageName, boolean allow) { in setAllowGetActiveSession()
/cts/tests/tests/mediaquality/src/android/media/mediaquality/cts/
DMediaQualityTest.java385 List<String> allow = Arrays.asList("Profile1", "Profile2", "Profile3"); in testSetPictureProfileAllowlist() local
396 List<String> allow = Arrays.asList("Profile4", "Profile5", "Profile6"); in testGetPictureProfileAllowlist() local
412 List<String> allow = Arrays.asList("Profile1", "Profile2", "Profile3"); in testSetSoundProfileAllowlist() local
423 List<String> allow = Arrays.asList("Profile4", "Profile5", "Profile6"); in testGetSoundProfileAllowlist() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java249 private void setInCallServiceAppOpsPermission(boolean allow) in setInCallServiceAppOpsPermission()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java297 private void allowBgFgsStart(String packageName, boolean allow) throws Exception { in allowBgFgsStart()
DActivityManagerFgsBgStartTest.java2523 private void allowBgActivityStart(String packageName, boolean allow) throws Exception { in allowBgActivityStart()
2553 private void setAppOp(String packageName, String opStr, boolean allow) throws Exception { in setAppOp()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DAlertWindowsImportanceTests.java173 private void setAlertWindowPermission(boolean allow) throws Exception { in setAlertWindowPermission()
DAlertWindowsTests.java222 private void setAlertWindowPermission(final ComponentName activityName, final boolean allow) in setAlertWindowPermission()
/cts/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java370 private void setAllowGetActiveSessionForTest(boolean allow, int userId) throws Exception { in setAllowGetActiveSessionForTest()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioDataImpl.java176 public void setDataAllowed(int serial, boolean allow) { in setDataAllowed()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java1121 private void updateAppOp(String packageName, int userId, String appOp, boolean allow) in updateAppOp()
1127 String appOp, boolean allow) in updateAppOp()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java1483 private static void grantSystemAlertWindow(Components app, boolean allow) throws Exception { in grantSystemAlertWindow()
1487 private static void grantSystemAlertWindow(String packageName, boolean allow) throws Exception { in grantSystemAlertWindow()
/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_callback.cpp78 static const char* allowMMapToString(int allow) { in allowMMapToString()