Searched refs:CONTENT_COLUMN_VALUE (Results 1 – 3 of 3) sorted by relevance
20 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_COLUMN_VALUE;47 new String[]{CONTENT_COLUMN_KEY, CONTENT_COLUMN_VALUE}); in query()
28 public static final String CONTENT_COLUMN_VALUE = "value"; field in ADPFAtomTestConstants
22 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_COLUMN_VALUE;93 int valueIndex = cursor.getColumnIndex(CONTENT_COLUMN_VALUE); in testAdpfTidCleanup()