OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIProvider
(Results
101 - 112
of
112
) sorted by null
1
2
3
4
5
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java
26
import com.android.mail.providers.
UIProvider
;
493
UIProvider
.AttachmentState.DOWNLOADING);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java
42
import com.android.mail.providers.
UIProvider
;
138
UIProvider
.AccountCapabilities.MULTIPLE_FOLDERS_PER_CONV)) {
ConversationContainer.java
38
import com.android.mail.providers.
UIProvider
;
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java
40
import com.android.mail.providers.
UIProvider
.AutoAdvance;
41
import com.android.mail.providers.
UIProvider
.ConversationListIcon;
[
all
...]
FolderSelectorAdapter.java
22
import com.android.mail.providers.
UIProvider
.FolderCapabilities;
FolderListFragment.java
60
import com.android.mail.providers.
UIProvider
;
61
import com.android.mail.providers.
UIProvider
.FolderType;
700
UIProvider
.FOLDERS_PROJECTION, Folder.FACTORY);
[
all
...]
ConversationViewFragment.java
83
import com.android.mail.providers.
UIProvider
;
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java
63
import com.android.mail.providers.
UIProvider
;
468
UIProvider
.ACCOUNTS_PROJECTION,
488
uiAccount.settings.defaultInbox,
UIProvider
.FOLDERS_PROJECTION, null, null,
[
all
...]
/packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java
61
import com.android.mail.providers.
UIProvider
;
[
all
...]
/packages/apps/Email/provider_src/com/android/email/service/
ImapService.java
64
import com.android.mail.providers.
UIProvider
;
[
all
...]
AttachmentService.java
49
import com.android.mail.providers.
UIProvider
.AttachmentState;
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java
37
public class
UIProvider
{
162
* must be a serialized {@link ListParams} object.
UIProvider
implementations are not
393
* returned by the
UIProvider
, rather this is a notion in the system.
580
* be one of the values in {@link
UIProvider
.AutoAdvance}
586
* will be one of the values in {@link
UIProvider
.SnapHeaderValue}
592
* will be one of the values in {@link
UIProvider
.DefaultReplyBehavior}
599
* {@link
UIProvider
.ConversationListIcon}.
[
all
...]
Completed in 3854 milliseconds
1
2
3
4
5