Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java38 public class SendBubbleActivity extends Activity { class
39 final String TAG = SendBubbleActivity.class.getSimpleName();
DBubblesTestService.java60 final Intent intent = new Intent(context, SendBubbleActivity.class); in getNotificationForTest()
/cts/tests/app/src/android/app/people/cts/
DPeopleManagerTest.java36 import android.app.stubs.SendBubbleActivity;
121 Intent shortcutIntent = new Intent(mContext, SendBubbleActivity.class); in createDynamicShortcut()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java56 import static android.app.stubs.SendBubbleActivity.BUBBLE_NOTIF_ID;
87 import android.app.stubs.SendBubbleActivity;
894 private SendBubbleActivity startSendBubbleActivity() { in startSendBubbleActivity()
902 IntentFilter filter = new IntentFilter(SendBubbleActivity.BUBBLE_ACTIVITY_OPENED); in startSendBubbleActivity()
906 Class clazz = SendBubbleActivity.class; in startSendBubbleActivity()
914 Intent i = new Intent(mContext, SendBubbleActivity.class); in startSendBubbleActivity()
919 SendBubbleActivity sendBubbleActivity = (SendBubbleActivity) monitor.waitForActivity(); in startSendBubbleActivity()
3400 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubblePolicy_noFlag_foreground()
3428 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode()
3707 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubbleNotificationSuppression()
[all …]