Searched refs:mReconnectIOException (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/camera/
H A DCameraManager.java49 private IOException mReconnectIOException; field in class:CameraManager
148 mReconnectIOException = null;
152 mReconnectIOException = ex;
319 if (mReconnectIOException != null) {
320 throw mReconnectIOException;

Completed in 23 milliseconds