HomeSort by relevance Sort by last modified time
    Searched full:intent_filter (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiElementNodeTest.java 233 UiElementNode intent_filter = activity_child_it.next(); local
234 assertEquals("intent-filter", intent_filter.getDescriptor().getXmlName());
235 assertEquals(0, intent_filter.getUiChildren().size());
236 assertEquals(0, intent_filter.getAllUiAttributes().size());
  /frameworks/base/docs/html/guide/topics/network/
sip.jd 240 filter when the device receives a call (see <a href="#intent_filter">Setting up
420 <h4 id="intent_filter">Setting up an intent filter to receive calls</h4>

Completed in 716 milliseconds