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.java64 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local
65 secondaryIntent.setPackage(mContext.getPackageName()); in setUp()
66 assertTrue(mContext.bindService(secondaryIntent, mSecondaryConnection, in setUp()
DProcessTest.java73 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp() local
74 secondaryIntent.setPackage(getContext().getPackageName()); in setUp()
75 getContext().bindService(secondaryIntent, mSecondaryConnection, in setUp()
DTokenWatcherTest.java86 Intent secondaryIntent = new Intent(IEmptyService.class.getName()); in setUp() local
87 secondaryIntent.setPackage(getContext().getPackageName()); in setUp()
88 getContext().bindService(secondaryIntent, mServiceConnection, Context.BIND_AUTO_CREATE); in setUp()
DStrictModeTest.java1176 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in runWithRemoteServiceBound() local
1177 secondaryIntent.setPackage(context.getPackageName()); in runWithRemoteServiceBound()
1180 secondaryIntent, secondaryConnection, Context.BIND_AUTO_CREATE)) in runWithRemoteServiceBound()