Searched refs:remoteIntent (Results 1 – 1 of 1) sorted by relevance
898 Intent remoteIntent = new Intent("android.app.REMOTESERVICE"); in testKillingPidsOnImperceptible() local899 remoteIntent.setPackage(STUB_PACKAGE_NAME); in testKillingPidsOnImperceptible()900 mTargetContext.startService(remoteIntent); in testKillingPidsOnImperceptible()984 mTargetContext.stopService(remoteIntent); in testKillingPidsOnImperceptible()