Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java898 Intent remoteIntent = new Intent("android.app.REMOTESERVICE"); in testKillingPidsOnImperceptible() local
899 remoteIntent.setPackage(STUB_PACKAGE_NAME); in testKillingPidsOnImperceptible()
900 mTargetContext.startService(remoteIntent); in testKillingPidsOnImperceptible()
984 mTargetContext.stopService(remoteIntent); in testKillingPidsOnImperceptible()