Searched refs:fgsType (Results 1 – 7 of 7) sorted by relevance
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/ |
D | ServiceBase.java | 101 public void onTimeout(int startId, int fgsType) { in onTimeout() argument 103 + " startId=" + startId + " fgsType=" + fgsType); in onTimeout() 107 m.setFgsType(fgsType); in onTimeout()
|
D | FgsTimeoutMessage.java | 154 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/ |
D | LowPowerStandbyForegroundService.java | 72 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/ |
D | LocalForegroundService.java | 105 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/ |
D | ShortFgsMessage.java | 166 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/ |
D | BootCompletedFgsStartTest.java | 128 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/ |
D | ActivityManagerShortFgsTest.java | 1282 private void setupForBindingTest(int fgsType) throws Exception { in setupForBindingTest() argument 1298 .setFgsType(fgsType)); in setupForBindingTest()
|