Home
last modified time | relevance | path

Searched refs:matchIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1745 private String snippetize(String line, int matchIndex, int maxLength) { in snippetize() argument
1753 int index = matchIndex; in snippetize()
1768 index = matchIndex - 1; in snippetize()
1770 int startTokenIndex = matchIndex; in snippetize()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java1276 int matchIndex = URI_MATCHER.match(uri); in insert() local
1278 if (matchIndex == URI_PENDING_MSG) { in insert()
1281 } else if (matchIndex == URI_CANONICAL_ADDRESS) { in insert()