Searched refs:conversation (Results 1 – 19 of 19) 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.49 // The parent notification channel ID of the conversation. This is the notification channel where50 // the notifications are posted before this conversation is customized by the user.56 // Integer representation of conversation bit flags.[all …]
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, android.view.textclassifier.ConversationActions.Message.… in readFromParcel()343 conversation, in readFromParcel()465 public Builder(@NonNull List<Message> conversation) { in Builder() argument466 mConversation = Objects.requireNonNull(conversation); in Builder()
205 default void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() argument279 public void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() argument285 mExecutor.execute(() -> mListener.onConversationUpdate(conversation)); in onConversationUpdate()
32 void onConversationUpdate(in ConversationChannel conversation); in onConversationUpdate() argument
1237 @NonNull NotificationChannel conversation, @NonNull NotificationChannel oldParent, in maybeUpdateChildConversationChannel() argument1240 int oldLoggingImportance = NotificationChannelLogger.getLoggingImportance(conversation); in maybeUpdateChildConversationChannel()1242 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_PRIORITY) == 0 in maybeUpdateChildConversationChannel()1244 conversation.setBypassDnd(updatedParent.canBypassDnd()); in maybeUpdateChildConversationChannel()1247 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_VISIBILITY) == 0 in maybeUpdateChildConversationChannel()1250 conversation.setLockscreenVisibility(updatedParent.getLockscreenVisibility()); in maybeUpdateChildConversationChannel()1253 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_IMPORTANCE) == 0 in maybeUpdateChildConversationChannel()1255 conversation.setImportance(updatedParent.getImportance()); in maybeUpdateChildConversationChannel()1258 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_LIGHTS) == 0 in maybeUpdateChildConversationChannel()1261 conversation.enableLights(updatedParent.shouldShowLights()); in maybeUpdateChildConversationChannel()[all …]
4427 for (ConversationChannelWrapper conversation : conversations) {4429 conversation.setShortcutInfo(null);4431 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(4432 conversation.getNotificationChannel().getConversationId(),4433 conversation.getPkg(),4434 UserHandle.of(UserHandle.getUserId(conversation.getUid()))));4483 for (ConversationChannelWrapper conversation : conversations) {4485 conversation.setShortcutInfo(null);4487 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(4488 conversation.getNotificationChannel().getConversationId(),
85 ConversationChannel conversation = getConversation(CONVERSATION_ID_1); in testCorrectlyMapsToProxyConversationListener() local99 conversation.getShortcutInfo().getLabel()); in testCorrectlyMapsToProxyConversationListener()
337 for (ConversationChannel conversation : conversations) { in onConversationsUpdate()338 keyedConversations.put(getListenerKey(conversation), conversation); in onConversationsUpdate() local356 private ListenerKey getListenerKey(ConversationChannel conversation) { in getListenerKey() argument357 ShortcutInfo info = conversation.getShortcutInfo(); in getListenerKey()
24 description: "Offloads conversation avatar drawable loading to the background thread"
253 public void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() argument257 + conversation.getShortcutInfo().getLabel()); in onConversationUpdate()260 updateWidgetsWithConversationChanged(conversation)); in onConversationUpdate()705 public void updateWidgetsWithConversationChanged(ConversationChannel conversation) { in updateWidgetsWithConversationChanged() argument706 ShortcutInfo info = conversation.getShortcutInfo(); in updateWidgetsWithConversationChanged()717 updateStorageAndViewWithConversationData(conversation, in updateWidgetsWithConversationChanged()726 private void updateStorageAndViewWithConversationData(ConversationChannel conversation, in updateStorageAndViewWithConversationData() argument734 ShortcutInfo info = conversation.getShortcutInfo(); in updateStorageAndViewWithConversationData()749 if (DEBUG) Log.d(TAG, "Statuses: " + conversation.getStatuses()); in updateStorageAndViewWithConversationData()750 NotificationChannel channel = conversation.getNotificationChannel(); in updateStorageAndViewWithConversationData()[all …]
50 // Enum used in DNDPolicyProto for conversation types allowed to break through.
302 public void onConversationUpdate(ConversationChannel conversation) { in onConversationUpdate() argument
329 // Enum used in DNDPolicyProto for conversation types allowed to break through.
6245 // whether or not this channel represents a conversation6247 // Hash of app-assigned notification conversation id6249 // whether or not the user demoted this channel out of the conversation space6251 // whether this conversation is marked as being a priority9221 // Indicates if the channel was marked as a conversation by the app.9223 // Indicates if the channel is a conversation that was demoted by the user.9225 // Indicates if the channel is a conversation that was marked as important by the user.13151 * Logs when there is a conversation actions related event.
3754 // OPEN: Settings > Notifications > (app or conversations) > conversation
6847 // CATEGORY: The category for all actions relating to conversation actions logging.
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6975 field public static final String EDIT_CONVERSATION = "conversation";13582 … field public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation";