OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FORCE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
FileDeleteStrategy.java
27
* directories if they are empty, or maybe to
force
deletion.
46
public static final FileDeleteStrategy
FORCE
= new ForceFileDeleteStrategy();
131
*
Force
file deletion strategy.
136
super("
Force
");
/frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java
59
protected static boolean
FORCE
= true;
412
* @param
force
true if we shuold
force
the unmount, false otherwise
415
protected boolean unmountObb_noThrow(String obbFilePath, boolean
force
) {
421
assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath,
force
, obbListener));
424
if (
force
) {
436
* @param
force
true if we shuold
force
the unmount, false otherwise
438
protected void unmountObb(String obbFilePath, boolean
force
) {
443
assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath,
force
, obbListener))
[
all
...]
Completed in 70 milliseconds