Searched refs:hasFlash (Results 1 – 2 of 2) sorted by relevance
380 public boolean hasFlash() { in hasFlash() method in StaticMetadata520 Boolean hasFlash = getValueFromKeyNonNull(key); in getFlashInfoChecked() local523 if (hasFlash == null) { in getFlashInfoChecked()527 return hasFlash; in getFlashInfoChecked()1161 Boolean hasFlash = getValueFromKeyNonNull(flashKey); in getAeAvailableModesChecked() local1162 if (hasFlash == null) { in getAeAvailableModesChecked()1163 hasFlash = false; in getAeAvailableModesChecked()1165 if (hasFlash) { in getAeAvailableModesChecked()
217 if (mStaticInfo.hasFlash()) { in takePictureTestByCamera()