Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h93 OP_USE_SIP = 53, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java754 public static final int OP_USE_SIP = 53; field in AppOpsManager
1182 OP_USE_SIP,
1274 OP_USE_SIP, // USE_SIP
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java475 return mAppOps.noteOp(AppOpsManager.OP_USE_SIP, Binder.getCallingUid(), in canUseSip()