Home
last modified time | relevance | path

Searched refs:SendBubbleActivity (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java30 import static android.app.stubs.SendBubbleActivity.BUBBLE_NOTIF_ID;
51 import android.app.stubs.SendBubbleActivity;
236 private SendBubbleActivity startSendBubbleActivity() throws Exception { in startSendBubbleActivity()
244 IntentFilter filter = new IntentFilter(SendBubbleActivity.BUBBLE_ACTIVITY_OPENED); in startSendBubbleActivity()
248 Class clazz = SendBubbleActivity.class; in startSendBubbleActivity()
256 Intent i = new Intent(mContext, SendBubbleActivity.class); in startSendBubbleActivity()
261 SendBubbleActivity sendBubbleActivity = (SendBubbleActivity) monitor.waitForActivity(); in startSendBubbleActivity()
537 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubblePolicy_noFlag_foreground()
562 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode()
818 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubbleNotificationSuppression()
[all …]
DPeopleManagerTest.java43 import android.app.stubs.SendBubbleActivity;
149 Intent shortcutIntent = new Intent(mContext, SendBubbleActivity.class); in createDynamicShortcut()
/cts/tests/app/app/src/android/app/stubs/
DBubblesTestService.java60 final Intent intent = new Intent(context, SendBubbleActivity.class); in getNotificationForTest()
DSendBubbleActivity.java36 public class SendBubbleActivity extends Activity { class