@Test
 public void testRegisterUnregisterFragmentReplace() throws InterruptedException {
   UnifiedFragmentHelperTest.registerUnregisterFragmentReplace(instrumentation, true, uiDevice);
 }
 @Test
 public void testRegisterUnregisterHomeButton() throws InterruptedException {
   UnifiedFragmentHelperTest.registerUnregisterHomeButton(instrumentation, activity, uiDevice);
 }