Home
last modified time | relevance | path

Searched refs:CallStyle (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DColorizedFgsCoordinatorTest.java139 private Notification.CallStyle makeCallStyle() { in makeCallStyle()
143 return Notification.CallStyle.forIncomingCall(person, pendingIntent, pendingIntent); in makeCallStyle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DColorizedFgsCoordinator.java84 && notification.isStyle(Notification.CallStyle.class); in isCall()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt6 import android.app.Notification.CallStyle in <lambda>()
181 CallStyle::class.java.name -> NotificationEnums.STYLE_CALL in <lambda>()
/frameworks/base/core/java/android/app/
Dnotification.aconfig116 description: "Evenly divides horizontal space for action buttons in CallStyle notifications."
153 description: "Only CallStyle notifs can use USAGE_NOTIFICATION_RINGTONE"
DNotification.java768 MessagingStyle.class, CallStyle.class);
6346 if (CallStyle.DEBUG_NEW_ACTION_LAYOUT) { in applyStandardTemplateWithActions()
6910 if (CallStyle.DEBUG_NEW_ACTION_LAYOUT) { in generateActionButton()
6934 if (CallStyle.DEBUG_NEW_ACTION_LAYOUT) { in generateActionButton()
6941 boolean priority = action.getExtras().getBoolean(CallStyle.KEY_ACTION_PRIORITY); in generateActionButton()
10357 public static class CallStyle extends Style { class in Notification.Builder
10418 CallStyle() { in CallStyle() method in Notification.Builder.CallStyle
10433 public static CallStyle forIncomingCall(@NonNull Person person, in forIncomingCall()
10435 return new CallStyle(CALL_TYPE_INCOMING, person, in forIncomingCall()
10453 public static CallStyle forOngoingCall(@NonNull Person person, in forOngoingCall()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelExtractor.java84 && !record.getNotification().isStyle(Notification.CallStyle.class) in process()
DNotificationComparator.java206 return record.getNotification().isStyle(Notification.CallStyle.class); in isCallStyle()
DNotificationManagerService.java4884 if (r.getNotification().isStyle(Notification.CallStyle.class)
7705 if (notification.isStyle(Notification.CallStyle.class)) {
7708 Notification.CallStyle style = (Notification.CallStyle) builder.getStyle();
7766 || notification.isStyle(Notification.CallStyle.class)
8069 if (n.isStyle(Notification.CallStyle.class)) {
8121 if (n.isStyle(Notification.CallStyle.class)) {
8673 && notification.isStyle(Notification.CallStyle.class);
12479 if (!r.getNotification().isStyle(Notification.CallStyle.class)) {
12509 if (!r.getNotification().isStyle(Notification.CallStyle.class)) {
DNotificationAttentionHelper.java1548 if (record.getNotification().isStyle(Notification.CallStyle.class)) { in isAvalancheExemptedFullVolume()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt22 import android.app.Notification.CallStyle.CALL_TYPE_ONGOING in <lambda>()
443 return entry.sbn.notification.isStyle(Notification.CallStyle::class.java) in isCallNotification()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java600 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCall()
617 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCall()
633 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
657 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
679 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_dropsOldSystemActions()
981 Notification.Style style = Notification.CallStyle.forIncomingCall( in testRestoreFromExtras_Call_invalidExtra_noCrash()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt683 callStyle: Notification.CallStyle, in createOngoingCallNotifEntry()
706 private val ongoingCallStyle = Notification.CallStyle.forOngoingCall(person, hangUpIntent)
708 Notification.CallStyle.forScreeningCall(
/frameworks/base/core/java/com/android/internal/widget/
DEmphasizedNotificationButton.java20 import static android.app.Notification.CallStyle.DEBUG_NEW_ACTION_LAYOUT;
DNotificationActionListLayout.java19 import static android.app.Notification.CallStyle.DEBUG_NEW_ACTION_LAYOUT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java717 boolean isIncomingCall = n.isStyle(Notification.CallStyle.class) && n.extras.getInt( in isCriticalCallNotif()
718 Notification.EXTRA_CALL_TYPE) == Notification.CallStyle.CALL_TYPE_INCOMING; in isCriticalCallNotif()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt180 .setStyle(Notification.CallStyle.forIncomingCall(person, fakeIntent, fakeIntent)) in currentNotificationMemoryUse_callingStyle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt329 if (entry.sbn.notification.isStyle(Notification.CallStyle::class.java)) { in shouldSuppress()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelExtractorTest.java162 .setStyle(Notification.CallStyle.forIncomingCall( in testAudioAttributes_callStyleCanUseCallUsage()
DNotificationComparatorTest.java169 .setStyle(Notification.CallStyle.forOngoingCall( in setUp()
DNotificationManagerServiceTest.java1322 .setStyle(Notification.CallStyle.forOngoingCall(person, mActivityIntent)) in createAndPostCallStyleNotification()
6907 .setStyle(Notification.CallStyle.forOngoingCall(callingPerson, hangUpIntent) in testVisitUris_callStyle()
12410 nb.setStyle(Notification.CallStyle.forOngoingCall(
12480 nb.setStyle(Notification.CallStyle.forOngoingCall(person, mActivityIntent));
13124 .setStyle(Notification.CallStyle.forOngoingCall(
13145 .setStyle(Notification.CallStyle.forOngoingCall(
13305 .setStyle(Notification.CallStyle.forOngoingCall(person, mActivityIntent))
13321 .setStyle(Notification.CallStyle.forOngoingCall(person, mActivityIntent))
13336 .setStyle(Notification.CallStyle.forOngoingCall(person, mActivityIntent))
13351 .setStyle(Notification.CallStyle.forOngoingCall(person, mActivityIntent))
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManagerTest.java601 .setStyle(Notification.CallStyle in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java229 mIsSystemRegisteredCall = mSbn.getNotification().isStyle(Notification.CallStyle.class) in bindNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt1227 nb.extras.putString(EXTRA_TEMPLATE, Notification.CallStyle::class.java.name) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java569 .setStyle(Notification.CallStyle.forOngoingCall( in testBindNotification_whenCurrentlyInCall()
/frameworks/base/config/
Ddirty-image-objects105 Landroid/app/Notification$CallStyle; 5

12