Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 179) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt44 val notification = createBasicNotification().build() in currentNotificationMemoryUse_plainNotification() constant
62 val notification = createBasicNotification().build() in currentNotificationMemoryUse_rankerGroupNotification() constant
83 val notification = createBasicNotification().setLargeIcon(icon).setSmallIcon(icon).build() in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap() constant
101 val notification = in currentNotificationMemoryUse_customViewNotification_marksTrue() constant
125 val notification = in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly() constant
148 val notification = in currentNotificationMemoryUse_bigPictureStyle() constant
178 val notification = in currentNotificationMemoryUse_callingStyle() constant
210 val notification = in currentNotificationMemoryUse_messagingStyle() constant
239 val notification = createBasicNotification().extend(extender).build() in currentNotificationMemoryUse_carExtender() constant
260 val notification = createBasicNotification().extend(tvExtender).extend(wearExtender).build() in currentNotificationMemoryUse_tvWearExtender() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryAdapterTest.kt80 val notification: Notification = in getParent_adapter() constant
97 val notification: Notification = in isTopLevelEntry_adapter() constant
114 val notification: Notification = in getKey_adapter() constant
131 val notification: Notification = in getRow_adapter() constant
149 val notification: Notification = in isGroupRoot_adapter_groupSummary() constant
171 val notification: Notification = in isGroupRoot_adapter_groupChild() constant
196 val notification: Notification = in isClearable_adapter() constant
214 val notification: Notification = in getSummarization_adapter() constant
234 val notification: Notification = in getIcons_adapter() constant
251 val notification: Notification = in isColorized() constant
[all …]
DHighPriorityProviderTest.java93 final Notification notification = new Notification.Builder(mContext, "test") in peopleNotification() local
111 final Notification notification = new Notification.Builder(mContext, "test") in highImportanceConversation() local
128 final Notification notification = new Notification.Builder(mContext, "test") in lowImportanceConversation() local
164 final Notification notification = new Notification.Builder(mContext, "test") in messagingStyle() local
182 final Notification notification = mock(Notification.class); in lowImportanceForeground() local
201 final Notification notification = new Notification.Builder(mContext, "test") in userChangeTrumpsHighPriorityCharacteristics() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt95 val notification = getNotification(NonMessaging()) in <lambda>() constant
109 val notification = getNotification(notificationType) in <lambda>() constant
136 val notification = getNotification(notificationType) in <lambda>() constant
157 val notification = getNotification(notificationType) in <lambda>() constant
180 val notification = getNotification(notificationType) in <lambda>() constant
209 val notification = getNotification(notificationType) in <lambda>() constant
239 val notification = getNotification(notificationType) in <lambda>() constant
279 val notification = getNotification(notificationType) in <lambda>() constant
343 val notification = notificationBuilder.setStyle(buildMessagingStyle).build() in <lambda>() constant
355 val notification = notificationBuilder.setStyle(buildMessagingStyle).build() in <lambda>() constant
DSingleLineViewBinderTest.kt66 val notification = notificationBuilder.build() in bindNonConversationSingleLineView() constant
126 val notification = notificationBuilder.build() in bindGroupConversationSingleLineView() constant
178 val notification = notificationBuilder.build() in bindConversationSingleLineView_nonConversationViewModel() constant
238 val notification = notificationBuilder.build() in bindSummarizedGroupConversationSingleLineView() constant
DNotificationCustomContentMemoryVerifierTest.java100 Notification notification = in requiresImageViewMemorySizeCheck_plainNotification_returnsFalse() local
116 Notification.Builder notification = in satisfiesMemoryLimits_smallNotification_returnsTrue() local
131 Notification.Builder notification = in satisfiesMemoryLimits_oversizedNotification_returnsFalse() local
146 Notification.Builder notification = in satisfiesMemoryLimits_oversizedNotification_compatDisabled_returnsTrue() local
160 Notification.Builder notification = in satisfiesMemoryLimits_warningSizedNotification_returnsTrue() local
187 Notification.Builder notification = in computeViewHierarchyImageViewSize_smallNotification_returnsSensibleValue() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DTransformableView.java46 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()
DViewTransformationHelper.java104 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java110 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java151 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
156 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo()
161 public void transformFrom(TransformableView notification) { in transformFrom()
166 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
189 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo()
203 TransformableView notification, float transformationAmount) { in transformFrom()
DHybridGroupManager.java96 View contentView, StatusBarNotification notification, in bindFromNotification()
117 StatusBarNotification notification, View contentView) { in updateReusableView()
127 public static CharSequence resolveText(Notification notification) { in resolveText()
136 public static CharSequence resolveTitle(Notification notification) { in resolveTitle()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/people/
DNotificationHelperTest.java142 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
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java80 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()
DNotificationUsageStats.java145 public synchronized void registerPostedByApp(NotificationRecord notification) { in registerPostedByApp()
160 public synchronized void registerUpdatedByApp(NotificationRecord notification, in registerUpdatedByApp()
174 public synchronized void registerRemovedByApp(NotificationRecord notification) { in registerRemovedByApp()
186 public synchronized void registerDismissedByUser(NotificationRecord notification) { in registerDismissedByUser()
195 public synchronized void registerClickedByUser(NotificationRecord notification) { in registerClickedByUser()
201 public synchronized void registerPeopleAffinity(NotificationRecord notification, boolean valid, in registerPeopleAffinity()
220 public synchronized void registerBlocked(NotificationRecord notification) { in registerBlocked()
228 public synchronized void registerSuspendedByAdmin(NotificationRecord notification) { in registerSuspendedByAdmin()
261 public synchronized void registerTooOldBlocked(NotificationRecord notification) { in registerTooOldBlocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricNotificationLoggerTest.java139 final StatusBarNotification notification = mock(StatusBarNotification.class); in createNotificationWithNullTag() local
144 final StatusBarNotification notification = mock(StatusBarNotification.class); in createFaceNotification() local
151 final StatusBarNotification notification = mock(StatusBarNotification.class); in createFingerprintNotification() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinatorTest.kt81 val notification = ArgumentCaptor.forClass(Notification::class.java) in showNotification() constant
122 val notification = argumentCaptor<Notification>() in switchTaskAction_hidesNotification() constant
139 val notification = argumentCaptor<Notification>() in goBackAction_hidesNotification() constant
/frameworks/base/core/tests/coretests/src/android/debug/
DAdbNotificationsTest.java53 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_UsbTransportType() local
73 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_WifiTransportType() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobNotificationCoordinatorTest.java106 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DCustomInterpolatorTransformation.java38 public boolean transformTo(TransformState ownState, TransformableView notification, in transformTo()
60 TransformableView notification, float transformationAmount) { in transformFrom()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateNotificationControllerTest.java140 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
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragControllerTest.java83 Notification notification = mRow.getEntry().getSbn().getNotification(); in setUp() local
138 Notification notification = mRow.getEntry().getSbn().getNotification(); in testDoStartDrag_noLaunchIntent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DColorizedFgsCoordinator.java148 Notification notification = entry.getSbn().getNotification(); in isColorizedForegroundService() local
160 Notification notification = entry.getSbn().getNotification(); in isCall() local
/frameworks/base/services/core/jni/gnss/
DGnssVisibilityControlCallback.cpp41 Status GnssVisibilityControlCallbackAidl::nfwNotifyCb( in nfwNotifyCb()
56 const IGnssVisibilityControlCallback::NfwNotification& notification) { in nfwNotifyCb()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java366 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
371 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo()
376 public void transformFrom(TransformableView notification) { in transformFrom()
381 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationVisitUrisTest.java183 Generated<Notification> notification = buildNotification(mContext, in verifyTest() local
193 Generated<Notification> notification = buildNotification(mContext, /* styleClass= */ null, in testPlainNotification() local
202 Generated<Notification> notification = buildNotification(mContext, /* styleClass= */ null, in testRemoteViews() local
213 Generated<Notification> notification = buildNotification(mContext, styleClass, in testAllStyles() local
225 Generated<Notification> notification = buildNotification(mContext, in testAllExtenders() local
237 Generated<Notification> notification = buildNotification(mContext, in testAllActionExtenders() local
245 private void verifyAllUrisAreVisited(Notification notification, List<Uri> includedUris, in verifyAllUrisAreVisited()

12345678