OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectedPartition
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
SearchState.java
41
public int
selectedPartition
= -1;
78
.add("
selectedPartition
",
selectedPartition
)
95
dest.writeInt(
selectedPartition
);
105
selectedPartition
= source.readInt();
/packages/apps/Contacts/src/com/android/contacts/list/
MultiSelectContactsListFragment.java
245
searchState.
selectedPartition
= adapter.getPartitionForPosition(selectedPosition);
247
final Cursor cursor = adapter.getCursor(searchState.
selectedPartition
);
254
for (int i = 0; i < searchState.
selectedPartition
; i++) {
Completed in 48 milliseconds