Searched refs:dataIndex (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DBase64.java80 int dataIndex = 0;
94 dataIndex = i * 4;
95 marker0 = base64Data[dataIndex + 2];
96 marker1 = base64Data[dataIndex + 3];
98 b1 = base64Alphabet[base64Data[dataIndex]];
99 b2 = base64Alphabet[base64Data[dataIndex + 1]];
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java63 private void addContact(ViewGroup container, int dataIndex, int thumbnailID) { argument
69 ((TextView)contactItem.findViewById(R.id.contact_name)).setText(contactsData[dataIndex++]);
71 setText(contactsData[dataIndex++]);
72 ((TextView)contactItem.findViewById(R.id.contact_city)).setText(contactsData[dataIndex++]);
73 ((TextView)contactItem.findViewById(R.id.contact_phone)).setText(contactsData[dataIndex++]);
74 ((TextView)contactItem.findViewById(R.id.contact_email)).setText(contactsData[dataIndex++]);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java193 int dataIndex = headerStartIndex + headerLength;
194 intentData = new byte[pdu.length - dataIndex];
195 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp469 /** Copy @len bytes of data from @src into the @dataIndex'th argument of the message. */
470 void addGlBufferData(GLMessage *glmsg, int dataIndex, GLvoid *src, GLsizeiptr len) { argument
471 GLMessage_DataType *arg_datap = glmsg->mutable_args(dataIndex);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2131 int dataIndex = headerStartIndex + headerLength;
2132 intentData = new byte[pdu.length - dataIndex];
2133 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length);

Completed in 144 milliseconds