HomeSort by relevance Sort by last modified time
    Searched refs:notified (Results 1 - 11 of 11) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestSuiteReference.java 54 * @param notified the {@link IVisitsTestTrees} to send test info too
56 public void sendTree(IVisitsTestTrees notified) {
57 notified.visitTreeEntry(getIdentifier(), true, countTestCases());
59 ref.sendTree(notified);
TestCaseReference.java 62 * @param notified the {@link IVisitsTestTrees} to send test info to
64 public void sendTree(IVisitsTestTrees notified) {
65 notified.visitTreeEntry(getIdentifier(), false, countTestCases());
TestCollector.java 106 * @param notified the {@link IVisitsTestTrees} to send test data to
108 public void sendTrees(IVisitsTestTrees notified) {
110 ref.sendTree(notified);
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 36 bool notified() const { return notified_; } function in class:__anon2806::TestNotificationObserver
303 EXPECT_FALSE(observer_->notified());
310 EXPECT_FALSE(observer_->notified());
317 EXPECT_TRUE(observer_->notified());
326 EXPECT_FALSE(observer_->notified());
335 EXPECT_FALSE(observer_->notified());
347 EXPECT_FALSE(observer_->notified());
356 EXPECT_TRUE(observer_->notified());
364 EXPECT_FALSE(observer_->notified());
373 EXPECT_FALSE(observer_->notified());
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 134 public boolean notified() {
156 assertFalse(listener.notified());
179 assertTrue(listener.notified());
200 assertFalse(listener.notified());
244 assertFalse(listener.notified());
260 assertFalse(listener.notified());
LocationBasedCountryDetectorTest.java 165 public boolean notified() { method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215 assertTrue(countryListener.notified());
240 assertTrue(countryListener.notified());
259 assertFalse(countryListener.notified());
281 assertTrue(countryListener.notified());
317 // CountryListener should be notified
318 assertTrue(countryListener.notified());
340 // CountryListener should be notified
341 assertTrue(countryListener.notified());
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 51 volatile bool notified = false; variable
97 if (!gLayoutTestController->waitToDump() || notified) {
146 notified = true;
167 if (gLayoutTestController->waitToDump() && !notified)
  /external/chromium/chrome/browser/ui/
browser_list.cc 197 static bool notified = false; local
198 if (!notified) {
202 notified = true;
281 // SessionService is created and notified.
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 76 boolean notified; field in class:IInputMethodWrapper.Notifier
  /external/bluetooth/bluez/plugins/
mgmtops.c 57 gboolean notified; member in struct:controller_info
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]

Completed in 2834 milliseconds