Searched refs:lastCallbackIndex (Results 1 – 1 of 1) sorted by relevance
271 final int lastCallbackIndex = mRemoteCallbacks.getRegisteredCallbackCount() - 1; in close() local272 for(int ii = lastCallbackIndex; ii >= 0; ii --) { in close()