Searched refs:mStartedBackgroundUsers (Results 1 – 1 of 1) sorted by relevance
165 emptyStartedBackgroundUsers = (mStartedBackgroundUsers.size() == 0);175 for (int i = 0; i < mStartedBackgroundUsers.size(); i++) {176 int userId = mStartedBackgroundUsers.keyAt(i);185 if (mStartedBackgroundUsers.valueAt(i) != USER_STARTED) {192 userId, mStartedBackgroundUsers.size() - i - 1);193 mStartedBackgroundUsers.put(userId, USER_STOPPING);208 mStartedBackgroundUsers.removeAt(mStartedBackgroundUsers.indexOfKey(235 private SparseIntArray mStartedBackgroundUsers = new SparseIntArray(); field in GarageMode276 if (mStartedBackgroundUsers.indexOfKey(userId) >= 0277 && mStartedBackgroundUsers.get(userId) == USER_STOPPING) {[all …]