Home
last modified time | relevance | path

Searched refs:UNDEFINED (Results 1 – 16 of 16) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DNameLookupBuilderTest.java86 mBuilder.insertNameLookup(0, 0, "", FullNameStyle.UNDEFINED); in testEmptyName()
91 mBuilder.insertNameLookup(0, 0, "Foo", FullNameStyle.UNDEFINED); in testSingleUniqueName()
96 mBuilder.insertNameLookup(0, 0, "Mr. Foo", FullNameStyle.UNDEFINED); in testSingleUniqueNameWithPrefix()
101 mBuilder.insertNameLookup(0, 0, "Foo Bar", FullNameStyle.UNDEFINED); in testTwoUniqueNames()
106 mBuilder.insertNameLookup(0, 0, "Foo Bar Baz", FullNameStyle.UNDEFINED); in testThreeUniqueNames()
121 mBuilder.insertNameLookup(0, 0, "Foo Bar Baz Biz", FullNameStyle.UNDEFINED); in testFourUniqueNames()
155 mBuilder.insertNameLookup(0, 0, "Bill", FullNameStyle.UNDEFINED); in testSingleNickname()
160 mBuilder.insertNameLookup(0, 0, "Al", FullNameStyle.UNDEFINED); in testSingleNameWithTwoNicknames()
165 mBuilder.insertNameLookup(0, 0, "Foo Al", FullNameStyle.UNDEFINED); in testTwoNamesOneOfWhichIsNickname()
174 mBuilder.insertNameLookup(0, 0, "Bill Al", FullNameStyle.UNDEFINED); in testTwoNamesBothNickname()
[all …]
DContactLocaleUtilsTest.java47 assertEquals(mContactLocaleUtils.getSortKey(LATIN_NAME, FullNameStyle.UNDEFINED), in testContactLocaleUtilsBase()
50 FullNameStyle.UNDEFINED)); in testContactLocaleUtilsBase()
DNameSplitterTest.java174 assertFullNameStyle(FullNameStyle.UNDEFINED, null); in testGuessFullNameStyleEmpty()
175 assertFullNameStyle(FullNameStyle.UNDEFINED, ""); in testGuessFullNameStyleEmpty()
DContactsProvider2Test.java3052 values.put(RawContacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED); in testContactWithoutPhoneticName()
3064 values.put(Contacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED); in testContactWithoutPhoneticName()
3094 values.put(RawContacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED); in testContactWithChineseName()
3106 values.put(Contacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED); in testContactWithChineseName()
3230 values.put(Contacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED); in testDisplayNameFromOrganizationWithoutPhoneticName()
3286 values.put(Contacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED); in testDisplayNameFromOrganizationWithChineseName()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameSplitter.java161 fullNameStyle = integer == null ? FullNameStyle.UNDEFINED : integer; in fromValues()
168 phoneticNameStyle = integer == null ? PhoneticNameStyle.UNDEFINED : integer; in fromValues()
196 fullNameStyle = FullNameStyle.UNDEFINED; in clear()
200 phoneticNameStyle = PhoneticNameStyle.UNDEFINED; in clear()
693 if (nameStyle == FullNameStyle.UNDEFINED) { in getAdjustedFullNameStyle()
909 if (phoneticNameStyle != PhoneticNameStyle.UNDEFINED) { in getAdjustedNameStyleBasedOnPhoneticNameStyle()
910 if (nameStyle == FullNameStyle.UNDEFINED || nameStyle == FullNameStyle.CJK) { in getAdjustedNameStyleBasedOnPhoneticNameStyle()
929 if (name.fullNameStyle != FullNameStyle.UNDEFINED) { in guessFullNameStyle()
936 if (bestGuess != FullNameStyle.UNDEFINED && bestGuess != FullNameStyle.CJK in guessFullNameStyle()
943 if (guess != FullNameStyle.UNDEFINED) { in guessFullNameStyle()
[all …]
DDataRowHandlerForStructuredName.java57 : FullNameStyle.UNDEFINED); in insert()
89 : FullNameStyle.UNDEFINED); in update()
143 name.fullNameStyle = FullNameStyle.UNDEFINED; in fixStructuredNameComponents()
200 : FullNameStyle.UNDEFINED); in appendSearchableData()
DContactsDatabaseHelper.java981 DisplayNameSources.UNDEFINED + "," + in onCreate()
4224 return DisplayNameSources.UNDEFINED; in getDisplayNameSourceForMimeTypeId()
5013 int bestDisplayNameSource = DisplayNameSources.UNDEFINED; in updateRawContactDisplayName()
5017 int bestPhoneticNameStyle = PhoneticNameStyle.UNDEFINED; in updateRawContactDisplayName()
5025 if (source < bestDisplayNameSource || source == DisplayNameSources.UNDEFINED) { in updateRawContactDisplayName()
5048 ? FullNameStyle.UNDEFINED in updateRawContactDisplayName()
5054 ? PhoneticNameStyle.UNDEFINED in updateRawContactDisplayName()
5071 ? PhoneticNameStyle.UNDEFINED in updateRawContactDisplayName()
5080 bestPhoneticNameStyle = PhoneticNameStyle.UNDEFINED; in updateRawContactDisplayName()
5094 bestPhoneticNameStyle = PhoneticNameStyle.UNDEFINED; in updateRawContactDisplayName()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityEntityProvider.java52 private static final int UNDEFINED = Integer.MIN_VALUE; field in AccessibilityEntityProvider
68 private int mAccessibilityFocusedView = UNDEFINED;
155 if (virtualViewId == UNDEFINED) { in createAccessibilityNodeInfo()
269 mAccessibilityFocusedView = UNDEFINED; in performActionForKey()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEvent.java32 public static final int UNDEFINED = 0; field in OpenWnnEvent
263 public int code = UNDEFINED;
/packages/apps/Phone/src/com/android/phone/
DInCallUiState.java122 UNDEFINED enumConstant
126 InCallScreenMode inCallScreenMode = InCallScreenMode.UNDEFINED;
DOtaUtils.java1459 mApplication.cdmaOtaInCallScreenUiState.state = State.UNDEFINED; in cleanOtaScreen()
1530 UNDEFINED, enumConstant
1539 state = CdmaOtaInCallScreenUiState.State.UNDEFINED; in CdmaOtaInCallScreenUiState()
DInCallScreen.java1012 setInCallScreenMode(InCallScreenMode.UNDEFINED); in endInCallScreenSession()
3751 case UNDEFINED: in setInCallScreenMode()
4433 setInCallScreenMode(InCallScreenMode.UNDEFINED); in resetInCallScreenMode()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactLoader.java46 public int displayNameSource = DisplayNameSources.UNDEFINED;
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java115 mDisplayNameSource = DisplayNameSources.UNDEFINED; in Contact()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java126 private int mDisplayNameSource = DisplayNameSources.UNDEFINED;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java252 displayNameSource = DisplayNameSources.UNDEFINED; in clear()
1518 builder.insertNameLookup(0, 0, query, FullNameStyle.UNDEFINED); in updateMatchScoresBasedOnNameMatches()