Home
last modified time | relevance | path

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

/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/
DFgsNewLogicTest.java18 import static android.app.fgsstarttesthelper.FgsTestCommon.ACTION_START_NEW_LOGIC_TEST;
43 if (ACTION_START_NEW_LOGIC_TEST.equals(intent.getAction())) { in onReceive()
DFgsTestCommon.java28 public static final String ACTION_START_NEW_LOGIC_TEST = "ACTION_START_NEW_LOGIC_TEST"; field in FgsTestCommon
/cts/tests/app/FgsStartTest/test/src/android/app/cts/fgsstarttest/
DActivityManagerNewFgsLogicTest.java18 import static android.app.fgsstarttesthelper.FgsTestCommon.ACTION_START_NEW_LOGIC_TEST;
109 var request = new Intent().setAction(ACTION_START_NEW_LOGIC_TEST); in test()