Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/compat/
H A DChangeIdStateQuery.java44 @interface QueryType {} annotation in ChangeIdStateQuery
46 public @QueryType int type;
52 private ChangeIdStateQuery(@QueryType int type, long changeId, String packageName, in ChangeIdStateQuery()