Searched refs:bootLoaderVal (Results 1 – 3 of 3) sorted by relevance
244 for (String bootLoaderVal : mBootLoaderPropValues) { in analyzeBootLoaderTimingInfo()245 if (!bootLoaderVal.isEmpty() && bootLoaderVal.split(",").length >= 2) { in analyzeBootLoaderTimingInfo()246 String[] bootLoaderPhases = bootLoaderVal.split(","); in analyzeBootLoaderTimingInfo()
218 String bootLoaderVal = getDevice().getProperty(BOOT_TIME_PROP); in testSuccessiveBoot() local220 CLog.d("%s value is %s", BOOT_TIME_PROP, bootLoaderVal); in testSuccessiveBoot()223 bootLoaderVal == null ? "" : bootLoaderVal); in testSuccessiveBoot()
1103 String bootLoaderVal = getDevice().getProperty(BOOT_TIME_PROP); in analyzeBootloaderTimingInfo() local1105 if (bootLoaderVal != null) { in analyzeBootloaderTimingInfo()1106 String[] bootLoaderPhases = bootLoaderVal.split(","); in analyzeBootloaderTimingInfo()