Searched refs:OP_ASSIST_STRUCTURE (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | AssistDataRequesterTest.java | 22 import static android.app.AppOpsManager.OP_ASSIST_STRUCTURE; 117 mAppOpsManager, mCallbacks, mCallbacksLock, OP_ASSIST_STRUCTURE, in setUp() 151 .checkOpNoThrow(eq(OP_ASSIST_STRUCTURE), anyInt(), anyString()); in setupMocks()
|
/frameworks/native/libs/binder/include/binder/ |
D | AppOpsManager.h | 91 OP_ASSIST_STRUCTURE = 49, enumerator
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionSessionConnection.java | 20 import static android.app.AppOpsManager.OP_ASSIST_STRUCTURE; 156 this, mLock, OP_ASSIST_STRUCTURE, OP_ASSIST_SCREENSHOT); in VoiceInteractionSessionConnection()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 964 public static final int OP_ASSIST_STRUCTURE = AppProtoEnums.APP_OP_ASSIST_STRUCTURE; field in AppOpsManager 1585 OP_ASSIST_STRUCTURE, // ASSIST_STRUCTURE
|