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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 95 mQueryHandler.startQuery(TOKEN_CHILD, groupCursor.getPosition(), phoneNumbersUri,
125 mQueryHandler.startQuery(TOKEN_GROUP, null, Contacts.CONTENT_URI, CONTACTS_PROJECTION,
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 148 startQuery(QUERY_TOKEN_1, QUERY_COOKIE, DummyProvider.CONTENT_URI,
173 startQuery(QUERY_TOKEN_2, QUERY_COOKIE, DummyProvider.CONTENT_URI,
275 private void startQuery(int token, Object cookie, Uri uri, String[] projection,
280 mAsyncHandler.startQuery(token, cookie, uri, projection,
332 // we have to call super.startQuery here.
333 super.startQuery(MOCK_QUERY_TOKEN, QUERY_COOKIE,
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 95 milliseconds