HomeSort by relevance Sort by last modified time
    Searched defs:notification (Results 1 - 25 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/ocmock/OCMock/
OCMNotificationPoster.h 10 NSNotification *notification; variable
  /external/junit/src/org/junit/runner/notification/
package-info.java 6 package org.junit.runner.notification
StoppedByUserException.java 1 package org.junit.runner.notification;
7 * @see org.junit.runner.notification.RunNotifier
  /external/chromium_org/jingle/notifier/listener/
notification_defines_unittest.cc 16 // Create a notification with binary data in the data field.
21 Notification notification; local
22 notification.data = kNonUtf8Data;
23 EXPECT_EQ("{ channel: \"\", data: \"\\u00FF\" }", notification.ToString());
push_notifications_send_update_task_unittest.cc 34 Notification notification; local
35 notification.channel = "test_channel";
36 notification.data = "test_data";
39 base::Base64Encode(notification.data, &base64_data);
43 notification, to_jid_bare_));
53 to_jid_bare_.Str().c_str(), notification.channel.c_str(),
  /frameworks/base/services/core/java/com/android/server/notification/
GlobalSortKeyComparator.java 16 package com.android.server.notification;
NotificationManagerInternal.java 17 package com.android.server.notification;
19 import android.app.Notification;
23 String tag, int id, Notification notification, int[] idReceived, int userId);
NotificationIntrusivenessExtractor.java 17 package com.android.server.notification;
19 import android.app.Notification;
24 * This {@link com.android.server.notification.NotificationSignalExtractor} noticies noisy
31 /** Length of time (in milliseconds) that an intrusive or noisy notification will stay at
41 if (DBG) Slog.d(TAG, "skipping empty notification");
45 final Notification notification = record.getNotification(); local
46 if ((notification.defaults & Notification.DEFAULT_VIBRATE) != 0 ||
47 notification.vibrate != null |
    [all...]
NotificationSignalExtractor.java 17 package com.android.server.notification;
24 * not be passed on to {@link android.service.notification.NotificationListenerService}s.
32 * Called once per notification that is posted or updated.
37 * update events to the {@link android.service.notification.NotificationListenerService}s.
39 public RankingReconsideration process(NotificationRecord notification);
RankingConfig.java 16 package com.android.server.notification;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationTest.java 4 import android.app.Notification;
19 Notification notification = new Notification(); local
20 notification.setLatestEventInfo(new Activity(), "title", "content", pendingIntent);
21 assertThat(pendingIntent, is(notification.contentIntent));
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 20 import android.app.Notification;
33 * Receive Intent.SIM_FULL_ACTION. Handle notification that SIM is full.
52 Notification notification = new Notification(); local
53 notification.icon = R.drawable.stat_sys_no_sim;
54 notification.tickerText = context.getString(R.string.sim_full_title);
55 notification.defaults = Notification.DEFAULT_ALL;
57 notification.setLatestEventInfo
    [all...]
SmsRejectedReceiver.java 19 import android.app.Notification;
33 * Receive Intent.SMS_REJECTED. Handle notification that received SMS messages are being
64 Notification notification = new Notification(); local
67 notification.icon = R.drawable.stat_sys_no_sim;
77 notification.tickerText = context.getString(titleId);
78 notification.defaults = Notification.DEFAULT_ALL;
80 notification.setLatestEventInfo
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationOverflowIconsView.java 19 import android.app.Notification;
58 public void addNotification(NotificationData.Entry notification) {
60 notification.notification.getNotification());
63 v.set(notification.icon.getStatusBarIcon());
64 applyColor(notification.notification.getNotification(), v);
68 private void applyColor(Notification notification, StatusBarIconView view) {
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac_interactive_uitest.cc 52 // Test that quitting while apps are open shows a notification instead.
56 const Notification* notification; local
62 notification = g_browser_process->notification_ui_manager()->FindById(
64 EXPECT_EQ(NULL, notification);
75 // On the first quit, show notification.
78 notification = g_browser_process->notification_ui_manager()->FindById(
80 ASSERT_TRUE(notification);
82 // If notification was dismissed by click, show again on next quit.
83 notification->delegate()->Click()
    [all...]
  /frameworks/support/v4/gingerbread/android/support/v4/app/
NotificationCompatGingerbread.java 19 import android.app.Notification;
24 public static Notification add(Notification notification, Context context,
27 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
28 notification.fullScreenIntent = fullScreenIntent;
29 return notification;
  /packages/apps/Settings/src/com/android/settings/notification/
RedactionSettingsStandalone.java 17 package com.android.settings.notification;
23 import com.android.settings.notification.RedactionInterstitial.RedactionInterstitialFragment;
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecService.java 27 import android.app.Notification;
67 // Intent to launch when notification is clicked.
73 Notification notification = new Notification(R.drawable.deqp_app_small, "dEQP ExecServer", System.currentTimeMillis()); local
74 notification.setLatestEventInfo(this, "dEQP ExecServer", "ExecServer is running in the background.", pm);
75 startForeground(1, notification);
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 19 import android.app.Notification;
66 final Notification notification = new Notification( local
76 notification.setLatestEventInfo(mContext, "notify#" + id, "This is #" + id
77 + "notification ", pendingIntent);
78 mNotificationManager.notify(id, notification);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 23 import android.app.Notification;
61 // Cancel the notification -- we use the same ID that we had used to start it
96 * Show a notification while this service is running.
99 // In this sample, we'll use the same text for the ticker and the expanded notification
103 Notification notification = new Notification(R.drawable.stat_sample, text, local
106 // The PendingIntent to launch our activity if the user selects this notification
110 // Set the info for the views that show in the notification panel.
111 notification.setLatestEventInfo(this, getText(R.string.alarm_service_label)
    [all...]
LocalService.java 19 import android.app.Notification;
48 // Unique Identification Number for the Notification.
49 // We use it on Notification start, and to cancel it.
50 private int NOTIFICATION = R.string.local_service_started;
67 // Display a notification about us starting. We put an icon in the status bar.
81 // Cancel the persistent notification.
82 mNM.cancel(NOTIFICATION);
98 * Show a notification while this service is running.
101 // In this sample, we'll use the same text for the ticker and the expanded notification
105 Notification notification = new Notification(R.drawable.stat_sample, text local
    [all...]
MessengerService.java 19 import android.app.Notification;
53 /** For showing and hiding our notification. */
123 // Display a notification about us starting.
129 // Cancel the persistent notification.
146 * Show a notification while this service is running.
149 // In this sample, we'll use the same text for the ticker and the expanded notification
153 Notification notification = new Notification(R.drawable.stat_sample, text, local
156 // The PendingIntent to launch our activity if the user selects this notification
    [all...]
NotifyingService.java 23 import android.app.Notification;
44 // variable which controls the notification thread
61 // Cancel the persistent notification.
94 // In this sample, we'll use the same text for the ticker and the expanded notification
102 Notification notification = new Notification(moodId, null, System.currentTimeMillis()); local
104 // The PendingIntent to launch our activity if the user selects this notification
108 // Set the info for the views that show in the notification panel.
109 notification.setLatestEventInfo(this, getText(R.string.status_bar_notifications_mood_title)
    [all...]
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 31 * Test which spams notification manager with a large number of notifications, for both stress and
72 // Cancel one of every five notifications to vary load on notification manager
80 // Create "typical" notification with random icon
81 Notification notification = new Notification(ICONS[mRandom.nextInt(ICONS.length)], text, local
88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);
89 mNotificationManager.notify(id, notification);
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
HeadsUpNotificationFragmentTest.java 3 import android.app.Notification;
40 Notification notification = mFragment.createNotification(true); local
41 assertNotNull(notification.fullScreenIntent);
45 Notification notification = mFragment.createNotification(false); local
46 assertNull(notification.fullScreenIntent);

Completed in 2123 milliseconds

1 2 3 4 5 6 7 8 91011