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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFileCleaner.java45 static final FileCleaningTracker theInstance = new FileCleaningTracker(); field in class:FileCleaner
60 theInstance.track(file, marker);
76 theInstance.track(file, marker, deleteStrategy);
91 theInstance.track(path, marker);
107 theInstance.track(path, marker, deleteStrategy);
120 return theInstance.getTrackCount();
147 theInstance.exitWhenFinished();
159 return theInstance;
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
H A DphNxpConfig.cpp431 static CNxpNfcConfig theInstance; local
433 if (theInstance.size () == 0 && theInstance.mValidFile)
440 theInstance.readConfig (strPath.c_str (), true);
441 if (!theInstance.empty ())
443 return theInstance;
448 theInstance.readConfig (strPath.c_str (), true);
451 return theInstance;
/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp927 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); local
928 theInstance.Initialize(); //start GKI, NCI task, NFC task
932 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs ();
1013 theInstance.Finalize();
1361 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); local
1362 theInstance.Finalize();
1546 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); local
1548 theInstance.Initialize(); //start GKI, NCI task, NFC task
1549 theInstance.DownloadFirmware ();
1550 theInstance
[all...]

Completed in 584 milliseconds