/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryMeterTest.kt | 44 val notification = createBasicNotification().build() regex 62 val notification = createBasicNotification().build() regex 83 val notification = createBasicNotification().setLargeIcon(icon).setSmallIcon(icon).build() regex 101 val notification = regex 125 val notification = regex 148 val notification = regex 178 val notification = regex 210 val notification = regex 239 val notification = createBasicNotification().extend(extender).build() regex 260 val notification = createBasicNotification().extend(tvExtender).extend(wearExtender).build() regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | HighPriorityProviderTest.java | 85 final Notification notification = new Notification.Builder(mContext, "test") in peopleNotification() local 103 final Notification notification = new Notification.Builder(mContext, "test") in highImportanceConversation() local 120 final Notification notification = new Notification.Builder(mContext, "test") in lowImportanceConversation() local 156 final Notification notification = new Notification.Builder(mContext, "test") in messagingStyle() local 174 final Notification notification = mock(Notification.class); in lowImportanceForeground() local 193 final Notification notification = new Notification.Builder(mContext, "test") in userChangeTrumpsHighPriorityCharacteristics() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | TransformableView.java | 46 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() 54 void transformTo(TransformableView notification, float transformationAmount); in transformTo() 61 void transformFrom(TransformableView notification); in transformFrom() 69 void transformFrom(TransformableView notification, float transformationAmount); in transformFrom()
|
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/people/ |
H A D | NotificationHelper.java | 110 public static boolean isMissedCall(Notification notification) { in isMissedCall() 148 Notification notification = sbn.getNotification(); in shouldMatchNotificationByUri() local 197 Notification notification) { in getMessagingStyleMessages() 216 private static boolean isGroupConversation(Notification notification) { in isGroupConversation() 223 public static CharSequence getSenderIfGroupConversation(Notification notification, in getSenderIfGroupConversation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | HybridNotificationView.java | 131 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() 136 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() 141 public void transformFrom(TransformableView notification) { in transformFrom() 146 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom() 169 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo() 183 TransformableView notification, float transformationAmount) { in transformFrom()
|
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/people/ |
H A D | NotificationHelperTest.java | 142 Notification notification = new Notification.Builder(mContext, "test") in testGetMessagingStyleMessagesNoMessage() local 212 Notification notification = new Notification.Builder(mContext, "test") in testGetSenderIfGroupConversation_notGroup() local 228 Notification notification = new Notification.Builder(mContext, "test") in testGetSenderIfGroupConversation_group() local 247 Notification notification = new Notification.Builder(mContext, "test") in testGetSenderIfGroupConversation_groupNoName() local
|
/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()
|
H A D | NotificationUsageStats.java | 144 public synchronized void registerPostedByApp(NotificationRecord notification) { in registerPostedByApp() 159 public synchronized void registerUpdatedByApp(NotificationRecord notification, in registerUpdatedByApp() 173 public synchronized void registerRemovedByApp(NotificationRecord notification) { in registerRemovedByApp() 185 public synchronized void registerDismissedByUser(NotificationRecord notification) { in registerDismissedByUser() 194 public synchronized void registerClickedByUser(NotificationRecord notification) { in registerClickedByUser() 200 public synchronized void registerPeopleAffinity(NotificationRecord notification, boolean valid, in registerPeopleAffinity() 219 public synchronized void registerBlocked(NotificationRecord notification) { in registerBlocked() 227 public synchronized void registerSuspendedByAdmin(NotificationRecord notification) { in registerSuspendedByAdmin()
|
H A D | NotificationSignalExtractor.java | 41 public RankingReconsideration process(NotificationRecord notification); in process()
|
/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
|
/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()
|
H A D | NotificationViewWrapper.java | 286 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() 292 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo() 297 public void transformFrom(TransformableView notification) { in transformFrom() 303 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/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
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssVisibilityControlCallback.cpp | 41 Status GnssVisibilityControlCallbackAidl::nfwNotifyCb( in nfwNotifyCb() 56 const IGnssVisibilityControlCallback::NfwNotification& notification) { in nfwNotifyCb()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationVisitUrisTest.java | 163 Generated<Notification> notification = buildNotification(mContext, in verifyTest() local 173 Generated<Notification> notification = buildNotification(mContext, /* styleClass= */ null, in testPlainNotification() local 182 Generated<Notification> notification = buildNotification(mContext, /* styleClass= */ null, in testRemoteViews() local 193 Generated<Notification> notification = buildNotification(mContext, styleClass, in testAllStyles() local 205 Generated<Notification> notification = buildNotification(mContext, in testAllExtenders() local 217 Generated<Notification> notification = buildNotification(mContext, in testAllActionExtenders() local 225 private void verifyAllUrisAreVisited(Notification notification, List<Uri> includedUris, in verifyAllUrisAreVisited()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationHistory.java | 312 final HistoricalNotification notification = mNotificationsToWrite.get(i); in poolStringsFromNotifications() local 325 public void addNotificationToWrite(@NonNull HistoricalNotification notification) { in addNotificationToWrite() 336 public void addNewNotificationToWrite(@NonNull HistoricalNotification notification) { in addNewNotificationToWrite() 461 private void writeNotificationToParcel(HistoricalNotification notification, Parcel p, in writeNotificationToParcel() 575 final HistoricalNotification notification = mNotificationsToWrite.get(i); in writeToParcel() local
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
H A D | IRetrieveNotificationCallback.aidl | 22 void onComplete(int resultCode, in EuiccNotification notification); in onComplete()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 64 private final Notification notification; field in StatusBarNotification 76 String tag, int uid, int initialPid, Notification notification, UserHandle user, in StatusBarNotification() 100 int initialPid, int score, Notification notification, UserHandle user, in StatusBarNotification() 276 StatusBarNotification cloneShallow(Notification notification) { in cloneShallow()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | MtpNotificationManager.java | 103 final Notification notification = builder.build(); in showNotification() local 108 notification); in showNotification() local
|