HomeSort by relevance Sort by last modified time
    Searched refs:notified (Results 1 - 24 of 24) 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);
  /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/testng/src/main/java/org/testng/junit/
JUnit4TestRunner.java 114 private List<Description> notified = new LinkedList<>();
118 notified.add(failure.getDescription());
135 notified.add(failure.getDescription());
149 if (!notified.contains(description)) {
  /external/guice/core/test/com/google/inject/
ProvisionListenerTest.java 227 // not notified the second time because nothing is provisioned
323 // toInstance & constant bindings are notified in random order, at the very beginning.
586 // the chain has D before DP even though DP is provisioned & notified first
607 // and make sure that nothing else was notified that we didn't expect.
612 final AtomicBoolean notified = new AtomicBoolean();
620 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified));
623 assertTrue(notified.get());
627 final AtomicBoolean notified = new AtomicBoolean();
638 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified));
641 assertTrue(notified.get())
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 79 boolean notified; field in class:IInputMethodWrapper.Notifier
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 1132 const bool notified = notified_; local
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1224 const bool notified = notified_; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1240 const bool notified = notified_; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1224 const bool notified = notified_; local
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 4545 public boolean notified; field in class:AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 638 boolean notified = false;
642 notified = true;
645 + "SignalStrength not notified");
648 return notified;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py     [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...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2331 const bool notified = notified_; local
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h 2382 const bool notified = notified_; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 2331 const bool notified = notified_; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2331 const bool notified = notified_; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 950 milliseconds