Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java237 int index2 = number2.indexOf('@'); in compareSipAddresses() local
240 if (index2 != -1) { in compareSipAddresses()
241 userinfo2 = number2.substring(0, index2); in compareSipAddresses()
242 rest2 = number2.substring(index2); in compareSipAddresses()
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DLogAggregatorsTest.java52 int index1, int count1, int index2, int count2) { in indexHistogramAggregate() argument
57 .addBuckets(Bucket.newBuilder().setIndex(index2).setCount(count2))) in indexHistogramAggregate()
/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/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/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DAtPhonebook.java331 int index2; in handleCpbrCommand() local
346 index2 = index1; in handleCpbrCommand()
348 index2 = Integer.parseInt(indices[1]); in handleCpbrCommand()
358 mCpbrIndex2 = index2; in handleCpbrCommand()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java434 IndexInfo index2 = indexInfoCurrentVersion.get(indexName); in checkIndexModification() local
435 index1.checkIndexDiff(index2, modificationOfIndex, tableName); in checkIndexModification()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java156 int index2 = MIME_TYPE_ORDER.indexOf(mimeType2); in compare() local
159 if (index1 < 0 && index2 < 0) return mimeType1.compareTo(mimeType2); in compare()
161 if (index2 < 0) return -1; in compare()
163 return index1 < index2 ? -1 : 1; in compare()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.cpp578 const int index0, const int index1, const int index2) { in getPointsAngle() argument
589 if (index2 < 0 || index2 > sampledInputSize - 1) { in getPointsAngle()
593 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
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...