HomeSort by relevance Sort by last modified time
    Searched refs:notified (Results 1 - 6 of 6) 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 109 * @param notified the {@link IVisitsTestTrees} to send test data to
111 public void sendTrees(IVisitsTestTrees notified) {
113 ref.sendTree(notified);
  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 51 volatile bool notified = false; variable
97 if (!gLayoutTestController->waitToDump() || notified) {
146 notified = true;
167 if (gLayoutTestController->waitToDump() && !notified)
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 65 private boolean notified; field in class:AudioManagerTest.Sync
68 notified = true;
73 if (!notified) {
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 73 boolean notified; field in class:IInputMethodWrapper.Notifier

Completed in 436 milliseconds