OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTACHMENT
(Results
1 - 9
of
9
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetConversationListItemViewBuilder.java
48
private static Bitmap
ATTACHMENT
;
125
ATTACHMENT
= BitmapFactory.decodeResource(res, R.drawable.ic_attach_file_18dp);
181
// Paper clip for
attachment
184
paperclipBitmap =
ATTACHMENT
;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java
56
* of the regular
attachment
provider.
58
* One major difference is that all
attachment
info is stored in memory (with the
59
* exception of the
attachment
raw data which is stored in the cache). When
70
private static final int
ATTACHMENT
= 1;
86
* Map that contains a mapping from an
attachment
list uri to a list of uris.
91
* Map that contains a mapping from an
attachment
uri to an {@link
Attachment
} object.
93
private Map<Uri,
Attachment
> mUriAttachmentMap;
105
sUriMatcher.addURI(authority, "
attachment
/*/*/#",
ATTACHMENT
);
153
final Attachment
attachment
= mUriAttachmentMap.get(
attachment
sUri);
local
242
final Attachment
attachment
= mUriAttachmentMap.get(uri);
local
296
final Attachment
attachment
= mUriAttachmentMap.get(uri);
local
471
final Attachment
attachment
= mUriAttachmentMap.get(uri);
local
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
46
private static final int
ATTACHMENT
= 0x0A;
306
case
ATTACHMENT
:
308
Log.w(TAG, "
ATTACHMENT
: Wrong length received: " + tagLength + " expected: "
644
appParamBuf.put((byte)
ATTACHMENT
);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java
119
private static Bitmap
ATTACHMENT
;
417
ATTACHMENT
= BitmapFactory.decodeResource(res, R.drawable.ic_attach_file_18dp);
[
all
...]
/packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java
84
import com.android.emailcommon.provider.EmailContent.
Attachment
;
186
"vnd.android.cursor.item/email-
attachment
";
229
private static final int
ATTACHMENT
= ATTACHMENT_BASE;
298
array.put(ATTACHMENT_BASE >> BASE_SHIFT,
Attachment
.TABLE_NAME);
5149
Attachment
attachment
=
local
[
all
...]
/external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar
/external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
300
STRINGIFY_CODE(METADATA,
ATTACHMENT
)
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar
Completed in 4289 milliseconds