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/Contacts/src/com/android/contacts/model/
H A DAccountType.java129 * Returns an optional custom edit activity. The activity class should reside
137 * Returns an optional custom new contact activity. The activity class should reside
145 * Returns an optional custom invite contact activity. The activity class should reside
153 * Returns an optional service that can be launched whenever a contact is being looked at.
162 /** Returns an optional Activity string that can be used to view the group. */
167 /** Returns an optional Activity string that can be used to view the stream item. */
172 /** Returns an optional Activity string that can be used to view the stream item photo. */
213 * Returns an optional custom label for the "invite contact" action, which will be shown on
410 public boolean optional; field in class:AccountType.EditField
424 public EditField setOptional(boolean optional) { argument
[all...]

Completed in 130 milliseconds