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.java260 private static final class DebugFlag { class in InputMethodManagerService
267 public DebugFlag(String key, boolean defaultValue) { in DebugFlag() method in InputMethodManagerService.DebugFlag
291 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);
/frameworks/base/services/
Dart-profile7236 HSPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;-><init>(Ljava/lang/String;Z…
7237 HSPLcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;->value()Z
19277 Lcom/android/server/inputmethod/InputMethodManagerService$DebugFlag;