Searched refs:debugDefault (Results 1 – 1 of 1) sorted by relevance
190 public Flag(@NonNull String sysPropKey, boolean defaultValue, @Nullable Flag debugDefault) { in Flag() argument193 mDebugDefault = debugDefault; in Flag()198 public Flag(@NonNull String sysPropKey, int defaultValue, @Nullable Flag debugDefault) { in Flag() argument201 mDebugDefault = debugDefault; in Flag()206 public Flag(@NonNull String sysPropKey, String defaultValue, @Nullable Flag debugDefault) { in Flag() argument209 mDebugDefault = debugDefault; in Flag()