Home
last modified time | relevance | path

Searched refs:getForegroundService (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/statsdatom/apps/alarmhelperapp/src/com/android/server/cts/device/statsdalarmhelper/
DAlarmAtomTests.java102 PendingIntent fgs1 = PendingIntent.getForegroundService(sContext, 1, in testPendingAlarmInfo()
104 PendingIntent fgs2 = PendingIntent.getForegroundService(sContext, 2, in testPendingAlarmInfo()
/cts/tests/tests/security/testdata/src/android/security/cts/packageinstallertestapp/
DBackgroundReceiver.java73 final IntentSender intentSender = PendingIntent.getForegroundService(context, in onReceive()
/cts/tests/tests/nfc/src/android/nfc/cts/
DApduServiceInfoTest.java135 if (componentName.equals(WalletRoleTestUtils.getForegroundService())) { in findForegroundServiceResolveInfo()
149 assertEquals(apduServiceInfo.getComponent(), WalletRoleTestUtils.getForegroundService()); in test_Constructor_ParseManifest_ForegroundService()
DWalletRoleTestUtils.java75 static ComponentName getForegroundService() { in getForegroundService() method in WalletRoleTestUtils
DCardEmulationTest.java1613 instance.setPreferredService(activity, WalletRoleTestUtils.getForegroundService()); in testAidResolutionWithRoleHolder_anotherAppHoldsForeground()
1634 WalletRoleTestUtils.getForegroundService(), in testAidResolutionWithRoleHolder_anotherAppHoldsForeground()
1637 WalletRoleTestUtils.getForegroundService(), in testAidResolutionWithRoleHolder_anotherAppHoldsForeground()
1694 WalletRoleTestUtils.getForegroundService(), in testAidResolutionWithRoleHolder()
1745 WalletRoleTestUtils.getForegroundService(), in testAidResolutionWithRoleHolderSetToNone()
1797 WalletRoleTestUtils.getForegroundService(), in testAidResolutionWithRoleHolder_holderDoesNotSupportAid_overLappingAids()
1800 WalletRoleTestUtils.getForegroundService(), in testAidResolutionWithRoleHolder_holderDoesNotSupportAid_overLappingAids()
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobSchedulerReceiver.java176 PendingIntent startFgsPendingIntent = PendingIntent.getForegroundService( in onReceive()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java410 final PendingIntent pendingIntent = PendingIntent.getForegroundService(context, 0, in doCreateFgslPendingIntent()
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java939 PendingIntent foregroundServicePI = PendingIntent.getForegroundService(mContext, 1, in testGetIntentComponentAndType()
DServiceTest.java1409 PendingIntent pi = PendingIntent.getForegroundService(mContext, 1, in testForegroundService_pendingIntentForeground()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt7139 …method public static android.app.PendingIntent getForegroundService(android.content.Context, int, …