Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java36 private int mMethodType = 0; field in MethodProfile
132 mMethodType |= methodType.getValue(); in addMethodType()
181 return (mMethodType & typesValue) != 0; in matchAnyTypes()
185 return (mMethodType & typesValue) == typesValue; in matchAllTypes()