Searched refs:DebugFlag (Results 1 – 2 of 2) sorted by relevance
271 private static final class DebugFlag { class in InputMethodManagerService278 public DebugFlag(String key, boolean defaultValue) { in DebugFlag() method in InputMethodManagerService.DebugFlag302 static final DebugFlag FLAG_OPTIMIZE_START_INPUT =303 new DebugFlag("debug.optimize_startinput", false);304 static final DebugFlag FLAG_PRE_RENDER_IME_VIEWS =305 new DebugFlag("persist.pre_render_ime_views", false);
16609 PLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;-><clinit>()V16610 PLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;-><init>(Ljava/lang/String;Z)V16611 HPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;->value()Z43007 Lcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;