Searched refs:rebootStr (Results 1 – 1 of 1) sorted by relevance
509 String rebootStr, String reasonStr, String startStr, String durationStr) { in logStatsdShutdownAtom() argument515 if (rebootStr != null) { in logStatsdShutdownAtom()516 if (rebootStr.equals("y")) { in logStatsdShutdownAtom()518 } else if (!rebootStr.equals("n")) { in logStatsdShutdownAtom()519 Slog.e(TAG, "Unexpected value for reboot : " + rebootStr); in logStatsdShutdownAtom()