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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiElementNodeTest.java 232 UiElementNode intent_filter = activity_child_it.next(); local
233 assertEquals("intent-filter", intent_filter.getDescriptor().getXmlName());
234 assertEquals(0, intent_filter.getUiChildren().size());
235 assertEquals(0, intent_filter.getAllUiAttributes().size());
  /frameworks/base/docs/html/guide/topics/connectivity/
sip.jd 241 filter when the device receives a call (see <a href="#intent_filter">Setting up
421 <h4 id="intent_filter">Setting up an intent filter to receive calls</h4>
  /ndk/
ndk-gdb.py 418 for intent_filter in activity.iter('intent-filter'):
421 for child in intent_filter:

Completed in 569 milliseconds