Home
last modified time | relevance | path

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

/system/security/keystore/
Dpermissions.h24 P_GET_STATE = 1 << 0, enumerator
Dpermissions.cpp89 P_GET_STATE | P_GET | P_INSERT | P_DELETE | P_EXIST | P_LIST | P_SIGN | P_VERIFY |
Dkey_store_service.cpp150 if (!checkBinderPermission(P_GET_STATE)) { in getState()