Searched refs:matchMethodInvocation (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | PendingIntentMutabilityChecker.java | 69 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in PendingIntentMutabilityChecker
|
H A D | ClientSidePermissionCheckChecker.java | 75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in ClientSidePermissionCheckChecker
|
H A D | EfficientParcelableChecker.java | 75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientParcelableChecker
|
H A D | BinderIdentityChecker.java | 65 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in BinderIdentityChecker
|
H A D | ContextUserIdChecker.java | 87 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in ContextUserIdChecker
|
H A D | UidChecker.java | 55 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in UidChecker
|
H A D | UnattributedNoteOpCallChecker.java | 100 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in UnattributedNoteOpCallChecker
|
H A D | EfficientStringsChecker.java | 111 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientStringsChecker
|
H A D | EfficientXmlChecker.java | 228 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientXmlChecker
|
H A D | RequiresPermissionChecker.java | 203 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in RequiresPermissionChecker
|