Searched refs:getForegroundService (Results 1 – 10 of 10) sorted by relevance
/cts/hostsidetests/statsdatom/apps/alarmhelperapp/src/com/android/server/cts/device/statsdalarmhelper/ |
D | AlarmAtomTests.java | 102 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/ |
D | BackgroundReceiver.java | 73 final IntentSender intentSender = PendingIntent.getForegroundService(context, in onReceive()
|
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | ApduServiceInfoTest.java | 135 if (componentName.equals(WalletRoleTestUtils.getForegroundService())) { in findForegroundServiceResolveInfo() 149 assertEquals(apduServiceInfo.getComponent(), WalletRoleTestUtils.getForegroundService()); in test_Constructor_ParseManifest_ForegroundService()
|
D | WalletRoleTestUtils.java | 75 static ComponentName getForegroundService() { in getForegroundService() method in WalletRoleTestUtils
|
D | CardEmulationTest.java | 1613 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/ |
D | TestJobSchedulerReceiver.java | 176 PendingIntent startFgsPendingIntent = PendingIntent.getForegroundService( in onReceive()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | CommandReceiver.java | 410 final PendingIntent pendingIntent = PendingIntent.getForegroundService(context, 0, in doCreateFgslPendingIntent()
|
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 939 PendingIntent foregroundServicePI = PendingIntent.getForegroundService(mContext, 1, in testGetIntentComponentAndType()
|
D | ServiceTest.java | 1409 PendingIntent pi = PendingIntent.getForegroundService(mContext, 1, in testForegroundService_pendingIntentForeground()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 7139 …method public static android.app.PendingIntent getForegroundService(android.content.Context, int, …
|