Searched refs:DexoptFlags (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.server.art.model.ArtFlags.DexoptFlags;62 public Builder(@NonNull String reason, @DexoptFlags int flags) { in Builder()69 public Builder setFlags(@DexoptFlags int value) { in setFlags()76 public Builder setFlags(@DexoptFlags int value, @DexoptFlags int mask) { in setFlags()189 private @DexoptFlags int mFlags = 0;198 public @DexoptFlags int getFlags() { in getFlags()
153 public @interface DexoptFlags {} annotation in ArtFlags161 public static @DexoptFlags int defaultDexoptFlags(@NonNull String reason) { in defaultDexoptFlags()
25 import static com.android.server.art.model.ArtFlags.DexoptFlags;734 abstract @DexoptFlags int flags(); in flags()744 abstract Builder setFlags(@DexoptFlags int value); in setFlags()
25 import static com.android.server.art.model.ArtFlags.DexoptFlags;205 @DexoptFlags int scopeFlags = 0; in handleCompile()