Home
last modified time | relevance | path

Searched defs:fileId (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DFileProvider.java48 protected static boolean isValidFileId(final String fileId) { in isValidFileId()
83 final long fileId = Math.abs(RANDOM_ID.nextLong()); in buildFileUri() local
100 final String fileId = uri.getPath(); in delete() local
111 final String fileId = uri.getPath(); in openFile() local
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/download/mdd/
DOnDevicePersonalizationFileGroupPopulator.java72 String[] fileId, in createDataFileGroup()
188 String fileId = groupName; in refreshFileGroups() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java307 @StoreFileId int fileId, UserHandle userHandle, boolean shouldEncryptCredentials) { in createFile()
552 private static Integer getMigrationStoreFileId(@StoreFileId int fileId) { in getMigrationStoreFileId()
567 private static byte[] readDataFromMigrationSharedStoreFile(@StoreFileId int fileId) in readDataFromMigrationSharedStoreFile()
577 private static byte[] readDataFromMigrationUserStoreFile(@StoreFileId int fileId, in readDataFromMigrationUserStoreFile()
875 public StoreFile(File file, @StoreFileId int fileId, in StoreFile()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigStoreTest.java166 MockStoreFile(@UwbConfigStore.StoreFileId int fileId) { in MockStoreFile()
201 MockStoreData(@UwbConfigStore.StoreFileId int fileId) { in MockStoreData()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDownloadManagerWrapper.java71 public ParcelFileDescriptor openDownloadedFile(final long fileId) throws FileNotFoundException { in openDownloadedFile()
DUpdateHandler.java413 final long fileId = intent.getLongExtra(DownloadManager.EXTRA_DOWNLOAD_ID, NOT_AN_ID); in downloadFinished() local
480 final boolean downloadSuccessful, final long fileId, in publishUpdateWordListCompleted()
513 final long fileId) { in handleDownloadedFile()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaGrantsTest.java241 private void assertGrantExistsForPackage(Long fileId, String packageName, int userId) { in assertGrantExistsForPackage()
258 Long.toString(fileId), in assertGrantExistsForPackage()
DMediaProviderTest.java317 Long fileId = ContentUris.parseId(uri); in testGrantMediaReadForPackage() local
/packages/modules/OnDevicePersonalization/tests/manualtests/src/com/android/ondevicepersonalization/services/download/mdd/
DMobileDataDownloadTest.java62 String[] fileId, in createDataFileGroup()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/mdd/
DOnDevicePersonalizationFileGroupPopulatorTest.java138 String fileId = groupName; in addTestFileGroup() local
/packages/modules/adb/client/
Dincremental_server.cpp352 bool IncrementalServer::SendTreeBlocksForDataBlock(const FileId fileId, const BlockIdx blockIdx) { in SendTreeBlocksForDataBlock()
388 bool IncrementalServer::SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx) { in SendTreeBlock()
410 auto IncrementalServer::SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush) -> SendResult { in SendDataBlock()
581 FileId fileId = request->file_id; in Serve() local
/packages/apps/Dialer/java/com/android/dialer/util/
DDialerUtils.java212 long fileId = Math.abs(RANDOM.nextLong()); in createShareableFile() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java1085 MockStoreFile(@WifiConfigStore.StoreFileId int fileId) { in MockStoreFile()
1127 MockStoreData(@WifiConfigStore.StoreFileId int fileId) { in MockStoreData()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbConfigStore.java460 @StoreFileId int fileId) { in createFile()
809 public StoreFile(File file, @StoreFileId int fileId) { in StoreFile()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DMobileDataDownloadTest.java541 String[] fileId, in createDataFileGroup()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/
DModelManager.java641 private InputStream readDownloadedFile(String fileId) { in readDownloadedFile()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java2028 public static final Uri getMtpObjectsUri(@NonNull String volumeName, long fileId) { in getMtpObjectsUri()
2034 public static final Uri getMtpReferencesUri(@NonNull String volumeName, long fileId) { in getMtpReferencesUri()