Searched refs:MAX_NUM_PENDING_ACTIVITY_RESULT_CALLBACKS (Results 1 – 1 of 1) sorted by relevance
80 private static final int MAX_NUM_PENDING_ACTIVITY_RESULT_CALLBACKS = 0xff - 1; field in SettingsFragment392 if (mActivityResultCallbackMap.size() >= MAX_NUM_PENDING_ACTIVITY_RESULT_CALLBACKS) { in allocateRequestIndex()400 (mCurrentRequestIndex + 1) % MAX_NUM_PENDING_ACTIVITY_RESULT_CALLBACKS; in allocateRequestIndex()