Searched defs:flagIsSet (Results 1 – 2 of 2) sorted by relevance
75 bool flagIsSet(uint32_t flags) { return (mConfig.flags & flags) == flags; } in flagIsSet() function129 bool flagIsSet(uint32_t flags) { return (mConfig.flags & flags) == flags; } in flagIsSet() function
2100 private boolean flagIsSet(ContentValues values, String key) { in flagIsSet() method in ContactsProvider2