Home
last modified time | relevance | path

Searched refs:conversation (Results 1 – 15 of 15) 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.
49 // The parent notification channel ID of the conversation. This is the notification channel where
50 // the notifications are posted before this conversation is customized by the user.
56 // 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/core/java/android/app/people/
DPeopleManager.java205 default void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() argument
279 public void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() argument
285 mExecutor.execute(() -> mListener.onConversationUpdate(conversation)); in onConversationUpdate()
DIConversationListener.aidl32 void onConversationUpdate(in ConversationChannel conversation); in onConversationUpdate() argument
/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java323 for (ConversationChannel conversation : conversations) { in onConversationsUpdate()
324 keyedConversations.put(getListenerKey(conversation), conversation); in onConversationsUpdate() local
342 private ListenerKey getListenerKey(ConversationChannel conversation) { in getListenerKey() argument
343 ShortcutInfo info = conversation.getShortcutInfo(); in getListenerKey()
/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleManagerTest.java85 ConversationChannel conversation = getConversation(CONVERSATION_ID_1); in testCorrectlyMapsToProxyConversationListener() local
99 conversation.getShortcutInfo().getLabel()); in testCorrectlyMapsToProxyConversationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java220 public void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() argument
224 + conversation.getShortcutInfo().getLabel()); in onConversationUpdate()
227 updateWidgetsWithConversationChanged(conversation)); in onConversationUpdate()
675 public void updateWidgetsWithConversationChanged(ConversationChannel conversation) { in updateWidgetsWithConversationChanged() argument
676 ShortcutInfo info = conversation.getShortcutInfo(); in updateWidgetsWithConversationChanged()
687 updateStorageAndViewWithConversationData(conversation, in updateWidgetsWithConversationChanged()
696 private void updateStorageAndViewWithConversationData(ConversationChannel conversation, in updateStorageAndViewWithConversationData() argument
704 ShortcutInfo info = conversation.getShortcutInfo(); in updateStorageAndViewWithConversationData()
719 if (DEBUG) Log.d(TAG, "Statuses: " + conversation.getStatuses()); in updateStorageAndViewWithConversationData()
720 NotificationChannel channel = conversation.getNotificationChannel(); in updateStorageAndViewWithConversationData()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1424 ConversationChannelWrapper conversation = in getConversations() local
1426 conversation.setPkg(p.pkg); in getConversations()
1427 conversation.setUid(p.uid); in getConversations()
1428 conversation.setNotificationChannel(nc); in getConversations()
1430 conversation.setParentChannelLabel(parent == null in getConversations()
1440 conversation.setGroupLabel(group.getName()); in getConversations()
1445 conversations.add(conversation); in getConversations()
1470 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations() local
1471 conversation.setPkg(r.pkg); in getConversations()
1472 conversation.setUid(r.uid); in getConversations()
[all …]
DNotificationManagerService.java3945 for (ConversationChannelWrapper conversation : conversations) {
3947 conversation.setShortcutInfo(null);
3949 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(
3950 conversation.getNotificationChannel().getConversationId(),
3951 conversation.getPkg(),
3952 UserHandle.of(UserHandle.getUserId(conversation.getUid()))));
3972 for (ConversationChannelWrapper conversation : conversations) {
3974 conversation.setShortcutInfo(null);
3976 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(
3977 conversation.getNotificationChannel().getConversationId(),
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java276 public void onConversationUpdate(ConversationChannel conversation) { in onConversationUpdate() argument
/frameworks/proto_logging/stats/
Datoms.proto4789 // whether or not this channel represents a conversation
4791 // Hash of app-assigned notification conversation id
4793 // whether or not the user demoted this channel out of the conversation space
4795 // whether this conversation is marked as being a priority
7303 // Indicates if the channel was marked as a conversation by the app.
7305 // Indicates if the channel is a conversation that was demoted by the user.
7307 // Indicates if the channel is a conversation that was marked as important by the user.
10669 * Logs when there is a conversation actions related event.
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto2853 // OPEN: Settings > Notifications > (app or conversations) > conversation
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6838 // CATEGORY: The category for all actions relating to conversation actions logging.
/frameworks/base/core/api/
Dcurrent.txt6193 field public static final String EDIT_CONVERSATION = "conversation";
13054 … field public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation";