Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileCleaner.java45 static final FileCleaningTracker theInstance = new FileCleaningTracker(); field in FileCleaner
60 theInstance.track(file, marker); in track()
76 theInstance.track(file, marker, deleteStrategy); in track()
91 theInstance.track(path, marker); in track()
107 theInstance.track(path, marker, deleteStrategy); in track()
120 return theInstance.getTrackCount(); in getTrackCount()
147 theInstance.exitWhenFinished(); in exitWhenFinished()
159 return theInstance; in getInstance()
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
DphNxpConfig.cpp459 static CNxpNfcConfig theInstance; in GetInstance() local
461 if (theInstance.size () == 0 && theInstance.mValidFile) in GetInstance()
468 theInstance.readConfig (strPath.c_str (), true); in GetInstance()
469 if (!theInstance.empty ()) in GetInstance()
471 return theInstance; in GetInstance()
475 theInstance.readConfig (strPath.c_str (), true); in GetInstance()
478 return theInstance; in GetInstance()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp927 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doInitialize() local
928 theInstance.Initialize(); //start GKI, NCI task, NFC task in nfcManager_doInitialize()
932 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs (); in nfcManager_doInitialize()
1013 theInstance.Finalize(); in nfcManager_doInitialize()
1361 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDeinitialize() local
1362 theInstance.Finalize(); in nfcManager_doDeinitialize()
1547 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDownload() local
1549 theInstance.Initialize(); //start GKI, NCI task, NFC task in nfcManager_doDownload()
1550 theInstance.DownloadFirmware (); in nfcManager_doDownload()
1551 theInstance.Finalize(); in nfcManager_doDownload()