OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationAction
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/
NotificationActionIntentService.java
31
import com.android.mail.utils.NotificationActionUtils.
NotificationAction
;
70
private static void logNotificationAction(String intentAction,
NotificationAction
action) {
95
* to add some extra data, it must unparcel the
NotificationAction
object. It throws a
99
final
NotificationAction
notificationAction
;
105
notificationAction
=
NotificationAction
.CREATOR.createFromParcel(in,
106
NotificationAction
.class.getClassLoader());
108
LogUtils.wtf(LOG_TAG, "data was null trying to unparcel the
NotificationAction
");
112
final Message message =
notificationAction
.getMessage()
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java
60
* If an {@link
NotificationAction
} exists here for a given notification key, then we should
63
public static final ObservableSparseArrayCompat<
NotificationAction
> sUndoNotifications =
64
new ObservableSparseArrayCompat<
NotificationAction
>();
203
for (final NotificationActionType
notificationAction
: sortedActions) {
204
notification.addAction(
notificationAction
.getActionIconResId(
205
folder, conversation, message), context.getString(
notificationAction
208
folder, notificationIntent,
notificationAction
, notificationId, when));
305
final
NotificationAction
notificationAction
= new
NotificationAction
(action, account
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
52
import com.android.mail.utils.NotificationActionUtils.
NotificationAction
;
[
all
...]
Completed in 56 milliseconds