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

/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DBackupHandler.java67 public static final int MSG_RUN_CLEAR = 4; field in class:BackupHandler
254 case MSG_RUN_CLEAR: {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DRefactoredBackupManagerService.java31 import static com.android.server.backup.internal.BackupHandler.MSG_RUN_CLEAR;
2374 Message msg = mBackupHandler.obtainMessage(MSG_RUN_CLEAR,
H A DBackupManagerService.java264 private static final int MSG_RUN_CLEAR = 4; field in class:BackupManagerService
1041 case MSG_RUN_CLEAR:
10002 Message msg = mBackupHandler.obtainMessage(MSG_RUN_CLEAR,

Completed in 84 milliseconds