Searched refs:conversation (Results 1 – 9 of 9) sorted by relevance
26 // On disk data of conversation infos for a user and app package.29 // The series of conversation infos for a user and app package.33 // Individual conversation info (com.android.server.people.data.ConversationInfo) for a user37 // The conversation's shortcut id.40 // The conversation's locus id.43 // The URI of the contact in the conversation.46 // The notification channel id of the conversation.52 // Integer representation of conversation bit flags.
60 // The conversation id, if any, that this notification belongs to62 // conversation_id_index contains the index + 1 of the conversation id in the string pool
320 @NonNull List<Message> conversation, in Request()325 mConversation = Objects.requireNonNull(conversation); in Request()333 List<Message> conversation = new ArrayList<>(); in readFromParcel() local334 in.readParcelableList(conversation, null); in readFromParcel()343 conversation, in readFromParcel()465 public Builder(@NonNull List<Message> conversation) { in Builder() argument466 mConversation = Objects.requireNonNull(conversation); in Builder()
1335 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations() local1336 conversation.setPkg(p.pkg); in getConversations()1337 conversation.setUid(p.uid); in getConversations()1338 conversation.setNotificationChannel(nc); in getConversations()1339 conversation.setParentChannelLabel( in getConversations()1348 conversation.setGroupLabel(group.getName()); in getConversations()1353 conversations.add(conversation); in getConversations()1377 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations() local1378 conversation.setPkg(r.pkg); in getConversations()1379 conversation.setUid(r.uid); in getConversations()[all …]
3515 for (ConversationChannelWrapper conversation : conversations) {3517 conversation.setShortcutInfo(null);3519 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(3520 conversation.getNotificationChannel().getConversationId(),3521 conversation.getPkg(),3522 UserHandle.of(UserHandle.getUserId(conversation.getUid()))));3542 for (ConversationChannelWrapper conversation : conversations) {3544 conversation.setShortcutInfo(null);3546 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(3547 conversation.getNotificationChannel().getConversationId(),
2615 // OPEN: Settings > Notifications > (app or conversations) > conversation
6239 // Indicates if the channel was marked as a conversation by the app.6241 // Indicates if the channel is a conversation that was demoted by the user.6243 // Indicates if the channel is a conversation that was marked as important by the user.9233 * Logs when there is a conversation actions related event.
6831 // CATEGORY: The category for all actions relating to conversation actions logging.
12449 … field public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation";