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 180 UiElementNode intent_filter = activity_child_it.next(); local
181 assertEquals("intent-filter", intent_filter.getDescriptor().getXmlName());
182 assertEquals(0, intent_filter.getUiChildren().size());
183 assertEquals(0, intent_filter.getUiAttributes().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 234 milliseconds