Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/
DObjectFormatter.ts172 private static getIntFlagsAsStrings(intFlags: any, annotationType: string) {
175 const mapping = intDefMapping[annotationType].values; constant
179 console.warn("No mapping for type", annotationType)
198 intFlags, 'of type', annotationType);
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
DInjector.java77 if (annotation.annotationType().equals(InjectView.class)) { in inject()