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
80
public enum
NotificationActionType
{
107
private static final Map<String,
NotificationActionType
> sPersistedMapping;
119
final
NotificationActionType
[] values = values();
120
final ImmutableMap.Builder<String,
NotificationActionType
> mapBuilder =
121
new ImmutableMap.Builder<String,
NotificationActionType
>();
130
private
NotificationActionType
(final String persistedValue, final boolean isDestructive,
141
private
NotificationActionType
(final String persistedValue, final boolean isDestructive,
153
public static
NotificationActionType
getActionType(final String persistedValue) {
200
final List<
NotificationActionType
> sortedActions =
203
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
32
import com.android.mail.utils.NotificationActionUtils.
NotificationActionType
;
257
final
NotificationActionType
destructiveActionType =
259
NotificationActionType
.ARCHIVE_REMOVE_LABEL :
NotificationActionType
.DELETE;
264
?
NotificationActionType
.REPLY_ALL.getPersistedValue()
265
:
NotificationActionType
.REPLY.getPersistedValue();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
53
import com.android.mail.utils.NotificationActionUtils.
NotificationActionType
;
[
all
...]
Completed in 69 milliseconds