Home
last modified time | relevance | path

Searched refs:is_set (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/apilint/
Dapilint.py710 def is_set(m): return len(m.args) == 1 and m.args[0] == "boolean" function
713 sets = [ m for m in clazz.methods if is_set(m) ]
737 if is_set(m):