OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SmartDialMatchPosition
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java
29
public class
SmartDialMatchPosition
{
30
private static final String TAG =
SmartDialMatchPosition
.class.getSimpleName();
35
public
SmartDialMatchPosition
(int start, int end) {
52
public static void advanceMatchPositions(ArrayList<
SmartDialMatchPosition
> inList,
64
public static void print(ArrayList<
SmartDialMatchPosition
> list) {
66
SmartDialMatchPosition
m = list.get(i);
SmartDialNameMatcher.java
46
private final ArrayList<
SmartDialMatchPosition
> mMatchPositions = Lists.newArrayList();
82
private void replaceBitInMask(StringBuilder builder,
SmartDialMatchPosition
matchPos) {
123
*
SmartDialMatchPosition
with the matching positions otherwise
126
public
SmartDialMatchPosition
matchesNumber(String phoneNumber, String query, boolean useNanp) {
132
SmartDialMatchPosition
matchPos = matchesNumberWithOffset(phoneNumber, query, 0);
166
*
SmartDialMatchPosition
with the matching positions otherwise
168
public
SmartDialMatchPosition
matchesNumber(String phoneNumber) {
179
*
SmartDialMatchPosition
with the matching positions otherwise
181
public
SmartDialMatchPosition
matchesNumber(String phoneNumber, String query) {
193
*
SmartDialMatchPosition
with the matching positions otherwis
[
all
...]
Completed in 161 milliseconds