OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:headerId
(Results
1 - 23
of
23
) sorted by null
/frameworks/base/obex/javax/obex/
ObexPacket.java
28
private ObexPacket(int
headerId
, int length) {
29
mHeaderId =
headerId
;
40
int
headerId
= is.read();
41
return read(
headerId
, is);
45
* Read the remainder of an OBEX packet, with a specified
headerId
.
46
* @param
headerId
the
headerId
already read from the stream.
51
public static ObexPacket read(int
headerId
, InputStream is) throws IOException {
56
ObexPacket newPacket = new ObexPacket(
headerId
, length);
ServerOperation.java
298
private void checkForSrmWait(int
headerId
){
299
if (mSrmEnabled && (
headerId
== ObexHelper.OBEX_OPCODE_GET
300
||
headerId
== ObexHelper.OBEX_OPCODE_GET_FINAL
301
||
headerId
== ObexHelper.OBEX_OPCODE_PUT)) {
530
int
headerId
= packet.mHeaderId;
531
if ((
headerId
!= ObexHelper.OBEX_OPCODE_PUT)
532
&& (
headerId
!= ObexHelper.OBEX_OPCODE_PUT_FINAL)
533
&& (
headerId
!= ObexHelper.OBEX_OPCODE_GET)
534
&& (
headerId
!= ObexHelper.OBEX_OPCODE_GET_FINAL)) {
539
if (
headerId
== ObexHelper.OBEX_OPCODE_ABORT)
[
all
...]
/packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerActivity.java
55
int
headerId
;
104
headerId
= i.getIntExtra(EmailProvider.PICKER_HEADER_ID, 0);
105
if (
headerId
== 0) {
109
startPicker(uiAccount.folderListUri,
headerId
);
169
int
headerId
= R.string.trash_folder_selection_title;
171
startPicker(uri,
headerId
);
174
private void startPicker(Uri uri, int
headerId
) {
175
String header = getString(
headerId
, mAccountName);
/external/zlib/src/contrib/minizip/
unzip.c
[
all
...]
/prebuilts/devtools/tools/lib/
commons-compress-1.0.jar
commons-compress-1.8.1.jar
/prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/external/guice/extensions/struts2/lib/
ant-1.6.5.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
Completed in 1106 milliseconds