Home
last modified time | relevance | path

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

/aosp12/art/test/137-cfi/src/
H A DMain.java28 private static boolean testRemote; field in Main
41 testRemote = true; in main()
77 if (testRemote) { in unwind()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java225 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testRequestRemoteTransition() local
243 new RemoteTransition(testRemote))); in testRequestRemoteTransition()
367 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testRegisteredRemoteTransition() local
388 transitions.registerRemote(filter, new RemoteTransition(testRemote)); in testRegisteredRemoteTransition()
413 IRemoteTransition testRemote = new IRemoteTransition.Stub() { in testOneShotRemoteHandler() local
432 new RemoteTransition(testRemote)); in testOneShotRemoteHandler()
436 new TransitionRequestInfo(transitType, null, new RemoteTransition(testRemote)))); in testOneShotRemoteHandler()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitTransitionTests.java139 TestRemoteTransition testRemote = new TestRemoteTransition(); in testLaunchPair() local
143 new RemoteTransition(testRemote), mStageCoordinator); in testLaunchPair()
154 assertTrue(testRemote.mCalled); in testLaunchPair()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java242 public void testRemote() throws Exception { in testRemote() method in BroadcastTest