Searched refs:theInstance (Results 1 – 2 of 2) sorted by relevance
45 static final FileCleaningTracker theInstance = new FileCleaningTracker(); field in FileCleaner60 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()
1052 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doInitialize() local1053 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() local1159 theInstance.FactoryReset(); in nfcManager_doFactoryReset()1163 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doShutdown() local1164 theInstance.DeviceShutdown(); in nfcManager_doShutdown()1483 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDeinitialize() local1484 theInstance.Finalize(); in nfcManager_doDeinitialize()[all …]