Searched defs:mTimedOut (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java187 private boolean mTimedOut = false; field in class:BlockingCameraManager.OpenListener
219 if (mTimedOut && camera != null) {
242 if (mTimedOut && camera != null) {
268 if (mTimedOut && camera != null) {
290 mTimedOut = true; // Clean up camera if it ever arrives later
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java9277 boolean mTimedOut = false; field in class:BackupManagerService.ActiveRestoreSession
9285 mTimedOut = true;
9300 if (mTimedOut) {
9342 if (mTimedOut) {
9424 if (mTimedOut) {
9480 if (mTimedOut) {
9581 if (mTimedOut) {

Completed in 185 milliseconds