Searched refs:theInstance (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/
H A DFileCleaner.java44 static final FileCleaningTracker theInstance = new FileCleaningTracker(); field in class:FileCleaner
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;
/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp720 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); local
721 theInstance.Initialize(); //start GKI, NCI task, NFC task
725 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs ();
790 theInstance.Finalize();
1111 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); local
1112 theInstance.Finalize();

Completed in 102 milliseconds