Home
last modified time | relevance | path

Searched refs:fgsType (Results 1 – 7 of 7) sorted by relevance

/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DServiceBase.java101 public void onTimeout(int startId, int fgsType) { in onTimeout() argument
103 + " startId=" + startId + " fgsType=" + fgsType); in onTimeout()
107 m.setFgsType(fgsType); in onTimeout()
DFgsTimeoutMessage.java154 int fgsType, in FgsTimeoutMessage() argument
175 this.mFgsType = fgsType; in FgsTimeoutMessage()
560 int fgsType = in.readInt(); in FgsTimeoutMessage() local
575 this.mFgsType = fgsType; in FgsTimeoutMessage()
667 int fgsType, in Builder() argument
687 mFgsType = fgsType; in Builder()
/cts/tests/tests/os/src/android/os/cts/
DLowPowerStandbyForegroundService.java72 public static Intent createIntentWithForegroundServiceType(Context context, int fgsType) { in createIntentWithForegroundServiceType() argument
74 intent.putExtra(EXTRA_FGS_TYPE, fgsType); in createIntentWithForegroundServiceType()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java105 final int fgsType = intent.getIntExtra(EXTRA_FOREGROUND_SERVICE_TYPE, in onStartCommand() local
108 startForeground(mNotificationId, builder.build(), fgsType); in onStartCommand()
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsMessage.java166 int fgsType, in ShortFgsMessage() argument
191 this.mFgsType = fgsType; in ShortFgsMessage()
660 int fgsType = in.readInt(); in ShortFgsMessage() local
675 this.mFgsType = fgsType; in ShortFgsMessage()
783 int fgsType, in Builder() argument
807 mFgsType = fgsType; in Builder()
/cts/tests/app/src/android/app/cts/fgs/bootcompleted/
DBootCompletedFgsStartTest.java128 private void runTestOnce(String testPkg, boolean enableCompat, String fgsType, in runTestOnce() argument
132 startFgsBootCompleted(testPkg, fgsType); in runTestOnce()
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DActivityManagerShortFgsTest.java1282 private void setupForBindingTest(int fgsType) throws Exception { in setupForBindingTest() argument
1298 .setFgsType(fgsType)); in setupForBindingTest()