Searched refs:otherIndex (Results 1 – 3 of 3) sorted by relevance
272 int otherIndex = otherMessages.size() - 1 - i; in transformGroups() local274 if (otherIndex >= 0) { in transformGroups()275 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
1117 int otherIndex = mTasks.indexOf(other); in add() local1118 if (otherIndex >= 0) { in add()1124 taskIndex = otherIndex+1; in add()1128 taskIndex = otherIndex; in add()
6049 int otherIndex = otherSigningDetails.pastSigningCertificates.length - 1; in mergeLineageWithAncestorOrSelf() local6050 if (index < 0 || otherIndex < 0) { in mergeLineageWithAncestorOrSelf()6059 otherSigningDetails.pastSigningCertificates[otherIndex])) { in mergeLineageWithAncestorOrSelf()6073 otherSigningDetails.pastSigningCertificates[otherIndex--]; in mergeLineageWithAncestorOrSelf()6081 } while (index >= 0 && otherIndex >= 0 && pastSigningCertificates[index].equals( in mergeLineageWithAncestorOrSelf()6082 otherSigningDetails.pastSigningCertificates[otherIndex])); in mergeLineageWithAncestorOrSelf()6086 if (index >= 0 && otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()6092 while (otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()6094 otherSigningDetails.pastSigningCertificates[otherIndex--])); in mergeLineageWithAncestorOrSelf()