Searched refs:secondaryIntent (Results 1 – 4 of 4) sorted by relevance
66 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local67 secondaryIntent.setPackage(mContext.getPackageName()); in setUp()68 assertTrue(mContext.bindService(secondaryIntent, mSecondaryConnection, in setUp()
88 Intent secondaryIntent = new Intent(IEmptyService.class.getName()); in setUp() local89 secondaryIntent.setPackage(getContext().getPackageName()); in setUp()90 getContext().bindService(secondaryIntent, mServiceConnection, Context.BIND_AUTO_CREATE); in setUp()
124 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local125 secondaryIntent.setPackage(mContext.getPackageName()); in setUp()126 mContext.bindService(secondaryIntent, mSecondaryConnection, in setUp()
1472 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in runWithRemoteServiceBound() local1473 secondaryIntent.setPackage(context.getPackageName()); in runWithRemoteServiceBound()1476 secondaryIntent, secondaryConnection, Context.BIND_AUTO_CREATE)) in runWithRemoteServiceBound()