Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java770 appOpsSession.setOpToMode(APP_OPS_OP_ENTER_PICTURE_IN_PICTURE, APP_OPS_MODE_IGNORED); in testAppOpsDenyPipOnPause()
1590 void setOpToMode(String op, int mode) { in setOpToMode() method in ActivityManagerPinnedStackTests.AppOpsSession