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