/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 38 import com.android.ex.chips.Queries.Query; 98 Queries.Query query; in getMatchingRecipients() 131 query.getProjection()[Queries.Query.DESTINATION] + " IN (" in getMatchingRecipients() 162 Account account, Set<String> matchesNotFound, Queries.Query query, in getMatchingRecipientsFromDirectoryQueries() 253 String address = c.getString(Queries.Query.DESTINATION); in processContactEntries() 256 c.getString(Queries.Query.NAME), in processContactEntries() 257 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE), in processContactEntries() 258 c.getString(Queries.Query.DESTINATION), in processContactEntries() 259 c.getInt(Queries.Query.DESTINATION_TYPE), in processContactEntries() 260 c.getString(Queries.Query.DESTINATION_LABEL), in processContactEntries() [all …]
|
D | Queries.java | 31 public static final Query PHONE = new Query(new String[] { 51 public static final Query EMAIL = new Query(new String[]{ 71 static abstract class Query { class in Queries 87 public Query(String[] projection, Uri contentFilter, Uri content) { in Query() method in Queries.Query
|
D | BaseRecipientAdapter.java | 101 private final Queries.Query mQueryMode; 175 this.displayName = cursor.getString(Queries.Query.NAME); in TemporaryEntry() 176 this.destination = cursor.getString(Queries.Query.DESTINATION); in TemporaryEntry() 177 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE); in TemporaryEntry() 178 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL); in TemporaryEntry() 179 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID); in TemporaryEntry() 181 this.dataId = cursor.getLong(Queries.Query.DATA_ID); in TemporaryEntry() 182 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI); in TemporaryEntry() 183 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE); in TemporaryEntry() 184 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY); in TemporaryEntry()
|
D | DropdownChipLayouter.java | 30 import com.android.ex.chips.Queries.Query; 67 private Query mQuery; 77 public void setQuery(Query query) { in setQuery()
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerBaseTest.java | 20 import android.app.DownloadManager.Query; 374 Query q = new Query(); in hasDownloadFinished() 485 DownloadManager.Query q = new DownloadManager.Query(); in getBytesDownloaded() 518 Cursor cursor = mDownloadManager.query(new Query()); in removeAllCurrentDownloads() 540 Query query = new Query(); in getCursor()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerBaseTest.java | 19 import android.app.DownloadManager.Query; 150 Cursor cursor = dm.query(new Query().setFilterById(id)); in onReceive() 485 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId)); in verifyAndCleanupSingleFileDownload() 676 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); in waitForDownloadOrTimeout() 690 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis); in waitForDownloadsOrTimeout() 705 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); in waitForDownloadOrTimeoutNoThrow() 753 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout() 888 Cursor cursor = mDownloadManager.query(new Query()); in removeAllCurrentDownloads() 905 cursor = mDownloadManager.query(new Query()); in removeAllCurrentDownloads() 996 Query query = new Query(); in getCursor()
|
D | DownloadManagerStressTest.java | 19 import android.app.DownloadManager.Query; 95 Cursor cursor = mDownloadManager.query(new Query()); in testMultipleDownloads()
|
D | DownloadManagerFunctionalTest.java | 19 import android.app.DownloadManager.Query; 133 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId)); in verifyDownload() 322 Cursor cursor = mDownloadManager.query(new Query().setFilterById(dlRequest)); in testRemoveDownload()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 820 public static class Query { class in DownloadManager 843 public Query setFilterById(long... ids) { in setFilterById() 853 public Query setFilterByStatus(int flags) { in setFilterByStatus() 866 public Query setOnlyIncludeVisibleInDownloadsUi(boolean value) { in setOnlyIncludeVisibleInDownloadsUi() 881 public Query orderBy(String column, int direction) { in orderBy() 1054 public Cursor query(Query query) { 1082 Query query = new Query().setFilterById(id); 1113 Query query = new Query().setFilterById(id); 1139 Cursor cursor = query(new Query().setFilterById(ids)); 1206 Query query = new Query().setFilterById(id);
|
/frameworks/base/docs/html/training/load-data-background/ |
D | setup-loader.jd | 1 page.title=Running a Query with a CursorLoader 16 <a href="#InitializeLoader">Initialize the Query</a> 19 <a href="#DefineLaunch">Start the Query</a> 61 <h2 id="InitializeLoader">Initialize the Query</h2> 98 <h2 id="DefineLaunch">Start the Query</h2>
|
D | handle-results.jd | 13 <a href="#HandleResults">Handle Query Results</a> 49 <h2 id="HandleResults">Handle Query Results</h2>
|
D | index.jd | 64 <strong><a href="setup-loader.html">Running a Query with a CursorLoader</a></strong>
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
D | ConnectionUtil.java | 20 import android.app.DownloadManager.Query; 414 Query query = new Query(); in downloadSuccessful()
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | list-iab-products.jd | 19 <li><a href="#QueryDetails">Query In-app Product Details</a></li> 48 <h2 id="QueryDetails">Query Items Available for Purchase</h2>
|
D | purchase-iab-products.jd | 19 <li><a href="#QueryPurchases">Query Purchased Items</a></li> 77 <h2 id="QueryPurchases">Query Purchased Items</h2>
|
/frameworks/base/docs/html/guide/topics/search/ |
D | index.jd | 9 <li><a href="adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li> 68 <dt><strong><a href="adding-recent-query-suggestions.html">Adding Recent Query
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 19 <li><a href="#TaskFive">Query AccountManager for a List of Accounts</a></li> 97 <h2 id="TaskFive">Query AccountManager for a List of Accounts</h2>
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 21 <li><a href="{@docRoot}training/search/search.html#search">Search for the Query</a></li> 168 <h2 id="search">Search for the Query</h2>
|
/frameworks/base/docs/html/training/accessibility/ |
D | service.jd | 20 <li><a href="#query">Query the View Heirarchy for More Context</a></li> 203 <h2 id="query">Query the View Heirarchy for More Context</h2>
|
/frameworks/base/docs/html/design/wear/ |
D | context.jd | 142 <h2>Location-based Query</h2>
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 56 <li>Query for the list of all {@link android.location.LocationProvider}s for the last known
|
/frameworks/base/docs/html/google/play/ |
D | developer-api.jd | 198 <li><em>Query the Purchase Status API for new purchases only</em> — At 211 <li><em>Query for subscription status only at expiration</em> — Once your
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | content-provider-basics.jd | 26 <a href="#Query">建構查詢</a> 258 <strong>表 2:</strong>Query() 與 SQL 查詢的對照表。 406 <h3 id="Query">建構查詢</h3>
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | content-provider-basics.jd | 26 <a href="#Query">쿼리 구성</a> 258 <strong>표 2:</strong> Query()를 SQL 쿼리에 비교한 것입니다. 406 <h3 id="Query">쿼리 구성</h3>
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | content-provider-basics.jd | 26 <a href="#Query">Membuat query</a> 258 <strong>Tabel 2:</strong> Query() dibandingkan dengan query SQL. 406 <h3 id="Query">Membuat query</h3> 431 sebagai contoh. Query klien penyedia serupa dengan query SQL, dan berisi satu 507 Query ini analog dengan pernyataan SQL: 925 … Query asinkron: Anda harus melakukan query dalam thread terpisah. Satu cara melakukannya adalah
|