Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h87 OP_ASSIST_STRUCTURE = 49, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java214 public static final int OP_ASSIST_STRUCTURE = 49; field in AppOpsManager
475 OP_ASSIST_STRUCTURE,
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java253 if (mAppOps.noteOpNoThrow(AppOpsManager.OP_ASSIST_STRUCTURE, mCallingUid, in showLocked()