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/
TestCaseReference.java 53 * @param notified the {@link IVisitsTestTrees} to send test info to
56 public void sendTree(IVisitsTestTrees notified) {
57 notified.visitTreeEntry(getIdentifier(), false, countTestCases());
TestSuiteReference.java 55 * @param notified the {@link IVisitsTestTrees} to send test info too
58 public void sendTree(IVisitsTestTrees notified) {
59 notified.visitTreeEntry(getIdentifier(), true, countTestCases());
61 ref.sendTree(notified);
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 36 bool notified() const { return notified_; } function in class:__anon4158::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/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 223 boolean notified = false;
228 notified = true;
231 + "SignalStrength not notified");
235 return notified;
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 77 boolean notified; field in class:IInputMethodWrapper.Notifier
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 379 /// The stream is notified because it is walking the tree and might need
    [all...]

Completed in 2451 milliseconds