Searched refs:index (Results 76 - 100 of 946) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java31 /** TS 27.007 7.17 "index" */
32 public int index; field in class:SuppServiceNotification
66 + " index: " + index
H A DUsimDataDownloadHandler.java91 int index = 0;
94 envelope[index++] = (byte) BER_SMS_PP_DOWNLOAD_TAG;
96 envelope[index++] = (byte) 0x81; // length 128-255 encoded as 0x81 + length
98 envelope[index++] = (byte) bodyLength;
101 envelope[index++] = (byte) (0x80 | ComprehensionTlvTag.DEVICE_IDENTITIES.value());
102 envelope[index++] = (byte) 2;
103 envelope[index++] = (byte) DEV_ID_NETWORK;
104 envelope[index++] = (byte) DEV_ID_UICC;
108 envelope[index++] = (byte) ComprehensionTlvTag.ADDRESS.value();
109 envelope[index
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java224 public void deleteSmsOnSim(int index, Message response) { argument
228 public void deleteSmsOnRuim(int index, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java452 * The ar.result List is sorted by DriverCall.index
996 public void deleteSmsOnSim(int index, Message response) { argument
997 Rlog.d(LOG_TAG, "Delete message at index " + index);
1002 public void deleteSmsOnRuim(int index, Message response) { argument
1003 Rlog.d(LOG_TAG, "Delete RUIM message at index " + index);
H A DSimulatedGsmCallState.java75 toCLCCLine(int index) { argument
78 + index + "," + (mIsMT ? "1" : "0") +","
84 toDriverCall(int index) { argument
89 ret.index = index;
566 separateCall(int index) { argument
570 c = mCalls[index];
582 if (i != index) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java131 * Update an ADN-like record in EF by record index
135 * @param recordIndex is the 1-based adn record index
200 int index = -1;
204 index = count;
210 if (index == -1) {
216 AdnRecord foundAdn = oldAdnList.get(index-1);
219 index = foundAdn.mRecordNumber;
223 newAdn.mRecordNumber = index;
236 index, pin2,
237 obtainMessage(EVENT_UPDATE_ADN_DONE, efid, index, newAd
[all...]
H A DSIMRecords.java972 int[] index = (int[])ar.result;
974 if (ar.exception != null || index.length != 1) {
976 + ar.exception + " length " + index.length);
978 log("READ EF_SMS RECORD index=" + index[0]);
979 mFh.loadEFLinearFixed(EF_SMS,index[0],
H A DUiccCard.java187 private int checkIndex(int index, AppType expectedAppType, AppType altExpectedAppType) { argument
188 if (mUiccApplications == null || index >= mUiccApplications.length) {
189 loge("App index " + index + " is invalid since there are no applications");
193 if (index < 0) {
198 if (mUiccApplications[index].getType() != expectedAppType &&
199 mUiccApplications[index].getType() != altExpectedAppType) {
200 loge("App index " + index + " is invalid since it's not " +
206 return index;
341 getApplicationIndex(int index) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java865 private static SmsHeader getConcatUserDataHeader(int index, int total) { argument
870 concatRef.seqNumber = index;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java358 public void deleteSmsOnSim(int index, Message response) { argument
362 public void deleteSmsOnRuim(int index, Message response) { argument
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java286 int index = OFFSET_ARRAY_OFFSET + offsetHr;
287 if (index >= mHasTimeZonesInHrOffset.length || index < 0) {
290 return mHasTimeZonesInHrOffset[index];
295 int index = OFFSET_ARRAY_OFFSET + (int) (offsetMillis / DateUtils.HOUR_IN_MILLIS);
296 mHasTimeZonesInHrOffset[index] = true;
298 ArrayList<Integer> group = mTimeZonesByOffsets.get(index);
301 mTimeZonesByOffsets.put(index, group);
307 int index = OFFSET_ARRAY_OFFSET + offsetHr;
308 if (index >
[all...]
H A DTimeZoneResultAdapter.java152 int index = mTimeZoneData.findIndexByTimeZoneIdSlow(recents[i]);
153 if (index != -1) {
154 mFilteredTimeZoneIndices[mFilteredTimeZoneLength++] = index;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java2122 int index = 0;
2133 while (index < strArray.length) {
2134 builder.append(String.format("=%02X", strArray[index]));
2135 index += 1;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifier.java28 private int index; field in class:LineVerifier
43 if (index >= mLineVerifierElemList.size()) {
44 TestCase.fail("Insufficient number of LineVerifier (" + index + ")");
47 final LineVerifierElem lineVerifier = mLineVerifierElemList.get(index);
50 index++;
H A DLineVerifierElem.java87 final int index = mExpectedLineList.indexOf(line);
88 if (index >= 0) {
89 mExpectedLineList.remove(index);
/frameworks/rs/cpp/
H A DElement.cpp26 sp<const Element> Element::getSubElement(uint32_t index) { argument
30 if (index >= mVisibleElementMap.size()) {
31 mRS->throwError("Illegal sub-element index");
33 return mElements[mVisibleElementMap[index]];
36 const char * Element::getSubElementName(uint32_t index) { argument
40 if (index >= mVisibleElementMap.size()) {
41 mRS->throwError("Illegal sub-element index");
43 return mElementNames[mVisibleElementMap[index]].string();
46 size_t Element::getSubElementArraySize(uint32_t index) { argument
50 if (index >
56 getSubElementOffsetBytes(uint32_t index) argument
[all...]
H A DScript.cpp49 void Script::setVar(uint32_t index, sp<const BaseObj> o) const { argument
50 rsScriptSetVarObj(mRS->getContext(), getID(), index, (o == NULL) ? 0 : o->getID());
53 void Script::setVar(uint32_t index, const void *v, size_t len) const { argument
54 rsScriptSetVarV(mRS->getContext(), getID(), index, v, len);
H A DrsCppStructs.h279 sp<const Element> getSubElement(uint32_t index);
280 const char * getSubElementName(uint32_t index);
281 size_t getSubElementArraySize(uint32_t index);
282 uint32_t getSubElementOffsetBytes(uint32_t index);
581 void setVar(uint32_t index, const void *, size_t len) const;
582 void setVar(uint32_t index, sp<const BaseObj> o) const;
589 void setVar(uint32_t index, float v) const { argument
590 setVar(index, &v, sizeof(v));
592 void setVar(uint32_t index, double v) const { argument
593 setVar(index,
595 setVar(uint32_t index, int32_t v) const argument
598 setVar(uint32_t index, int64_t v) const argument
601 setVar(uint32_t index, bool v) const argument
[all...]
/frameworks/rs/driver/linkloader/include/
H A DELFReloc.h33 size_t index; member in class:ELFReloc_CRTP
40 ELFReloc_CRTP() : index(0), r_offset(0), r_addend(0) { }
45 return index;
62 static ELFRelocTy *readRel(Archiver &AR, size_t index);
65 static ELFRelocTy *readRela(Archiver &AR, size_t index);
H A DELFSectionBits.h48 unsigned char &operator[](size_t index) { argument
49 return chunk[index];
52 unsigned char const &operator[](size_t index) const {
53 return chunk[index];
H A DELFSectionHeader.h38 size_t index; member in class:ELFSectionHeader_CRTP
53 return index;
89 read(Archiver &AR, ELFObjectTy const *owner, size_t index = 0);
H A DELFSectionRelTable.h49 ELFRelocTy const *operator[](size_t index) const {
50 return table[index];
53 ELFRelocTy *operator[](size_t index) { argument
54 return table[index];
H A DELFSectionStrTab.h43 char const *operator[](size_t index) const {
44 return &*buf.begin() + index;
H A DELFSectionSymTab.h52 ELFSymbolTy const *operator[](size_t index) const {
53 return table[index];
56 ELFSymbolTy *operator[](size_t index) { argument
57 return table[index];
H A DELFSymbol.h46 size_t index; member in class:ELFSymbol_CRTP
72 return index;
135 read(Archiver &AR, ELFObject<Bitwidth> const *owner, size_t index = 0);

Completed in 192 milliseconds

1234567891011>>