HomeSort by relevance Sort by last modified time
    Searched refs:P_GET_STATE (Results 1 - 3 of 3) sorted by null

  /system/security/keystore/
permissions.h 24 P_GET_STATE = 1 << 0,
permissions.cpp 57 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_GET_STATE | P_GET | P_INSERT | P_DELETE |
key_store_service.cpp 59 if (!checkBinderPermission(P_GET_STATE)) {
    [all...]

Completed in 127 milliseconds