/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | FileProvider.java | 48 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/Nfc/framework/java/android/nfc/ |
D | IT4tNdefNfcee.aidl | 27 int writeData(in int fileId, in byte[] data); in writeData() 28 byte[] readData(in int fileId); in readData()
|
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/ |
D | NativeT4tNfceeManager.java | 21 public native int doWriteData(byte[] fileId, byte[] data); in doWriteData() 23 public native byte[] doReadData(byte[] fileId); in doReadData()
|
D | NativeNfcManager.java | 286 public int doWriteData(byte[] fileId, byte[] data) { in doWriteData() 291 public byte[] doReadData(byte[] fileId) { in doReadData()
|
/packages/modules/Nfc/NfcNci/nci/jni/ |
D | NativeT4tNfceeManager.cpp | 90 jint t4tNfceeManager_doWriteData(JNIEnv* e, jobject o, jbyteArray fileId, in t4tNfceeManager_doWriteData() 110 jbyteArray t4tNfceeManager_doReadData(JNIEnv* e, jobject o, jbyteArray fileId) { in t4tNfceeManager_doReadData()
|
D | NativeT4tNfcee.cpp | 154 jboolean NativeT4tNfcee::performT4tClearData(uint8_t* fileId) { in performT4tClearData() 231 jint NativeT4tNfcee::t4tWriteData(JNIEnv* e, jobject object, jbyteArray fileId, in t4tWriteData() 306 jbyteArray fileId) { in t4tReadData() 477 jbyteArray fileId, in validatePreCondition()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigStore.java | 270 @StoreFileId int fileId, UserHandle userHandle, boolean shouldEncryptCredentials) { in createFile() 477 private static Integer getMigrationStoreFileId(@StoreFileId int fileId) { in getMigrationStoreFileId() 492 private static byte[] readDataFromMigrationSharedStoreFile(@StoreFileId int fileId) in readDataFromMigrationSharedStoreFile() 502 private static byte[] readDataFromMigrationUserStoreFile(@StoreFileId int fileId, in readDataFromMigrationUserStoreFile() 798 public StoreFile(File file, @StoreFileId int fileId, in StoreFile()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbConfigStoreTest.java | 166 MockStoreFile(@UwbConfigStore.StoreFileId int fileId) { in MockStoreFile() 201 MockStoreData(@UwbConfigStore.StoreFileId int fileId) { in MockStoreData()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/download/mdd/ |
D | OnDevicePersonalizationFileGroupPopulator.java | 81 String[] fileId, in createDataFileGroup() 215 String fileId = groupName; in refreshFileGroups() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | MimeTypeFixHandler.java | 201 FileMimeTypeUpdate(long fileId, String newMimeType) { in updateUnsupportedMimeTypes() 217 long fileId = cursor.getLong(cursor.getColumnIndexOrThrow( in updateUnsupportedMimeTypes() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | DownloadManagerWrapper.java | 71 public ParcelFileDescriptor openDownloadedFile(final long fileId) throws FileNotFoundException { in openDownloadedFile()
|
D | UpdateHandler.java | 413 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/modules/OnDevicePersonalization/tests/manualtests/src/com/android/ondevicepersonalization/services/download/mdd/ |
D | MobileDataDownloadTest.java | 62 String[] fileId, in createDataFileGroup()
|
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ |
D | OTAResourcesManager.java | 138 Context context, Map<String, ClientFile> otaFilesMap, String fileId) { in getOtaFile() argument
|
/packages/modules/adb/client/ |
D | incremental_server.cpp | 353 bool IncrementalServer::SendTreeBlocksForDataBlock(const FileId fileId, const BlockIdx blockIdx) { in SendTreeBlocksForDataBlock() 389 bool IncrementalServer::SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx) { in SendTreeBlock() 411 auto IncrementalServer::SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush) -> SendResult { in SendDataBlock() 582 FileId fileId = request->file_id; in Serve() local
|
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/mdd/ |
D | OnDevicePersonalizationFileGroupPopulatorTest.java | 170 String fileId = groupName; in addTestFileGroup() local
|
/packages/apps/Dialer/java/com/android/dialer/util/ |
D | DialerUtils.java | 212 long fileId = Math.abs(RANDOM.nextLong()); in createShareableFile() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | MediaGrantsTest.java | 674 private long getGenerationForMediaGrant(Long fileId, String packageName, in getGenerationForMediaGrant() 690 private Cursor getMediaGrantRow(Long fileId, String packageName, in getMediaGrantRow() 733 private void updateFileValues(Long fileId, String columnToBeModified, String modifiedValue) { in updateFileValues()
|
D | MediaProviderTest.java | 398 Long fileId = ContentUris.parseId(uri); in testGrantMediaReadForPackage() local 429 Long fileId = ContentUris.parseId(uri); in testGetReadGrantsForPackage() local 471 Long fileId = ContentUris.parseId(uri); in testRevokeReadGrantsForPackage() local 513 Long fileId = ContentUris.parseId(uri); in testRevokeAllReadGrantsForPackage() local
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbConfigStore.java | 460 @StoreFileId int fileId) { in createFile() 809 public StoreFile(File file, @StoreFileId int fileId) { in StoreFile()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigStoreTest.java | 984 MockStoreFile(@WifiConfigStore.StoreFileId int fileId) { in MockStoreFile() 1026 MockStoreData(@WifiConfigStore.StoreFileId int fileId) { in MockStoreData()
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/ |
D | DeviceHost.java | 201 int doWriteData(byte[] fileId, byte[] data); in doWriteData() 208 byte[] doReadData(byte[] fileId); in doReadData()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/ |
D | ModelManager.java | 710 private InputStream readDownloadedFile(String fileId) { in readDownloadedFile()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/ |
D | MobileDataDownloadTest.java | 806 String[] fileId, in createDataFileGroup()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/util/ |
D | PickerDbTestUtils.java | 460 public static void assertGrantsCursor(Cursor cursor, String fileId) { in assertGrantsCursor()
|