/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ColorizedFgsCoordinatorTest.java | 139 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/ |
D | ColorizedFgsCoordinator.java | 84 && notification.isStyle(Notification.CallStyle.class); in isCall()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeter.kt | 6 import android.app.Notification.CallStyle in <lambda>() 181 CallStyle::class.java.name -> NotificationEnums.STYLE_CALL in <lambda>()
|
/frameworks/base/core/java/android/app/ |
D | notification.aconfig | 116 description: "Evenly divides horizontal space for action buttons in CallStyle notifications." 153 description: "Only CallStyle notifs can use USAGE_NOTIFICATION_RINGTONE"
|
D | Notification.java | 768 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/ |
D | NotificationChannelExtractor.java | 84 && !record.getNotification().isStyle(Notification.CallStyle.class) in process()
|
D | NotificationComparator.java | 206 return record.getNotification().isStyle(Notification.CallStyle.class); in isCallStyle()
|
D | NotificationManagerService.java | 4884 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)) {
|
D | NotificationAttentionHelper.java | 1548 if (record.getNotification().isStyle(Notification.CallStyle.class)) { in isAvalancheExemptedFullVolume()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallController.kt | 22 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/ |
D | NotificationTest.java | 600 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/ |
D | OngoingCallControllerTest.kt | 683 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/ |
D | EmphasizedNotificationButton.java | 20 import static android.app.Notification.CallStyle.DEBUG_NEW_ACTION_LAYOUT;
|
D | NotificationActionListLayout.java | 19 import static android.app.Notification.CallStyle.DEBUG_NEW_ACTION_LAYOUT;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BaseHeadsUpManager.java | 717 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/ |
D | NotificationMemoryMeterTest.kt | 180 .setStyle(Notification.CallStyle.forIncomingCall(person, fakeIntent, fakeIntent)) in currentNotificationMemoryUse_callingStyle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | CommonVisualInterruptionSuppressors.kt | 329 if (entry.sbn.notification.isStyle(Notification.CallStyle::class.java)) { in shouldSuppress()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelExtractorTest.java | 162 .setStyle(Notification.CallStyle.forIncomingCall( in testAudioAttributes_callStyleCanUseCallUsage()
|
D | NotificationComparatorTest.java | 169 .setStyle(Notification.CallStyle.forOngoingCall( in setUp()
|
D | NotificationManagerServiceTest.java | 1322 .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/ |
D | BaseHeadsUpManagerTest.java | 601 .setStyle(Notification.CallStyle in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfo.java | 229 mIsSystemRegisteredCall = mSbn.getNotification().isStyle(Notification.CallStyle.class) in bindNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderTestBase.kt | 1227 nb.extras.putString(EXTRA_TEMPLATE, Notification.CallStyle::class.java.name) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 569 .setStyle(Notification.CallStyle.forOngoingCall( in testBindNotification_whenCurrentlyInCall()
|
/frameworks/base/config/ |
D | dirty-image-objects | 105 Landroid/app/Notification$CallStyle; 5
|