OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAccountType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
696
AccountType
newAccountType
= accountTypes.getAccountType(
699
if (
newAccountType
.getCreateContactActivityClassName() != null) {
708
bindEditorsForNewContact(newAccount,
newAccountType
, oldState, oldAccountType);
721
final AccountType
newAccountType
, RawContactDelta oldState,
736
RawContactModifier.parseExtras(mContext,
newAccountType
, insert, mIntentExtras);
739
oldAccountType,
newAccountType
);
744
RawContactModifier.ensureKindExists(insert,
newAccountType
, Phone.CONTENT_ITEM_TYPE);
745
RawContactModifier.ensureKindExists(insert,
newAccountType
, Email.CONTENT_ITEM_TYPE);
746
RawContactModifier.ensureKindExists(insert,
newAccountType
, Organization.CONTENT_ITEM_TYPE);
747
RawContactModifier.ensureKindExists(insert,
newAccountType
, Event.CONTENT_ITEM_TYPE)
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java
[
all
...]
Completed in 111 milliseconds