HomeSort by relevance Sort by last modified time
    Searched refs:notification (Results 151 - 175 of 1309) sorted by null

1 2 3 4 5 67 8 91011>>

  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 2 package com.android.notification.functional;
5 import android.app.Notification;
19 import android.service.notification.StatusBarNotification;
20 import android.service.notification.ZenModeConfig;
31 import com.android.server.notification.NotificationManagerService;
32 import com.android.server.notification.ConditionProviders;
33 import com.android.server.notification.ManagedServices.UserProfiles;
38 import com.android.server.notification.ZenModeHelper;
39 import com.android.server.notification.NotificationRecord;
40 import com.android.server.notification.ZenModeFiltering
    [all...]
  /developers/samples/android/experimental/markgoldstein/
snippets1.java 12 The channel ID of the notification.
14 // Build intent for notification content
20 // Notification channel ID is ignored for Android 7.1.1
  /external/junit-params/src/main/java/junitparams/internal/
DeferredErrorFrameworkMethod.java 6 import org.junit.runner.notification.RunNotifier;
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsService.java 21 import android.app.Notification;
27 import android.service.notification.StatusBarNotification;
63 final Notification[] notifications = intent.hasExtra(EXTRA_DEVICE_NOTIFICATIONS) ?
76 @Nullable int[] ids, @Nullable Notification[] notifications) {
87 // Mark this service as foreground with the notification so that the process is
91 // Only one notification can be shown as a foreground notification. We need to
92 // show the rest as normal notification.
100 for (final StatusBarNotification notification : activeNotifications) {
101 if (!openedNotification.contains(notification.getId()))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServiceController.java 18 import android.service.notification.StatusBarNotification;
23 * @param sbn notification that was just posted
29 * @param sbn notification that was just changed in some way
35 * @param sbn notification that was just canceled
42 * disclosure notification.
64 * @return true if this user/pkg has a missing or custom layout notification and therefore needs
65 * a disclosure notification for system alert windows.
71 * case they change before we have a notification to tag.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/car/
CarNotificationEntryManager.java 19 import android.service.notification.StatusBarNotification;
33 * be triggered when a notification card is long-pressed.
38 // a notification other than a regular click. As a result, just return null for the
46 // pinned notification when the shade has been expanded. Ensure this by not pinning any
47 // notification if the shade is already opened.
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationAdjustmentExtractor.java 16 package com.android.server.notification;
22 * Applies adjustments from the group helper and notification assistant
35 if (DBG) Slog.d(TAG, "skipping empty notification");
PropConfig.java 17 package com.android.server.notification;
RateEstimator.java 17 package com.android.server.notification;
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
SuwLibRobolectricTestRunner.java 19 import org.junit.runner.notification.RunNotifier;
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationGroup.java 17 package com.android.launcher3.notification;
  /packages/apps/Settings/src/com/android/settings/notification/
AppLinkPreferenceController.java 17 package com.android.settings.notification;
MediaVolumePreferenceController.java 17 package com.android.settings.notification;
ZenModeAutomationPreferenceController.java 17 package com.android.settings.notification;
ZenModeBlockedEffectsPreferenceController.java 17 package com.android.settings.notification;
  /platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
TestCaseLogger.java 21 import org.junit.runner.notification.RunListener;
  /platform_testing/libraries/longevity/src/android/longevity/platform/listener/
TimeoutTerminator.java 23 import org.junit.runner.notification.RunNotifier;
  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
NotificationCompatTest.java 35 import android.app.Notification;
79 Notification n = new NotificationCompat.Builder(mActivityTestRule.getActivity())
93 Notification n = new NotificationCompat.Builder(mActivityTestRule.getActivity())
106 Notification n = new NotificationCompat.Builder(mActivityTestRule.getActivity())
119 Notification n = new NotificationCompat.Builder(mActivityTestRule.getActivity())
132 Notification n = new NotificationCompat.Builder(mActivityTestRule.getActivity(), channelId)
143 Notification n = newNotificationBuilder().setColorized(true).build();
152 Notification n = newNotificationBuilder().setColorized(false).build();
161 Notification n = newNotificationBuilder().build();
192 Notification notif = new Notification.Builder(mContext
248 Notification notification = newNotificationBuilder().addAction(action).build(); local
265 Notification notification = newNotificationBuilder().extend(extender).build(); local
278 Notification notification = newNotificationBuilder().extend(extender).build(); local
293 Notification notification = newNotificationBuilder().extend(extender).build(); local
537 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
564 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
603 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
623 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
643 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
663 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
685 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
707 Notification notification = new NotificationCompat.Builder(mContext, "test id") local
863 Notification notification = newNotificationBuilder().addAction(action).build(); local
878 Notification notification = local
887 Notification notification = newNotificationBuilder() local
897 Notification notification = new NotificationCompat.Builder(mContext, "test channel") local
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 23 import android.service.notification.NotificationListenerService;
24 import android.service.notification.StatusBarNotification;
61 Log.i(TAG, "Notification is for different channel "
  /cts/tests/app/app/src/android/app/stubs/
MockNotificationListener.java 19 import android.service.notification.NotificationListenerService;
20 import android.service.notification.StatusBarNotification;
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 20 import android.app.Notification;
50 Notification notification = local
51 new Notification.Builder(getApplicationContext(), getNotificationChannelId())
56 startForeground(1, notification);
  /cts/tools/junit/src/com/android/cts/junit/
SingleJUnitTestRunListener.java 21 import org.junit.runner.notification.Failure;
22 import org.junit.runner.notification.RunListener;
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 19 import android.app.Notification;
31 // A special ID assigned to this on-going notification.
38 * Start the SSL web server and set an on-going notification
49 * Stop the SSL web server and remove the on-going notification
67 * Create an on-going notification. It will stop the server when the user
68 * clicks on the notification.
71 Log.d(TAG, "Create an ongoing notification");
78 Notification notification = new Notification.Builder(this) local
    [all...]
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM09.py 45 for notification in notifications:
46 if notification.transaction_id != 0:
  /external/junit/src/main/java/org/junit/internal/runners/
ClassRoadie.java 9 import org.junit.runner.notification.Failure;
10 import org.junit.runner.notification.RunNotifier;

Completed in 1551 milliseconds

1 2 3 4 5 67 8 91011>>