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

  /external/chromium/base/
event_trace_controller_win.cc 104 HRESULT EtwTraceController::Query(const wchar_t* session_name,
  /external/webkit/WebCore/platform/win/
COMPtr.h 44 enum QueryTag { Query };
83 void query(IUnknown* ptr) { adoptRef(copyQueryInterfaceRef(ptr)); } function in class:COMPtr
84 template <typename U> void query(const COMPtr<U>& ptr) { query(ptr.get()); } function in class:COMPtr
  /frameworks/base/core/java/android/app/
DownloadManager.java 567 public static class Query {
590 public Query setFilterById(long... ids) {
600 public Query setFilterByStatus(int flags) {
606 * Controls whether this query includes downloads not visible in the system's Downloads UI.
607 * @param value if true, this query will only include downloads that should be displayed in
608 * the system's Downloads UI; if false (the default), this query will include
613 public Query setOnlyIncludeVisibleInDownloadsUi(boolean value) {
628 public Query orderBy(String column, int direction) {
645 * Run this query using the given ContentResolver.
646 * @param projection the projection to pass to ContentResolver.query()
797 public Cursor query(Query query) { method in class:DownloadManager
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 679 milliseconds