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/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java
414
public static class
EventEditType
extends EditType {
417
public
EventEditType
(int rawValue, int labelRes) {
425
public
EventEditType
setYearOptional(boolean yearOptional) {
BaseAccountType.java
142
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.common.model.account.AccountType.
EventEditType
;
154
protected
EventEditType
getType() {
155
return (
EventEditType
) super.getType();
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java
58
import com.android.contacts.common.model.account.AccountType.
EventEditType
;
[
all
...]
Completed in 221 milliseconds