HomeSort by relevance Sort by last modified time
    Searched refs:buildNotificationTag (Results 1 - 5 of 5) 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 76 * @see #buildNotificationTag(Cursor)
179 final String tag = buildNotificationTag(cursor);
431 private static String buildNotificationTag(Cursor cursor) {
451 * {@link #buildNotificationTag(Cursor)}.
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 110 milliseconds