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

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

Completed in 533 milliseconds