Searched refs:canList (Results 1 – 4 of 4) sorted by relevance
45 virtual bool canList(const CallingContext& ctx);
121 bool Access::canList(const CallingContext& ctx) { in canList() function in android::Access
57 MOCK_METHOD1(canList, bool(const CallingContext&));72 ON_CALL(*access, canList(_)).WillByDefault(Return(true)); in getPermissiveServiceManager()262 EXPECT_CALL(*access, canList(_)).WillOnce(Return(false)); in TEST()
302 if (!mAccess->canList(mAccess->getCallingContext())) { in listServices()685 if (!mAccess->canList(mAccess->getCallingContext())) { in getServiceDebugInfo()