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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java187 static final int MESSAGE_SAVE_POLICY_FILE = 3; field in class:NotificationManagerService
392 mHandler.removeMessages(MESSAGE_SAVE_POLICY_FILE);
393 mHandler.sendEmptyMessage(MESSAGE_SAVE_POLICY_FILE);
3226 case MESSAGE_SAVE_POLICY_FILE:

Completed in 34 milliseconds