Searched refs:foregroundApp (Results 1 – 2 of 2) sorted by relevance
169 …td::find_if(foregroundAppList.begin(), foregroundAppList.end(), [bundleName] (auto foregroundApp) { in CheckForegroundApplication() argument170 return bundleName.compare(foregroundApp.bundleName) == 0; in CheckForegroundApplication()
438 …td::find_if(foregroundAppList.begin(), foregroundAppList.end(), [bundleName] (auto foregroundApp) { in IsAppBackground() argument439 return bundleName.compare(foregroundApp.bundleName) == 0; in IsAppBackground()