Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java448 int colIndex = c.getColumnIndex("exists"); in queryFileExists() local
449 if (colIndex < 0) { in queryFileExists()
454 return c.getInt(colIndex) == 1; in queryFileExists()