Searched refs:ACTION_START_NEW_LOGIC_TEST (Results 1 – 3 of 3) sorted by relevance
18 import static android.app.fgsstarttesthelper.FgsTestCommon.ACTION_START_NEW_LOGIC_TEST;43 if (ACTION_START_NEW_LOGIC_TEST.equals(intent.getAction())) { in onReceive()
28 public static final String ACTION_START_NEW_LOGIC_TEST = "ACTION_START_NEW_LOGIC_TEST"; field in FgsTestCommon
18 import static android.app.fgsstarttesthelper.FgsTestCommon.ACTION_START_NEW_LOGIC_TEST;109 var request = new Intent().setAction(ACTION_START_NEW_LOGIC_TEST); in test()