Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DFgService.java42 Notification notification = new Notification.Builder(getApplicationContext()) in onStartCommand() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyNotificationListenerService.java47 final Notification notification = sbn.getNotification(); in onNotificationPosted() local
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java53 Notification notification = new Notification.Builder(context) in onStart() local
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java108 final Notification notification = new Notification.Builder(mContext) in sendNotification() local
DServiceTest.java176 Notification notification = new Notification.Builder(getContext()) in sendNotififcation() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java71 Notification notification = new Notification.Builder(context) in showBugreportNotification() local
DByodHelperActivity.java173 final Notification notification = new Notification.Builder(this) in showNotification() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java328 final Notification notification = new Notification.Builder(getActivity()) in testTypeNotificationStateChangedAccessibilityEvent() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java221 JSONObject notification = new JSONObject(); in onNotificationPosted() local
229 mNotifications.put(sbn.getKey(), notification); in onNotificationPosted() local
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java301 final Notification notification = builder.build(); in sendNotification() local