Searched defs:permission (Results 1 – 13 of 13) sorted by relevance
91 const bool permission = (callerUid == AID_MEDIA || in onTransact() local
88 const bool permission = (callerUid == AID_MEDIA || in onTransact() local
97 const bool permission = (callerUid == AID_MEDIA || in onTransact() local
94 const bool permission = (callerUid == AID_MEDIA); in onTransact() local
174 for (std::string permission : appInfo.permissions) { in TEST_P() local
76 std::string permission; member