HomeSort by relevance Sort by last modified time
    Searched defs:theInstance (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/org/apache/commons/io/
FileCleaner.java 44 static final FileCleaningTracker theInstance = new FileCleaningTracker();
58 theInstance.track(file, marker);
73 theInstance.track(file, marker, deleteStrategy);
87 theInstance.track(path, marker);
102 theInstance.track(path, marker, deleteStrategy);
114 return theInstance.getTrackCount();
140 theInstance.exitWhenFinished();
152 return theInstance;
  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
LangAccess.java 30 private static LangAccess theInstance = null;
38 if (theInstance != null) {
42 theInstance = instance;
61 if (theInstance == null) {
65 return theInstance;

Completed in 3088 milliseconds