OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMS_NOTIFICATION_ID
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
PendingIntentConstants.java
22
public static final int
SMS_NOTIFICATION_ID
= 0;
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java
181
cancel(PendingIntentConstants.
SMS_NOTIFICATION_ID
);
242
if (type == PendingIntentConstants.
SMS_NOTIFICATION_ID
) {
286
cancel(PendingIntentConstants.
SMS_NOTIFICATION_ID
, childConversationId, true);
381
case PendingIntentConstants.
SMS_NOTIFICATION_ID
:
599
cancel(PendingIntentConstants.
SMS_NOTIFICATION_ID
);
[
all
...]
MessageNotificationState.java
314
mType = PendingIntentConstants.
SMS_NOTIFICATION_ID
;
[
all
...]
Completed in 46 milliseconds