Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java215 int remainingToLoad = mEffectIdToSoundPoolId.size() - mLoadedSoundPoolIds.size(); in onLoadComplete() local
216 if (remainingToLoad == 0) { in onLoadComplete()