Home
last modified time | relevance | path

Searched refs:sendNotification (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java152 sendNotification(1);
155 sendNotification(2);
158 sendNotification(3);
161 sendNotification(4);
164 sendNotification(5);
167 sendNotification(6);
170 sendNotification(7);
173 sendNotification(8);
176 sendNotification(9);
179 sendNotification(10);
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/health/
H A DHealthServiceWrapperTest.java135 sendNotification(invocation, true);
136 sendNotification(invocation, true);
137 sendNotification(invocation, false);
166 private static void sendNotification(InvocationOnMock invocation, boolean preexisting)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DCsdWarningDialog.java140 sendNotification(/*for5XCsd=*/false); in CsdWarningDialog()
262 sendNotification(/*for5XCsd=*/true); in show5XNotification()
268 private void sendNotification(boolean for5XCsd) { in sendNotification() method in CsdWarningDialog
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java299 sendNotification(userId, componentName, displayName, in trySendNotification()
334 private void sendNotification(int userId, ComponentName serviceComponentName, in sendNotification() method in PolicyWarningUIController.NotificationController
H A DAccessibilityManagerService.java630 final boolean sendNotification = !mContext.getSystemService( in setNonA11yToolNotificationToMatchSafetyCenter()
633 mSecurityPolicy.setSendingNonA11yToolNotificationLocked(sendNotification); in setNonA11yToolNotificationToMatchSafetyCenter()