Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 169) sorted by relevance

1234567

/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/marshallable/
DSystemAppSafetyLabelTest.java60 private void hrToOdExpectException(String fileName) { in hrToOdExpectException()
65 private void odToHrExpectException(String fileName) { in odToHrExpectException()
70 private void testHrToOdSystemAppSafetyLabel(String fileName) throws Exception { in testHrToOdSystemAppSafetyLabel()
76 fileName); in testHrToOdSystemAppSafetyLabel() local
79 private void testOdToHrSystemAppSafetyLabel(String fileName) throws Exception { in testOdToHrSystemAppSafetyLabel()
85 fileName); in testOdToHrSystemAppSafetyLabel() local
DThirdPartyVerificationTest.java60 private void hrToOdExpectException(String fileName) { in hrToOdExpectException()
65 private void odToHrExpectException(String fileName) { in odToHrExpectException()
70 private void testHrToOdThirdPartyVerification(String fileName) throws Exception { in testHrToOdThirdPartyVerification()
76 fileName); in testHrToOdThirdPartyVerification() local
79 private void testOdToHrThirdPartyVerification(String fileName) throws Exception { in testOdToHrThirdPartyVerification()
85 fileName); in testOdToHrThirdPartyVerification() local
DAndroidSafetyLabelTest.java85 private void hrToOdExpectException(String fileName) { in hrToOdExpectException()
90 private void odToHrExpectException(String fileName) { in odToHrExpectException()
95 private void testHrToOdAndroidSafetyLabel(String fileName) throws Exception { in testHrToOdAndroidSafetyLabel()
101 fileName); in testHrToOdAndroidSafetyLabel() local
104 private void testOdToHrAndroidSafetyLabel(String fileName) throws Exception { in testOdToHrAndroidSafetyLabel()
110 fileName); in testOdToHrAndroidSafetyLabel() local
DSafetyLabelsTest.java83 private void hrToOdExpectException(String fileName) { in hrToOdExpectException()
87 private void odToHrExpectException(String fileName) { in odToHrExpectException()
91 private void testHrToOdSafetyLabels(String fileName) throws Exception { in testHrToOdSafetyLabels()
97 fileName); in testHrToOdSafetyLabels() local
100 private void testOdToHrSafetyLabels(String fileName) throws Exception { in testOdToHrSafetyLabels()
106 fileName); in testOdToHrSafetyLabels() local
DTransparencyInfoTest.java66 private void testHrToOdTransparencyInfo(String fileName) throws Exception { in testHrToOdTransparencyInfo()
72 fileName); in testHrToOdTransparencyInfo() local
75 private void testOdToHrTransparencyInfo(String fileName) throws Exception { in testOdToHrTransparencyInfo()
81 fileName); in testOdToHrTransparencyInfo() local
DSecurityLabelsTest.java79 private void testHrToOdSecurityLabels(String fileName) throws Exception { in testHrToOdSecurityLabels()
85 fileName); in testHrToOdSecurityLabels() local
88 private void testOdToHrSecurityLabels(String fileName) throws Exception { in testOdToHrSecurityLabels()
94 fileName); in testOdToHrSecurityLabels() local
DDeveloperInfoTest.java115 private void testHrToOdDeveloperInfo(String fileName) throws Exception { in testHrToOdDeveloperInfo()
121 fileName); in testHrToOdDeveloperInfo() local
124 private void testOdToHrDeveloperInfo(String fileName) throws Exception { in testOdToHrDeveloperInfo()
130 fileName); in testOdToHrDeveloperInfo() local
DAppInfoTest.java135 private void testHrToOdAppInfo(String fileName) throws Exception { in testHrToOdAppInfo()
141 fileName); in testHrToOdAppInfo() local
144 private void testOdToHrAppInfo(String fileName) throws Exception { in testOdToHrAppInfo()
150 fileName); in testOdToHrAppInfo() local
DDataLabelsTest.java300 private void hrToOdExpectException(String fileName) { in hrToOdExpectException()
304 private void odToHrExpectException(String fileName) { in odToHrExpectException()
308 private void testHrToOdDataLabels(String fileName) throws Exception { in testHrToOdDataLabels()
314 fileName); in testHrToOdDataLabels() local
317 private void testOdToHrDataLabels(String fileName) throws Exception { in testOdToHrDataLabels()
323 fileName); in testOdToHrDataLabels() local
/frameworks/base/services/people/java/com/android/server/people/data/
DAbstractProtoDiskReadWriter.java88 void delete(@NonNull String fileName) { in delete()
102 void writeTo(@NonNull String fileName, @NonNull T data) { in writeTo()
128 T read(@NonNull String fileName) { in read()
146 synchronized void scheduleSave(@NonNull String fileName, @NonNull T data) { in scheduleSave()
168 void saveImmediately(@NonNull String fileName, @NonNull T data) { in saveImmediately()
225 private File getFile(String fileName) { in getFile()
/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/testutils/
DTestUtils.java135 AslMarshallableFactory<T> factory, String hrFolderPath, String fileName) { in hrToOdExpectException()
146 AslMarshallableFactory<T> factory, String odFolderPath, String fileName) { in odToHrExpectException()
161 String fileName) in testHrToOd()
172 String fileName) in testOdToHr()
183 String fileName, in testFormatToFormat()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DDeviceFiles.cpp78 bool DeviceFiles::StoreFileWithHash(const std::string& fileName, in StoreFileWithHash()
96 bool DeviceFiles::StoreFileRaw(const std::string& fileName, const std::string& serializedHashFile) { in StoreFileRaw()
173 bool DeviceFiles::RetrieveHashedFile(const std::string& fileName, OfflineFile* deSerializedFile) { in RetrieveHashedFile()
243 bool DeviceFiles::RemoveFile(const std::string& fileName) { in RemoveFile()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DScreenCaptureRule.java59 String fileName = "screenshot-" + time + ".png"; in failed() local
64 public void capture(String fileName) { in capture()
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeAssetManager.java74 public InputStream open(String fileName, int accessMode) throws IOException { in open()
79 public InputStream openNonAsset(int cookie, String fileName, int accessMode) in openNonAsset()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParserTest.java129 public XmlPullParser createXmlParserForPsiFile(@NonNull String fileName) { in createXmlParserForPsiFile()
135 public XmlPullParser createXmlParserForFile(@NonNull String fileName) { in createXmlParserForFile()
/frameworks/base/libs/androidfw/
Dmisc.cpp41 FileType getFileType(const char* fileName) in getFileType()
79 time_t getFileModDate(const char* fileName) { in getFileModDate()
/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
DIkeSessionParamsUtilsTest.java171 private static InputStream openAssetsFile(String fileName) throws Exception { in openAssetsFile()
175 private static X509Certificate createCertFromPemFile(String fileName) throws Exception { in createCertFromPemFile()
180 private static RSAPrivateKey createRsaPrivateKeyFromKeyFile(String fileName) throws Exception { in createRsaPrivateKeyFromKeyFile()
/frameworks/base/tools/preload/
DRoot.java134 void toFile(String fileName) throws IOException { in toFile()
151 static Root fromFile(String fileName) in fromFile()
/frameworks/base/services/companion/java/com/android/server/companion/utils/
DDataStoreUtils.java72 public static AtomicFile createStorageFileForUser(@UserIdInt int userId, String fileName) { in createStorageFileForUser()
77 private static File getBaseStorageFileForUser(@UserIdInt int userId, String fileName) { in getBaseStorageFileForUser()
/frameworks/layoutlib/bridge/tests/src/com/android/tools/idea/validator/
DAccessibilityValidatorTests.java363 private void render(String fileName, RenderSessionListener verifier) throws Exception { in render()
368 String fileName, in render()
379 String fileName, in render()
/frameworks/base/tools/aapt/
DZipFile.h80 status_t add(const char* fileName, int compressionMethod, in add()
85 status_t add(const char* fileName, const char* storageName, in add()
98 status_t addGzip(const char* fileName, const char* storageName, in addGzip()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
DUserFileManagerImplTest.kt92 val fileName = "myFile.txt" in testMigrateFile() constant
119 val fileName = "myFile" in testMigrateSharedPrefs() constant
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperData.java212 String fileName = mWhich == FLAG_LOCK ? WALLPAPER_LOCK_ORIG : WALLPAPER; in getWallpaperFile() local
217 String fileName = mWhich == FLAG_LOCK ? WALLPAPER_LOCK_CROP : WALLPAPER_CROP; in getCropFile() local
221 private File getFile(SparseArray<File> map, String fileName) { in getFile()
/frameworks/base/core/java/android/content/res/
DAssetManager.java961 public @NonNull InputStream open(@NonNull String fileName) throws IOException { in open()
981 public @NonNull InputStream open(@NonNull String fileName, int accessMode) throws IOException { in open()
1005 public @NonNull AssetFileDescriptor openFd(@NonNull String fileName) throws IOException { in openFd()
1049 public @NonNull InputStream openNonAsset(@NonNull String fileName) throws IOException { in openNonAsset()
1070 public @NonNull InputStream openNonAsset(@NonNull String fileName, int accessMode) in openNonAsset()
1083 public @NonNull InputStream openNonAsset(int cookie, @NonNull String fileName) in openNonAsset()
1097 public @NonNull InputStream openNonAsset(int cookie, @NonNull String fileName, int accessMode) in openNonAsset()
1121 public @NonNull AssetFileDescriptor openNonAssetFd(@NonNull String fileName) in openNonAssetFd()
1136 public @NonNull AssetFileDescriptor openNonAssetFd(int cookie, @NonNull String fileName) in openNonAssetFd()
1155 public @NonNull XmlResourceParser openXmlResourceParser(@NonNull String fileName) in openXmlResourceParser()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java163 public void removeRecordedVideo(String fileName){ in removeRecordedVideo()
210 String fileName = String.format("%s/temp%d%s", in recordVideoAndPlayback() local
314 String fileName = String.format("%s/temp%d_%d%s", in testStressTimeLapse() local

1234567