OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationActionType
(Results
1 - 5
of
5
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java
83
public enum
NotificationActionType
{
110
private static final Map<String,
NotificationActionType
> sPersistedMapping;
122
final
NotificationActionType
[] values = values();
123
final ImmutableMap.Builder<String,
NotificationActionType
> mapBuilder =
124
new ImmutableMap.Builder<String,
NotificationActionType
>();
133
private
NotificationActionType
(final String persistedValue, final boolean isDestructive,
144
private
NotificationActionType
(final String persistedValue, final boolean isDestructive,
156
public static
NotificationActionType
getActionType(final String persistedValue) {
204
final List<
NotificationActionType
> sortedActions =
207
for (final
NotificationActionType
notificationAction : sortedActions)
[
all
...]
/external/chromium_org/chrome/browser/notifications/
message_center_stats_collector.h
25
enum
NotificationActionType
{
55
void CollectAction(
NotificationActionType
type);
message_center_stats_collector.cc
25
NotificationActionType
type) {
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java
29
import com.android.mail.utils.NotificationActionUtils.
NotificationActionType
;
256
final
NotificationActionType
destructiveActionType =
258
NotificationActionType
.ARCHIVE_REMOVE_LABEL :
NotificationActionType
.DELETE;
263
?
NotificationActionType
.REPLY_ALL.getPersistedValue()
264
:
NotificationActionType
.REPLY.getPersistedValue();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
53
import com.android.mail.utils.NotificationActionUtils.
NotificationActionType
;
[
all
...]
Completed in 472 milliseconds