Searched refs:secondaryIntent (Results 1 – 4 of 4) sorted by relevance
64 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local65 secondaryIntent.setPackage(mContext.getPackageName()); in setUp()66 assertTrue(mContext.bindService(secondaryIntent, mSecondaryConnection, in setUp()
73 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local74 secondaryIntent.setPackage(getContext().getPackageName()); in setUp()75 getContext().bindService(secondaryIntent, mSecondaryConnection, in setUp()
86 Intent secondaryIntent = new Intent(IEmptyService.class.getName()); in setUp() local87 secondaryIntent.setPackage(getContext().getPackageName()); in setUp()88 getContext().bindService(secondaryIntent, mServiceConnection, Context.BIND_AUTO_CREATE); in setUp()
629 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in runWithRemoteServiceBound() local630 secondaryIntent.setPackage(context.getPackageName()); in runWithRemoteServiceBound()633 secondaryIntent, secondaryConnection, Context.BIND_AUTO_CREATE)) in runWithRemoteServiceBound()