Searched defs:optional (Results 1 - 2 of 2) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsSource.java299 public boolean optional; field in class:ContactsSource.EditField
311 public EditField setOptional(boolean optional) { argument
312 this.optional = optional;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountType.java141 * Returns an optional custom edit activity.
152 * Returns an optional custom new contact activity.
163 * Returns an optional custom invite contact activity.
174 * Returns an optional service that can be launched whenever a contact is being looked at.
195 /** Returns an optional Activity string that can be used to view the group. */
200 /** Returns an optional Activity string that can be used to view the stream item. */
205 /** Returns an optional Activity string that can be used to view the stream item photo. */
247 * Returns an optional custom label for the "invite contact" action, which will be shown on
446 public boolean optional; field in class:AccountType.EditField
460 public EditField setOptional(boolean optional) { argument
[all...]

Completed in 582 milliseconds