OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convList
(Results
1 - 5
of
5
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java
403
final ConversationListFragment
convList
= getConversationListFragment();
408
convList
!= null ?
convList
.getAnimatedAdapter() : null),
419
if (
convList
!= null) {
421
getUndoClickedListener(
convList
.getAnimatedAdapter()),
TwoPaneController.java
318
final ConversationListFragment
convList
= getConversationListFragment();
319
if (
convList
!= null && conversation != null) {
320
convList
.setSelected(conversation.position, different);
470
final ConversationListFragment
convList
= getConversationListFragment();
479
if (
convList
!= null) {
480
mToastBar.show(getUndoClickedListener(
convList
.getAnimatedAdapter()),
SwipeableListView.java
241
Collection<Conversation>
convList
= Conversation.listOf(conv);
263
cc.mostlyArchive(
convList
);
265
cc.mostlyDelete(
convList
);
268
mSwipedListener.onListItemSwiped(
convList
);
AbstractActivityController.java
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java
385
String
convList
= cursor.getString(UIProvider.FOLDER_CONVERSATION_LIST_URI_COLUMN);
386
conversationListUri = !TextUtils.isEmpty(
convList
) ? Uri.parse(
convList
) : null;
Completed in 53 milliseconds