Searched refs:tasksSize (Results 1 – 1 of 1) sorted by relevance
1910 int tasksSize = tasks.size(); in onUserUnlocked() local1911 if (tasksSize > 0) { in onUserUnlocked()1912 Slogf.d(TAG, "User0 unlocked, run queued tasks size: %d", tasksSize); in onUserUnlocked()1913 for (int i = 0; i < tasksSize; i++) { in onUserUnlocked()