/frameworks/base/core/proto/android/server/ |
D | peopleservice.proto | 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 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.
|
D | notificationhistory.proto | 60 // 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/ |
D | ConversationActions.java | 320 @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/ |
D | PeopleManager.java | 205 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()
|
D | IConversationListener.aidl | 32 void onConversationUpdate(in ConversationChannel conversation); in onConversationUpdate() argument
|
/frameworks/base/services/people/java/com/android/server/people/ |
D | PeopleService.java | 323 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/ |
D | PeopleManagerTest.java | 85 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/ |
D | PeopleSpaceWidgetManager.java | 220 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/ |
D | PreferencesHelper.java | 1424 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 …]
|
D | NotificationManagerService.java | 3945 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/ |
D | PeopleServiceTest.java | 276 public void onConversationUpdate(ConversationChannel conversation) { in onConversationUpdate() argument
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4789 // 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/ |
D | settings_enums.proto | 2853 // OPEN: Settings > Notifications > (app or conversations) > conversation
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6838 // CATEGORY: The category for all actions relating to conversation actions logging.
|
/frameworks/base/core/api/ |
D | current.txt | 6193 field public static final String EDIT_CONVERSATION = "conversation"; 13054 … field public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation";
|