OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildNotificationTag
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java
215
final String notificationTag =
buildNotificationTag
(type, conversationId,
347
private static String
buildNotificationTag
(final String name,
361
* {@link #
buildNotificationTag
(int, String, boolean)} and can be
364
static String
buildNotificationTag
(final int type, final String conversationId) {
365
return
buildNotificationTag
(type, conversationId, false /* bundledNotification */);
377
static String
buildNotificationTag
(final int type, final String conversationId,
383
tag =
buildNotificationTag
(SMS_NOTIFICATION_TAG, conversationId);
385
tag =
buildNotificationTag
(SMS_NOTIFICATION_TAG, null);
389
tag =
buildNotificationTag
(SMS_ERROR_NOTIFICATION_TAG, null);
[
all
...]
MessageNotificationState.java
[
all
...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
71
* @see #
buildNotificationTag
(Cursor)
164
final String tag =
buildNotificationTag
(cursor);
411
private static String
buildNotificationTag
(Cursor cursor) {
431
* {@link #
buildNotificationTag
(Cursor)}.
/frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java
[
all
...]
Completed in 71 milliseconds