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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java8931 boolean mTimedOut = false; field in class:BackupManagerService.ActiveRestoreSession
8939 mTimedOut = true;
8954 if (mTimedOut) {
8996 if (mTimedOut) {
9078 if (mTimedOut) {
9134 if (mTimedOut) {
9239 if (mTimedOut) {
/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

Completed in 81 milliseconds