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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactEditorView.java65 private static final String KEY_ORGANIZATION_VIEW_EXPANDED = "organizationViewExpanded"; field in class:RawContactEditorView
171 bundle.putBoolean(KEY_ORGANIZATION_VIEW_EXPANDED, mOrganizationViewExpanded);
181 mOrganizationViewExpanded = bundle.getBoolean(KEY_ORGANIZATION_VIEW_EXPANDED);

Completed in 69 milliseconds