Searched refs:testRemote (Results 1 – 3 of 3) sorted by relevance
192 TestRemoteTransition testRemote = new TestRemoteTransition(); in testLaunchPair() local196 new RemoteTransition(testRemote, "Test"), mStageCoordinator, in testLaunchPair()208 assertTrue(testRemote.mCalled); in testLaunchPair()
274 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testRequestRemoteTransition() local292 new RemoteTransition(testRemote, "Test"))); in testRequestRemoteTransition()416 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testRegisteredRemoteTransition() local437 transitions.registerRemote(filter, new RemoteTransition(testRemote, "Test")); in testRegisteredRemoteTransition()462 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testOneShotRemoteHandler() local481 new RemoteTransition(testRemote, "Test")); in testOneShotRemoteHandler()486 new RemoteTransition(testRemote, "Test")))); in testOneShotRemoteHandler()
244 public void testRemote() throws Exception { in testRemote() method in BroadcastTest