HomeSort by relevance Sort by last modified time
    Searched defs:BUBBLE_NOTIF_ID (Results 1 - 2 of 2) sorted by null

  /cts/tests/app/app/src/android/app/stubs/
BubblesTestActivity.java 41 public static final int BUBBLE_NOTIF_ID = 1;
73 .setContentTitle("notify#" + BUBBLE_NOTIF_ID)
74 .setContentText("This is #" + BUBBLE_NOTIF_ID + "notification ")
81 noMan.notify(BUBBLE_NOTIF_ID, n);
BubblesTestService.java 46 public static final int BUBBLE_NOTIF_ID = 1;
52 startForeground(BUBBLE_NOTIF_ID, n);

Completed in 42 milliseconds