Home
last modified time | relevance | path

Searched refs:idIndex (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java127 int idIndex = cursor.getColumnIndex(Contacts._ID); in queryContact() local
128 contactId = cursor.getLong(idIndex); in queryContact()
/frameworks/base/core/tests/coretests/src/android/database/
DTranslatingCursorTest.java32 Translator translator = (data, idIndex, matchingColumn, cursor) -> data.toUpperCase(); in testDuplicateColumnName()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/
DServiceStateAnalyticsProvider.java162 int idIndex = cursor.getColumnIndex(ServiceStateAnalyticsTable._ID); in updateIfEntryExistsOtherwiseInsert() local
164 if (idIndex != -1 && timeDurationIndex != -1) { in updateIfEntryExistsOtherwiseInsert()
165 int id = cursor.getInt(idIndex); in updateIfEntryExistsOtherwiseInsert()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DImageExporter.java392 int idIndex = cursor.getColumnIndex(MediaStore.MediaColumns._ID);
394 cursor.getLong(idIndex));
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp229 flat_elem->idIndex = android::util::HostToDevice16(attribute_index); in WriteAttributes()
/frameworks/base/tools/aapt/
DXMLNode.cpp1510 attrExt.idIndex = htods(0); in flatten_node()
1518 attrExt.idIndex = htods(i+1); in flatten_node()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h698 uint16_t idIndex; member
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1677 const ssize_t idx = dtohs(((const ResXMLTree_attrExt*)mCurExt)->idIndex); in indexOfID()