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