Searched refs:mRawContactIdToDisplayAlone (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactEditorView.java208 private long mRawContactIdToDisplayAlone = -1; field in class:RawContactEditorView
439 mRawContactIdToDisplayAlone = rawContactIdToDisplayAlone;
548 if (mRawContactIdToDisplayAlone > 0) {
550 if (rawContactDelta.getRawContactId().equals(mRawContactIdToDisplayAlone)) {
H A DContactEditorFragment.java344 protected long mRawContactIdToDisplayAlone = -1; field in class:ContactEditorFragment
924 return hasValidState() && mRawContactIdToDisplayAlone > 0
925 && !mState.getByRawContactId(mRawContactIdToDisplayAlone)
1177 if (!localProfileExists && mRawContactIdToDisplayAlone <= 0) {
1258 mRawContactIdToDisplayAlone);
1376 mRawContactIdToDisplayAlone = mIntentExtras

Completed in 20 milliseconds