Searched defs:fileId (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
H A DAppFuseBridge.java90 public ParcelFileDescriptor openFile(int pid, int mountId, int fileId, int mode) argument
108 new File(scope.mountPoint, String.valueOf(fileId)), mode);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DMockFontProvider.java101 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, argument
104 mFileId = fileId;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccPkcs15.java81 public boolean loadFile(String fileId, Message callBack) { argument
82 log("loadFile: " + fileId);
83 if (fileId == null || callBack == null) return false;
84 mFileId = fileId;
/frameworks/support/compat/tests/java/android/support/v4/provider/
H A DMockFontProvider.java64 Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, argument
67 mFileId = fileId;
/frameworks/base/core/java/android/provider/
H A DMediaStore.java521 long fileId) {
523 + "/object/" + fileId);
531 long fileId) {
533 + "/object/" + fileId + "/references");
520 getMtpObjectsUri(String volumeName, long fileId) argument
530 getMtpReferencesUri(String volumeName, long fileId) argument
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3105 int mountId, int fileId, int mode) {
3114 return mAppFuseBridge.openFile(pid, mountId, fileId, mode);
3104 openProxyFileDescriptor( int mountId, int fileId, int mode) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1368 public void iccIO(int command, int fileId, String path, int p1, int p2, int p3, argument
1370 iccIOForApp(command, fileId, path, p1, p2, p3, data, pin2, null, result);
1374 public void iccIOForApp(int command, int fileId, String path, int p1, int p2, int p3, argument
1384 + Integer.toHexString(command) + " fileId = 0x"
1385 + Integer.toHexString(fileId) + " path = " + path + " p1 = "
1392 iccIo.fileId = fileId;

Completed in 723 milliseconds