Searched defs:MSG_RUN_INITIALIZE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java219 private static final int MSG_RUN_INITIALIZE = 5; field in class:BackupManagerService
811 case MSG_RUN_INITIALIZE:
1053 mRunInitIntent = PendingIntent.getBroadcast(context, MSG_RUN_INITIALIZE, initIntent, 0);
1155 Message msg = mBackupHandler.obtainMessage(MSG_RUN_INITIALIZE);

Completed in 42 milliseconds