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

/frameworks/base/tools/apilint/
H A Dapilint.py1191 def unique_binary_op(m, op): function in function:verify_method_name_not_kotlin_operator
1213 unique_binary_op(m, m.name)
1232 unique_binary_op(m, m.name[:-6]) # Remove 'Assign' suffix

Completed in 104 milliseconds