Searched refs:startStr (Results 1 – 2 of 2) sorted by relevance
467 String rebootStr, String reasonStr, String startStr, String durationStr) { in logStatsdShutdownAtom() argument489 if (startStr != null) { in logStatsdShutdownAtom()491 start = Long.parseLong(startStr); in logStatsdShutdownAtom()493 Slog.e(TAG, "Cannot parse shutdown start time: " + startStr); in logStatsdShutdownAtom()503 Slog.e(TAG, "Cannot parse shutdown duration: " + startStr); in logStatsdShutdownAtom()
1036 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len); in compileResourceFile() local1038 if (!ResTable::stringToInt(startStr, len, &startValue)) { in compileResourceFile()