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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DUpdateConversationOptionsAction.java74 private static final String KEY_ENABLE_NOTIFICATION = "enable_notification"; field in class:UpdateConversationOptionsAction
84 actionParameters.putBoolean(KEY_ENABLE_NOTIFICATION, enableNotification);
99 if (actionParameters.containsKey(KEY_ENABLE_NOTIFICATION)) {
101 actionParameters.getBoolean(KEY_ENABLE_NOTIFICATION));

Completed in 96 milliseconds