Home
last modified time | relevance | path

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

/frameworks/base/tools/apilint/
Dapilint.py709 def is_get(m): return len(m.args) == 0 and m.typ == "boolean" function
712 gets = [ m for m in clazz.methods if is_get(m) ]
721 if is_get(m):