OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LINES_FOR_GROUP
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java
88
protected static final int
MAX_LINES_FOR_GROUP
= 10;
435
kind.maxLinesForDisplay =
MAX_LINES_FOR_GROUP
;
[
all
...]
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
BaseAccountType.java
112
protected static final int
MAX_LINES_FOR_GROUP
= 10;
518
kind.maxLinesForDisplay =
MAX_LINES_FOR_GROUP
;
[
all
...]
Completed in 3439 milliseconds