Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DRemoteCallbackListTest.java66 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local
67 secondaryIntent.setPackage(mContext.getPackageName()); in setUp()
68 assertTrue(mContext.bindService(secondaryIntent, mSecondaryConnection, in setUp()
DTokenWatcherTest.java88 Intent secondaryIntent = new Intent(IEmptyService.class.getName()); in setUp() local
89 secondaryIntent.setPackage(getContext().getPackageName()); in setUp()
90 getContext().bindService(secondaryIntent, mServiceConnection, Context.BIND_AUTO_CREATE); in setUp()
DProcessTest.java124 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local
125 secondaryIntent.setPackage(mContext.getPackageName()); in setUp()
126 mContext.bindService(secondaryIntent, mSecondaryConnection, in setUp()
DStrictModeTest.java1472 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in runWithRemoteServiceBound() local
1473 secondaryIntent.setPackage(context.getPackageName()); in runWithRemoteServiceBound()
1476 secondaryIntent, secondaryConnection, Context.BIND_AUTO_CREATE)) in runWithRemoteServiceBound()