Searched defs:dummyIntent (Results 1 – 2 of 2) sorted by relevance
| /cts/tests/app/src/android/app/cts/ |
| D | ActivityManagerTest.java | 911 final Intent dummyIntent = new Intent(context, MockApplicationActivity.class); in testTimeTrackingAPI_SimpleStartExit() local 1013 final Intent dummyIntent = new Intent(context, MockApplicationActivity.class); in testTimeTrackingAPI_SwitchAwayTriggers() local 1075 final Intent dummyIntent = new Intent(context, MockApplicationActivity.class); in testTimeTrackingAPI_ChainedActivityExit() local
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
| D | Helper.java | 1655 final PendingIntent dummyIntent = PendingIntent.getActivity(getContext(), 0, new Intent(), in createInlinePresentation() local 1666 final PendingIntent dummyIntent = PendingIntent.getActivity(getContext(), 0, new Intent(), in createPinnedInlinePresentation() local 1682 final PendingIntent dummyIntent = PendingIntent.getActivity(getContext(), 0, new Intent(), in createInlineTooltipPresentation() local
|