HomeSort by relevance Sort by last modified time
    Searched full:docid (Results 26 - 42 of 42) sorted by null

12

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
OpenExternalDirectoryActivity.java 313 final String docId = bundle == null ? null : bundle.getString("DOC_ID");
314 if (docId == null) {
319 if (DEBUG) Log.d(TAG, "doc id for " + file + ": " + docId);
321 final Uri uri = DocumentsContract.buildTreeDocumentUri(EXTERNAL_STORAGE_AUTH, docId);
323 Log.e(TAG, "Could not get URI for doc id " + docId);
RecentsProvider.java 69 // state/authority/rootId/docId
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 95 * @param docId the expected {@link Document#COLUMN_DOCUMENT_ID} to be
100 public EncryptedDocument(long docId, File file, SecretKey dataKey, SecretKey macKey)
113 mDocId = docId;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 359 int docID = sourceNode & DTMManager.IDENT_DTM_DEFAULT;
367 if ((child & DTMManager.IDENT_DTM_DEFAULT) != docID)
370 docID = child & DTMManager.IDENT_DTM_DEFAULT;
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
ModelTest.java 153 String docId = DocumentInfo.getCursorString(cOut, Document.COLUMN_DOCUMENT_ID);
157 b0.set(Integer.parseInt(docId));
160 b1.set(Integer.parseInt(docId));
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 190 fail("somehow read without checking docid");
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 209 + "docId=" + documentId
  /packages/apps/Settings/src/com/android/settings/search/
Index.java     [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 105 CREATE TABLE 'search_index_content'(docid INTEGER PRIMARY KEY, 'c0contact_id', 'c1content', 'c2name', 'c3tokens');
108 CREATE TABLE 'search_index_docsize'(docid INTEGER PRIMARY KEY, size BLOB);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
index.html 266 <li><a href="http://video.google.com/videoplay?docid=-8150751070230264609">Video of talk</a>
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
layer1.py 336 not allowed. The names "body", "docid", and
    [all...]
  /external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test 
url_fetch_test.arm 
  /prebuilts/tools/common/m2/repository/docbook/docbook-xsl/1.75.2/
docbook-xsl-1.75.2.zip 

Completed in 1297 milliseconds

12