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

1 2 3 4

  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
BigTextMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
InboxMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
BigTextMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
InboxMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
BigTextMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
InboxMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
BigTextMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
InboxMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
BigTextMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
InboxMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(MainActivity.NOTIFICATION_ID);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
BigTextMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
InboxMainActivity.java 19 import android.app.NotificationManager;
38 NotificationManager notificationManager =
39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID);
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 4 import android.app.NotificationManager;
96 NotificationManager notificationManager = (NotificationManager) getSystemService(
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java 50 NotificationManagerCompat notificationManager =
58 notificationManager.notify(conversationId, repliedNotification);
  /developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 4 import android.app.NotificationManager;
96 NotificationManager notificationManager = (NotificationManager) getSystemService(
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java 50 NotificationManagerCompat notificationManager =
58 notificationManager.notify(conversationId, repliedNotification);
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 4 import android.app.NotificationManager;
96 NotificationManager notificationManager = (NotificationManager) getSystemService(
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessageReplyReceiver.java 50 NotificationManagerCompat notificationManager =
58 notificationManager.notify(conversationId, repliedNotification);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationManagerTest.java 4 import android.app.NotificationManager;
18 private NotificationManager notificationManager;
23 notificationManager = (NotificationManager) Robolectric.application.getSystemService(Context.NOTIFICATION_SERVICE);
28 notificationManager.notify(1, notification1);
29 assertEquals(1, shadowOf(notificationManager).size());
30 assertEquals(notification1, shadowOf(notificationManager).getNotification(1));
32 notificationManager.notify(31, notification2);
33 assertEquals(2, shadowOf(notificationManager).size())
    [all...]

Completed in 784 milliseconds

1 2 3 4