Searched refs:testRemote (Results 1 – 4 of 4) sorted by relevance
28 private static boolean testRemote; field in Main41 testRemote = true; in main()77 if (testRemote) { in unwind()
225 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testRequestRemoteTransition() local243 new RemoteTransition(testRemote))); in testRequestRemoteTransition()367 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testRegisteredRemoteTransition() local388 transitions.registerRemote(filter, new RemoteTransition(testRemote)); in testRegisteredRemoteTransition()413 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testOneShotRemoteHandler() local432 new RemoteTransition(testRemote)); in testOneShotRemoteHandler()436 new TransitionRequestInfo(transitType, null, new RemoteTransition(testRemote)))); in testOneShotRemoteHandler()
139 TestRemoteTransition testRemote = new TestRemoteTransition(); in testLaunchPair() local143 new RemoteTransition(testRemote), mStageCoordinator); in testLaunchPair()154 assertTrue(testRemote.mCalled); in testLaunchPair()
242 public void testRemote() throws Exception { in testRemote() method in BroadcastTest