OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:completefile
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java
44
File
completeFile
= new File(targetFilesDir, "Service" + i + ".complete");
45
completeFile
.delete();
46
assertFalse("Failed to delete completion file '" +
completeFile
.getAbsolutePath() +
47
"'.",
completeFile
.exists());
81
File
completeFile
= new File(tagetFilesDir, "Service" + i + ".complete");
82
if (!
completeFile
.exists()) {
Completed in 39 milliseconds