Searched refs:EXTRA_REPLY_INTENT (Results 1 – 3 of 3) sorted by relevance
19 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()
29 public static final String EXTRA_REPLY_INTENT = "EXTRA_REPLY_INTENT"; field in FgsTestCommon
19 import static android.app.fgsstarttesthelper.FgsTestCommon.EXTRA_REPLY_INTENT;113 request.putExtra(EXTRA_REPLY_INTENT, replyIntent); in test()