Home
last modified time | relevance | path

Searched refs:conversation (Results 1 – 19 of 19) 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.
[all …]
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, android.view.textclassifier.ConversationActions.Message.… 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/core/java/com/android/server/notification/
DPreferencesHelper.java1237 @NonNull NotificationChannel conversation, @NonNull NotificationChannel oldParent, in maybeUpdateChildConversationChannel() argument
1240 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 …]
DNotificationManagerService.java4427 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(),
/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/services/people/java/com/android/server/people/
DPeopleService.java337 for (ConversationChannel conversation : conversations) { in onConversationsUpdate()
338 keyedConversations.put(getListenerKey(conversation), conversation); in onConversationsUpdate() local
356 private ListenerKey getListenerKey(ConversationChannel conversation) { in getListenerKey() argument
357 ShortcutInfo info = conversation.getShortcutInfo(); in getListenerKey()
/frameworks/base/core/java/android/widget/flags/
Dnotification_widget_flags.aconfig24 description: "Offloads conversation avatar drawable loading to the background thread"
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java253 public void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() argument
257 + conversation.getShortcutInfo().getLabel()); in onConversationUpdate()
260 updateWidgetsWithConversationChanged(conversation)); in onConversationUpdate()
705 public void updateWidgetsWithConversationChanged(ConversationChannel conversation) { in updateWidgetsWithConversationChanged() argument
706 ShortcutInfo info = conversation.getShortcutInfo(); in updateWidgetsWithConversationChanged()
717 updateStorageAndViewWithConversationData(conversation, in updateWidgetsWithConversationChanged()
726 private void updateStorageAndViewWithConversationData(ConversationChannel conversation, in updateStorageAndViewWithConversationData() argument
734 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 …]
/frameworks/proto_logging/stats/enums/dnd/
Ddnd_enums.proto50 // Enum used in DNDPolicyProto for conversation types allowed to break through.
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java302 public void onConversationUpdate(ConversationChannel conversation) { in onConversationUpdate() argument
/frameworks/base/core/proto/android/service/
Dnotification.proto329 // Enum used in DNDPolicyProto for conversation types allowed to break through.
/frameworks/proto_logging/stats/
Datoms.proto6245 // whether or not this channel represents a conversation
6247 // Hash of app-assigned notification conversation id
6249 // whether or not the user demoted this channel out of the conversation space
6251 // whether this conversation is marked as being a priority
9221 // 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.
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto3754 // OPEN: Settings > Notifications > (app or conversations) > conversation
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6847 // CATEGORY: The category for all actions relating to conversation actions logging.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6975 field public static final String EDIT_CONVERSATION = "conversation";
13582 … field public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation";