OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachmentprovider
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java
19
import com.android.email.provider.
AttachmentProvider
;
220
* Return {@link Context} with isolated EmailProvider and
AttachmentProvider
. This method
234
// register EmailProvider and
AttachmentProvider
.
239
final
AttachmentProvider
ap = new
AttachmentProvider
();
/packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java
52
* content://com.android.email.
attachmentprovider
/acct#/attach#/RAW
55
* content://com.android.email.
attachmentprovider
/acct#/attach#/THUMBNAIL/width#/height#
66
public class
AttachmentProvider
extends ContentProvider {
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java
59
* Generate
AttachmentProvider
content URI from attachment ID and Account.
63
* @return
AttachmentProvider
content URI
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityMediumTests.java
131
assertEquals(Uri.parse("content://com.android.email.
attachmentprovider
"),
132
Utility.buildLimitOneUri(Uri.parse("content://com.android.email.
attachmentprovider
"
/packages/apps/Email/
AndroidManifest.xml
446
android:name=".provider.
AttachmentProvider
"
447
android:authorities="com.android.email.
attachmentprovider
"
/packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java
50
public class AttachmentProviderTests extends ProviderTestCase2<
AttachmentProvider
> {
57
super(
AttachmentProvider
.class, AttachmentUtilities.AUTHORITY);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java
36
public static final String AUTHORITY = "com.android.email.
attachmentprovider
";
/packages/apps/Email/src/com/android/email/
Controller.java
[
all
...]
Completed in 2359 milliseconds