Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java236 int index2 = number2.indexOf('@'); in compareSipAddresses() local
239 if (index2 != -1) { in compareSipAddresses()
240 userinfo2 = number2.substring(0, index2); in compareSipAddresses()
241 rest2 = number2.substring(index2); in compareSipAddresses()
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/
DMsrpParser.java292 final int index2 = header.indexOf("/"); in getChunkSize() local
293 if ((index1 != -1) && (index2 != -1)) { in getChunkSize()
295 final String highByteValue = header.substring(index1 + 1, index2); in getChunkSize()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java328 int index2; in handleCpbrCommand() local
343 index2 = index1; in handleCpbrCommand()
345 index2 = Integer.parseInt(indices[1]); in handleCpbrCommand()
355 mCpbrIndex2 = index2; in handleCpbrCommand()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java264 private Builder buildSplitContactDiffHelper(int index1, int index2, int[] backRefs) { in buildSplitContactDiffHelper() argument
279 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper()
280 int backRef2 = backRefs[index2]; in buildSplitContactDiffHelper()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java154 int index2 = MIME_TYPE_ORDER.indexOf(mimeType2); in compare() local
157 if (index1 < 0 && index2 < 0) return mimeType1.compareTo(mimeType2); in compare()
159 if (index2 < 0) return -1; in compare()
161 return index1 < index2 ? -1 : 1; in compare()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.cpp582 const int index0, const int index1, const int index2) { in getPointsAngle() argument
593 if (index2 < 0 || index2 > sampledInputSize - 1) { in getPointsAngle()
597 const float nextDirection = getDirection(sampledInputXs, sampledInputYs, index1, index2); in getPointsAngle()
Dproximity_info_state_utils.h147 const int index2);
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1216 Landroid/icu/impl/Trie2Writable;->index2:[I