Home
last modified time | relevance | path

Searched refs:conversation (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/proto/android/server/
Dpeopleservice.proto26 // 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 user
37 // 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.
Dnotificationhistory.proto60 // The conversation id, if any, that this notification belongs to
62 // conversation_id_index contains the index + 1 of the conversation id in the string pool
/frameworks/base/core/java/android/view/textclassifier/
DConversationActions.java320 @NonNull List<Message> conversation, in Request()
325 mConversation = Objects.requireNonNull(conversation); in Request()
333 List<Message> conversation = new ArrayList<>(); in readFromParcel() local
334 in.readParcelableList(conversation, null); in readFromParcel()
343 conversation, in readFromParcel()
465 public Builder(@NonNull List<Message> conversation) { in Builder() argument
466 mConversation = Objects.requireNonNull(conversation); in Builder()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1335 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations() local
1336 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() local
1378 conversation.setPkg(r.pkg); in getConversations()
1379 conversation.setUid(r.uid); in getConversations()
[all …]
DNotificationManagerService.java3515 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(),
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto2615 // OPEN: Settings > Notifications > (app or conversations) > conversation
/frameworks/base/cmds/statsd/src/
Datoms.proto6239 // 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.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6831 // CATEGORY: The category for all actions relating to conversation actions logging.
/frameworks/base/api/
Dcurrent.txt12449 … field public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation";