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

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

Completed in 58 milliseconds