Home
last modified time | relevance | path

Searched refs:theInstance (Results 1 – 2 of 2) 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/
DNativeNfcManager.cpp1052 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doInitialize() local
1053 theInstance.Initialize(); // start GKI, NCI task, NFC task in nfcManager_doInitialize()
1057 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in nfcManager_doInitialize()
1139 theInstance.Finalize(); in nfcManager_doInitialize()
1158 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doFactoryReset() local
1159 theInstance.FactoryReset(); in nfcManager_doFactoryReset()
1163 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doShutdown() local
1164 theInstance.DeviceShutdown(); in nfcManager_doShutdown()
1483 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDeinitialize() local
1484 theInstance.Finalize(); in nfcManager_doDeinitialize()
[all …]