Searched refs:DebugFlag (Results 1 – 2 of 2) sorted by relevance
260 private static final class DebugFlag { class in InputMethodManagerService267 public DebugFlag(String key, boolean defaultValue) { in DebugFlag() method in InputMethodManagerService.DebugFlag291 static final DebugFlag FLAG_OPTIMIZE_START_INPUT =292 new DebugFlag("debug.optimize_startinput", false);293 static final DebugFlag FLAG_PRE_RENDER_IME_VIEWS =294 new DebugFlag("persist.pre_render_ime_views", false);
7236 HSPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;-><init>(Ljava/lang/String;Z…7237 HSPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;->value()Z19277 Lcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;