OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qualifiedNameMatches
(Results
1 - 5
of
5
) sorted by null
/external/doclava/src/com/google/doclava/
ContainerInfo.java
22
public default boolean
qualifiedNameMatches
(String prefix, String suffix) {
AndroidAuxSource.java
37
if (annotation.type().
qualifiedNameMatches
("android", "annotation.SystemService")) {
108
if (annotation.type().
qualifiedNameMatches
("android", "annotation.NonNull")
109
|| annotation.type().
qualifiedNameMatches
("android", "annotation.Nullable")) {
139
&& annotation.type().
qualifiedNameMatches
("android", "annotation.RequiresPermission")) {
184
if (annotation.type().
qualifiedNameMatches
("android", "annotation.IntRange")
185
|| annotation.type().
qualifiedNameMatches
("android", "annotation.FloatRange")) {
205
if (inner.type().
qualifiedNameMatches
("android", "annotation.IntDef")) {
270
if (annotation.type().
qualifiedNameMatches
("android", "annotation.SuppressAutoDoc")) {
AndroidLinter.java
39
hasBehavior |= a.type().
qualifiedNameMatches
("android",
41
hasSdkConstant |= a.type().
qualifiedNameMatches
("android",
78
if (a.type().
qualifiedNameMatches
("android", "annotation.RequiresPermission")) {
137
hasAnnotation |= b.type().
qualifiedNameMatches
("android", "annotation.IntDef");
149
hasAnnotation |= a.type().
qualifiedNameMatches
("android", "annotation.NonNull");
150
hasAnnotation |= a.type().
qualifiedNameMatches
("android", "annotation.Nullable");
Errors.java
88
if (a.type().
qualifiedNameMatches
("android", "annotation.SuppressLint")) {
Stubs.java
[
all
...]
Completed in 90 milliseconds