Home
last modified time | relevance | path

Searched refs:EXTRA_REPLY_INTENT (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/
DFgsNewLogicTest.java19 import static android.app.fgsstarttesthelper.FgsTestCommon.EXTRA_REPLY_INTENT;
44 runTest(context, intent.getParcelableExtra(EXTRA_REPLY_INTENT, Intent.class)); in onReceive()
53 extras.putParcelable(EXTRA_REPLY_INTENT, replyIntent); in runTest()
84 EXTRA_REPLY_INTENT, Intent.class); in onStartJob()
DFgsTestCommon.java29 public static final String EXTRA_REPLY_INTENT = "EXTRA_REPLY_INTENT"; field in FgsTestCommon
/cts/tests/app/FgsStartTest/test/src/android/app/cts/fgsstarttest/
DActivityManagerNewFgsLogicTest.java19 import static android.app.fgsstarttesthelper.FgsTestCommon.EXTRA_REPLY_INTENT;
113 request.putExtra(EXTRA_REPLY_INTENT, replyIntent); in test()