Searched refs:SHOW_REASONS (Results 1 – 2 of 2) sorted by relevance
114 public static final String[] SHOW_REASONS = { field in Events139 sb.append(SHOW_REASONS[(Integer) list[0]]).append(" keyguard=").append(list[1]); in writeEvent()200 sb.append(SHOW_REASONS[(Integer) list[0]]).append(" keyguard=").append(list[1]); in writeEvent()
683 if (D.BUG) Log.d(TAG, "showH r=" + Events.SHOW_REASONS[reason]); in showH()