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

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
FileProvider.java 45 * @param fileId filename (optionally starting with path character
48 protected static boolean isValidFileId(final String fileId) {
50 for (int index = (fileId.startsWith("/") ? 1 : 0); index < fileId.length(); index++) {
51 final Character c = fileId.charAt(index);
83 final long fileId = Math.abs(RANDOM_ID.nextLong());
86 builder.appendPath(String.valueOf(fileId));
100 final String fileId = uri.getPath();
101 if (isValidFileId(fileId)) {
102 final File file = getFile(fileId, getExtensionFromUri(uri))
    [all...]
  /frameworks/base/rs/java/android/renderscript/
FileA3D.java 234 long fileId = rs.nFileA3DCreateFromAsset(mgr, path);
236 if(fileId == 0) {
239 FileA3D fa3d = new FileA3D(fileId, rs, null);
254 long fileId = rs.nFileA3DCreateFromFile(path);
256 if(fileId == 0) {
259 FileA3D fa3d = new FileA3D(fileId, rs, null);
297 long fileId = 0;
300 fileId = rs.nFileA3DCreateFromAssetStream(asset);
305 if(fileId == 0) {
308 FileA3D fa3d = new FileA3D(fileId, rs, is)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/util/
DialerUtils.java 213 long fileId = Math.abs(RANDOM.nextLong());
218 return new File(parentDir, String.valueOf(fileId));
  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler.cpp 34 const ByteString& fileId) {
49 if (!fileId.IsEmpty())
50 CRYPT_MD5Update(&md5, (uint8_t*)fileId.c_str(), fileId.GetLength());
576 ByteString fileId;
578 fileId = pIdArray->GetStringAt(0);
582 false, fileId);
592 if (!fileId.IsEmpty()) {
593 CRYPT_MD5Update(&md5, (uint8_t*)fileId.c_str(), fileId.GetLength())
    [all...]
  /external/oj-libjdwp/src/share/back/
SDE.c 57 int fileId;
69 int fileId;
267 int fileId = lineTable[lti].fileId;
269 ln += (fileId << 16); /* create line hash */
502 private void storeFile(int fileId, String sourceName, String sourcePath) {
504 fileTable[fileIndex].fileId = fileId;
512 int fileId;
521 fileId = readNumber()
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 114 long fileId = ContentUris.parseId(fileUri);
115 assertEquals(fileUri, ContentUris.withAppendedId(allFilesUri, fileId));
118 Uri rowUri = MediaStore.Files.getContentUri(volumeName, fileId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 419 final long fileId = intent.getLongExtra(DownloadManager.EXTRA_DOWNLOAD_ID, NOT_AN_ID);
420 Log.i(TAG, "downloadFinished() : DownloadId = " + fileId);
421 if (NOT_AN_ID == fileId) return; // Spurious wake-up: ignore
424 final CompletedDownloadInfo downloadInfo = getCompletedDownloadInfo(manager, fileId);
429 DebugLogUtils.l("Received result for download ", fileId);
441 downloadSuccessful = handleDownloadedFile(context, record, manager, fileId);
452 publishUpdateWordListCompleted(context, downloadSuccessful, fileId,
458 manager.remove(fileId);
486 final boolean downloadSuccessful, final long fileId,
496 MetadataDbHelper.deleteDownloadingEntry(db, fileId);
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageManager.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.0/
kotlin-build-common-1.2.0.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.20/
kotlin-build-common-1.2.20.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 1477 milliseconds