OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jItem
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/
Collapser.java
59
T
jItem
= list.get(j);
60
if (
jItem
!= null) {
61
if (iItem.shouldCollapseWith(
jItem
)) {
62
iItem.collapseWith(
jItem
);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java
59
T
jItem
= list.get(j);
60
if (
jItem
!= null) {
61
if (iItem.shouldCollapseWith(
jItem
)) {
62
iItem.collapseWith(
jItem
);
Completed in 98 milliseconds