Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java271 private static final class DebugFlag { class in InputMethodManagerService
278 public DebugFlag(String key, boolean defaultValue) { in DebugFlag() method in InputMethodManagerService.DebugFlag
302 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);
/frameworks/base/services/
Dart-profile16609 PLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;-><clinit>()V
16610 PLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;-><init>(Ljava/lang/String;Z)V
16611 HPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;->value()Z
43007 Lcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;