OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventEditType
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java
416
public static class
EventEditType
extends EditType {
419
public
EventEditType
(int rawValue, int labelRes) {
427
public
EventEditType
setYearOptional(boolean yearOptional) {
BaseAccountType.java
141
return new
EventEditType
(type, Event.getTypeResource(type)).setYearOptional(yearOptional);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java
35
import com.android.contacts.model.account.AccountType.
EventEditType
;
156
protected
EventEditType
getType() {
157
return (
EventEditType
) super.getType();
/packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java
56
import com.android.contacts.model.account.AccountType.
EventEditType
;
[
all
...]
Completed in 60 milliseconds