Searched refs:is_get (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/apilint/
H A Dapilint.py680 def is_get(m): return len(m.args) == 0 and m.typ == "boolean" function in function:verify_boolean
683 gets = [ m for m in clazz.methods if is_get(m) ]
692 if is_get(m):

Completed in 390 milliseconds