Searched refs:SHOW_PROCESSES (Results 1 – 3 of 3) sorted by relevance
65 if (Settings.System.getInt(res, Settings.System.SHOW_PROCESSES, 0) != 0) { in onReceive()
1196 res, Settings.System.SHOW_PROCESSES, 0) != 0; in interceptKeyBeforeDispatching()1203 res, Settings.System.SHOW_PROCESSES, shown ? 0 : 1); in interceptKeyBeforeDispatching()
1311 public static final String SHOW_PROCESSES = "show_processes"; field in Settings.System