Searched refs:otherIndex (Results 1 – 5 of 5) sorted by relevance
143 void subtract(BaseAppStateDurations otherDurations, int thisIndex, int otherIndex) { in subtract() argument145 || otherDurations.mEvents.length <= otherIndex in subtract()146 || otherDurations.mEvents[otherIndex] == null) { in subtract()149 + ", thisIndex=" + thisIndex + ", otherIndex=" + otherIndex); in subtract()153 mEvents[thisIndex] = subtract(mEvents[thisIndex], otherDurations.mEvents[otherIndex]); in subtract()159 void subtract(BaseAppStateDurations otherDurations, int otherIndex) { in subtract() argument160 if (otherDurations.mEvents.length <= otherIndex in subtract()161 || otherDurations.mEvents[otherIndex] == null) { in subtract()164 + ", otherIndex=" + otherIndex); in subtract()170 mEvents[i] = subtract(mEvents[i], otherDurations.mEvents[otherIndex]); in subtract()
296 int otherIndex = otherSigningDetails.mPastSigningCertificates.length - 1; in mergeLineageWithAncestorOrSelf() local297 if (index < 0 || otherIndex < 0) { in mergeLineageWithAncestorOrSelf()306 otherSigningDetails.mPastSigningCertificates[otherIndex])) { in mergeLineageWithAncestorOrSelf()320 otherSigningDetails.mPastSigningCertificates[otherIndex--]; in mergeLineageWithAncestorOrSelf()338 } while (index >= 0 && otherIndex >= 0 && mPastSigningCertificates[index].equals( in mergeLineageWithAncestorOrSelf()339 otherSigningDetails.mPastSigningCertificates[otherIndex])); in mergeLineageWithAncestorOrSelf()343 if (index >= 0 && otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()349 while (otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()351 otherSigningDetails.mPastSigningCertificates[otherIndex--])); in mergeLineageWithAncestorOrSelf()
6114 int otherIndex = otherSigningDetails.pastSigningCertificates.length - 1; in mergeLineageWithAncestorOrSelf() local6115 if (index < 0 || otherIndex < 0) { in mergeLineageWithAncestorOrSelf()6124 otherSigningDetails.pastSigningCertificates[otherIndex])) { in mergeLineageWithAncestorOrSelf()6138 otherSigningDetails.pastSigningCertificates[otherIndex--]; in mergeLineageWithAncestorOrSelf()6146 } while (index >= 0 && otherIndex >= 0 && pastSigningCertificates[index].equals( in mergeLineageWithAncestorOrSelf()6147 otherSigningDetails.pastSigningCertificates[otherIndex])); in mergeLineageWithAncestorOrSelf()6151 if (index >= 0 && otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()6157 while (otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()6159 otherSigningDetails.pastSigningCertificates[otherIndex--])); in mergeLineageWithAncestorOrSelf()
272 int otherIndex = otherMessages.size() - 1 - i; in transformGroups() local274 if (otherIndex >= 0) { in transformGroups()275 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
1168 int otherIndex = mTasks.indexOf(other); in add() local1169 if (otherIndex >= 0) { in add()1175 taskIndex = otherIndex + 1; in add()1179 taskIndex = otherIndex; in add()