Searched refs:indexOfSession (Results 1 – 1 of 1) sorted by relevance
2115 final int indexOfSession = mChildSessionIds.indexOfKey(childSessionId); in addChildSessionId() local2116 if (indexOfSession >= 0) { in addChildSessionId()2128 final int indexOfSession = mChildSessionIds.indexOfKey(sessionId); in removeChildSessionId() local2132 if (indexOfSession < 0) { in removeChildSessionId()2136 mChildSessionIds.removeAt(indexOfSession); in removeChildSessionId()