OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EditType
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java
186
* {@link Data} rows of this kind, including the possible {@link
EditType
}
219
public List<
EditType
> typeList;
244
public static class
EditType
{
253
public
EditType
(int rawValue, int labelRes) {
259
public
EditType
setSecondary(boolean secondary) {
264
public
EditType
setSpecificMax(int specificMax) {
269
public
EditType
setCustomColumn(String customColumn) {
276
if (object instanceof
EditType
) {
277
final
EditType
other = (
EditType
)object
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java
357
public static class
EditType
{
368
public
EditType
(int rawValue, int labelRes) {
374
public
EditType
setSecondary(boolean secondary) {
379
public
EditType
setSpecificMax(int specificMax) {
384
public
EditType
setCustomColumn(String customColumn) {
391
if (object instanceof
EditType
) {
392
final
EditType
other = (
EditType
)object;
414
public static class EventEditType extends
EditType
{
Completed in 26 milliseconds