Home
last modified time | relevance | path

Searched refs:DEFAULT_FILENAME (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java78 request.setTitle(DEFAULT_FILENAME); in doErrorTest()
141 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists()); in verifyDownload()
160 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToExternal_fileExists()
187 File downloadedFile = new File(localDownloadDirectory, DEFAULT_FILENAME); in testDownloadToExternal()
197 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToExternal()
221 File downloadedFile = new File(PROHIBITED_DIRECTORY, DEFAULT_FILENAME); in testDownloadToProhibitedDirectory()
228 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToProhibitedDirectory()
269 Uri uri = getServerUri(DEFAULT_FILENAME); in testErrorTooManyRedirects()
285 Uri uri = getServerUri(DEFAULT_FILENAME); in testErrorUnhandledHttpCode()
296 Uri uri = getServerUri(DEFAULT_FILENAME); in testRelativeRedirect()
[all …]
DDownloadManagerStressTest.java84 Uri uri = getServerUri(DEFAULT_FILENAME + i); in testMultipleDownloads()
86 request.setTitle(String.format("%s--%d", DEFAULT_FILENAME + i, i)); in testMultipleDownloads()
DDownloadManagerBaseTest.java78 protected String DEFAULT_FILENAME = "somefile.txt"; field in DownloadManagerBaseTest
956 Uri uri = getServerUri(DEFAULT_FILENAME); in doEnqueue()
957 Request request = new Request(uri).setTitle(DEFAULT_FILENAME); in doEnqueue()
/frameworks/native/services/surfaceflinger/
DSurfaceTracing.h40 static constexpr auto DEFAULT_FILENAME = "/data/misc/wmtrace/layers_trace.pb";
45 std::string mOutputFileName = DEFAULT_FILENAME;
DSurfaceInterceptor.h43 constexpr auto DEFAULT_FILENAME = "/data/SurfaceTrace.dat"; variable
172 std::string mOutputFileName {DEFAULT_FILENAME};
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp53 constexpr auto DEFAULT_FILENAME = "/data/SurfaceTrace.dat"; variable
77 int fd = open(DEFAULT_FILENAME, O_RDONLY); in readProtoFile()