HomeSort by relevance Sort by last modified time
    Searched refs:gone (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/guice/core/test/com/google/inject/example/
ClientServiceWithDependencyInjection.java 81 private boolean gone = false; field in class:ClientServiceWithDependencyInjection.MockService
84 gone = true;
88 return gone;
ClientServiceWithFactories.java 77 private boolean gone = false; field in class:ClientServiceWithFactories.MockService
80 gone = true;
84 return gone;
ClientServiceWithGuice.java 74 private boolean gone = false; field in class:ClientServiceWithGuice.MockService
77 gone = true;
81 return gone;
ClientServiceWithGuiceDefaults.java 70 private boolean gone = false; field in class:ClientServiceWithGuiceDefaults.MockService
73 gone = true;
77 return gone;
  /prebuilts/go/darwin-x86/src/errors/
example_test.go 25 "the file system has gone away",
33 // Output: 1989-03-15 22:30:00 +0000 UTC: the file system has gone away
  /prebuilts/go/linux-x86/src/errors/
example_test.go 25 "the file system has gone away",
33 // Output: 1989-03-15 22:30:00 +0000 UTC: the file system has gone away
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 163 Scheme gone = registeredSchemes.remove(name); local
164 return gone;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DialogHelper.java 48 assertWaitForCondition(mUiDevice, Until.gone(byPinDialog));
57 boolean result = waitForCondition(mUiDevice, Until.gone(byPinDialog));
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
TimeoutTest.java 41 assertWaitForCondition(mDevice, Until.gone(Constants.MENU),
50 assertWaitForCondition(mDevice, Until.gone(Constants.PROGRAM_GUIDE),
LiveChannelsAppTest.java 55 assertWaitForCondition(mDevice, Until.gone(byChannelSourcesSidePanel));
65 assertWaitForCondition(mDevice, Until.gone(byClosedCaptionSidePanel));
81 assertWaitForCondition(mDevice, Until.gone(byDisplayModeSidePanel));
102 assertWaitForCondition(mDevice, Until.gone(byMultiAudioSidePanel));
ProgramGuideTest.java 39 assertWaitForCondition(mDevice, Until.gone(Constants.PROGRAM_GUIDE));
ChannelBannerViewTest.java 43 assertWaitForCondition(mDevice, Until.gone(Constants.CHANNEL_BANNER), mShowDurationMillis);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 78 viewState.gone = view.getVisibility() == View.GONE;
111 if (state.gone) {
  /prebuilts/go/darwin-x86/src/os/
sys_windows.go 28 // something has gone wrong and we may be in an infinite loop
  /prebuilts/go/linux-x86/src/os/
sys_windows.go 28 // something has gone wrong and we may be in an infinite loop
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Visibility1.java 31 * Demonstrates making a view VISIBLE, INVISIBLE and GONE
49 Button goneButton = (Button) findViewById(R.id.gone);
71 mVictim.setVisibility(View.GONE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
inspect_fodder2.py 21 def gone(): function
  /external/autotest/client/site_tests/desktopui_CrashyReboot/
desktopui_CrashyReboot.py 53 # browser process we're interested in is gone, we need to use
  /frameworks/base/core/tests/coretests/src/android/view/
Visibility.java 27 * Exercise View's ability to change their visibility: GONE, INVISIBLE and
42 Button goneButton = findViewById(R.id.gone);
65 mVictim.setVisibility(View.GONE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
inspect_fodder2.py 21 def gone(): function
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
inspect_fodder2.py 21 def gone(): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 21 def gone(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 21 def gone(): function
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 121 ud.wait(Until.gone(By.text("CLEAR ALL")), UI_TIMEOUT);
150 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT);
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AospLauncherStrategy.java 72 mDevice.wait(Until.gone(getHotSeatSelector()), 2000);
117 mDevice.wait(Until.gone(getHotSeatSelector()), 2000);

Completed in 2647 milliseconds

1 2 3 4 5