Home
last modified time | relevance | path

Searched refs:showErrorDialog (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DCameraOps.java96 mErrorDisplayer.showErrorDialog(errorMessage); in openCamera()
161 mErrorDisplayer.showErrorDialog(errorMessage); in setRepeatingRequest()
179 mErrorDisplayer.showErrorDialog(errorMessage); in setRepeatingBurst()
197 mErrorDisplayer.showErrorDialog(errorMessage); in startCameraSession()
228 mErrorDisplayer.showErrorDialog("Unable to configure the capture session");
253 mErrorDisplayer.showErrorDialog("The camera device has been disconnected.");
260 mErrorDisplayer.showErrorDialog("The camera encountered an error:" + error);
279 public void showErrorDialog(String errorMessage); in showErrorDialog() method
DHdrViewfinderActivity.java290 showErrorDialog(errorMessage); in findAndOpenCamera()
492 showErrorDialog(errorMessage); in onCameraReady()
500 public void showErrorDialog(String errorMessage) { in showErrorDialog() method in HdrViewfinderActivity