/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | ViewTransformationHelper.java | 104 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() 138 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() 161 public void transformFrom(final TransformableView notification) { in transformFrom() 191 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom() 303 TransformableView notification, in transformTo() 314 TransformableView notification, in transformFrom()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | ViewTransformationHelper.java | 104 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() 138 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() 161 public void transformFrom(final TransformableView notification) { in transformFrom() 191 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom() 303 TransformableView notification, in transformTo() 314 TransformableView notification, in transformFrom()
|
/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/ |
H A D | NotificationHelperTest.java | 55 final StatusBarNotification notification = in showResumeNotification_showsExpectedNotification() local 69 final StatusBarNotification notification = in showPrivacyReminderNotification_showsExpectedNotification() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryProtoHelper.java | 80 HistoricalNotification notification = readNotification(proto, stringPool); in readNotification() local 94 final HistoricalNotification.Builder notification = new HistoricalNotification.Builder(); in readNotification() local 162 HistoricalNotification.Builder notification, String pkg) throws IOException { in loadIcon() 227 private static void writeIcon(ProtoOutputStream proto, HistoricalNotification notification) { in writeIcon() 258 final String[] stringPool, final HistoricalNotification notification) { in writeNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryProtoHelper.java | 80 HistoricalNotification notification = readNotification(proto, stringPool); in readNotification() local 94 final HistoricalNotification.Builder notification = new HistoricalNotification.Builder(); in readNotification() local 162 HistoricalNotification.Builder notification, String pkg) throws IOException { in loadIcon() 227 private static void writeIcon(ProtoOutputStream proto, HistoricalNotification notification) { in writeIcon() 258 final String[] stringPool, final HistoricalNotification notification) { in writeNotification()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/debug/ |
H A D | AdbNotificationsTest.java | 53 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_UsbTransportType() local 73 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_WifiTransportType() local
|
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/ |
H A D | BundleBuilder.java | 42 static Bundle buildAssistantReadBundle(StatusBarNotification notification) { in buildAssistantReadBundle() 56 static Bundle buildAssistantReplyBundle(StatusBarNotification notification) { in buildAssistantReplyBundle()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/debug/ |
H A D | AdbNotificationsTest.java | 53 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_UsbTransportType() local 73 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_WifiTransportType() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | HybridGroupManager.java | 92 View contentView, StatusBarNotification notification, in bindFromNotification() 100 StatusBarNotification notification, in bindFromNotificationWithStyle() 112 public static CharSequence resolveText(Notification notification) { in resolveText() 121 public static CharSequence resolveTitle(Notification notification) { in resolveTitle()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 155 Notification notification = row.getEntry().getSbn().getNotification(); in onContentUpdated() local 280 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() 285 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() 290 public void transformFrom(TransformableView notification) { in transformFrom() 295 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/shared/ |
H A D | NotificationHandler.java | 68 Notification notification = in postNotification() local 72 notificationManager.notify(tapToReadConversation.getId().hashCode(), notification); in postNotification() local 109 Notification notification = in postNotificationForLegacyTapToRead() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 234 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation() local 250 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation_noConversationTitle() local 267 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation_withConversationTitle_legacy() local 284 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation_withoutConversationTitle_legacy() local 331 Notification notification = new Notification.Builder(mContext, "whatever") in testBuilder_setLocusId() local 341 Notification notification = new Notification.Builder(mContext, "whatever") in testBuilder_setLocusId_null() local 553 Notification notification = new Notification.Builder(mContext, "test id") in testIsMediaNotification_nullSession_returnsFalse() local 565 Notification notification = new Notification.Builder(mContext, "test id") in testIsMediaNotification_invalidSession_returnsFalse() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | SmsStorageStatusManager.java | 80 final Notification notification = bigTextStyle.build(); in postStorageLowNotification() local 86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification); in postStorageLowNotification() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | CustomInterpolatorTransformation.java | 38 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() 60 TransformableView notification, float transformationAmount) { in transformFrom()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | CustomInterpolatorTransformation.java | 38 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() 60 TransformableView notification, float transformationAmount) { in transformFrom()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 194 Notification notification = row.getEntry().getSbn().getNotification(); in onContentUpdated() local 321 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() 326 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() 331 public void transformFrom(TransformableView notification) { in transformFrom() 336 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 327 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation() local 343 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation_noConversationTitle() local 360 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation_withConversationTitle_legacy() local 377 Notification notification = new Notification.Builder(mContext, "test id") in messagingStyle_isGroupConversation_withoutConversationTitle_legacy() local 424 Notification notification = new Notification.Builder(mContext, "whatever") in testBuilder_setLocusId() local 1450 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_noRemoteInput() local 1475 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_hasRemoteInput() local 1493 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput() local 1525 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local 1552 Notification notification = builder.build(); in testExtras_cachedExtrasOverwrittenByUserProvided() local [all …]
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/ |
H A D | JobNotificationCoordinatorTest.java | 106 Notification notification = createValidNotification(); in testParameterValidation() local 141 final Notification notification = createValidNotification(); in testSingleJob_DetachOnStop() local 163 final Notification notification = createValidNotification(); in testSingleJob_RemoveOnStop() local 452 final Notification notification = createValidNotification(); in testUserStop_SingleJob_DetachOnStop() local 518 final Notification notification = createValidNotification(); in testUserInitiatedJob_hasNotificationFlag() local 535 final Notification notification = createValidNotification(); in testNonUserInitiatedJob_doesNotHaveNotificationFlag() local 555 final Notification notification = mock(Notification.class); in createValidNotification() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | HybridGroupManager.java | 94 View contentView, StatusBarNotification notification, in bindFromNotification() 112 public static CharSequence resolveText(Notification notification) { in resolveText() 121 public static CharSequence resolveTitle(Notification notification) { in resolveTitle()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowDragControllerTest.java | 80 Notification notification = mRow.getEntry().getSbn().getNotification(); in setUp() local 122 Notification notification = mRow.getEntry().getSbn().getNotification(); in testDoStartDrag_noLaunchIntent() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/ |
H A D | DeviceStateNotificationControllerTest.java | 140 Notification notification = mNotificationCaptor.getValue(); in test_activeNotification() local 170 Notification notification = mNotificationCaptor.getValue(); in test_powerSaveNotification() local 206 Notification notification = mNotificationCaptor.getValue(); in test_thermalNotification() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/ |
H A D | NotificationThrottler.java | 60 @NonNull Context context, @NonNull Notification notification) { in throttle() 128 private static boolean isNotificationInGroup( in isNotificationInGroup()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/ |
H A D | ExportProcessor.java | 268 final Notification notification = in doProgressNotification() local 279 final Notification notification = in doCancelNotification() local 289 final Notification notification = in doFinishNotification() local 310 final Notification notification = in doFinishNotificationWithShareAction() local
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
H A D | NewUserDisclaimerActivityTest.java | 134 Notification notification = captor.getValue(); in testShowNotification() local 154 private void assertNotificationContents(Notification notification) { in assertNotificationContents()
|
/aosp12/hardware/qcom/sm8150p/gps/android/visibility_control/1.0/ |
H A D | GnssVisibilityControl.cpp | 63 void GnssVisibilityControl::nfwStatusCb(GnssNfwNotification notification) { in nfwStatusCb() 90 void GnssVisibilityControl::statusCb(GnssNfwNotification notification) { in statusCb()
|