Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/src/com/android/emergency/
DEmergencyContactManager.java69 Cursor cursor2 = context.getContentResolver().query( in getContact() local
74 if (cursor2.moveToNext()) { in getContact()
75 byte[] data = cursor2.getBlob(0); in getContact()
81 if (cursor2 != null) { in getContact()
82 cursor2.close(); in getContact()