Searched refs:COLUMN_NAME_ROOT_ALIAS (Results 1 – 4 of 4) sorted by relevance
192 static final String COLUMN_NAME_ROOT_ALIAS = "root_alias"; field in RecoverableKeyStoreDbContract.RootOfTrustEntry
96 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " TEXT,"102 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + "))";
1137 RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, in getBytes()1142 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in getBytes()1196 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in setBytes()1223 RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, in getLong()1228 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in getLong()1283 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in setLong()1371 values.put(RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, rootAlias); in ensureRootOfTrustEntryExists()
178 values.put(RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, TEST_ROOT_ALIAS); in isRootOfTrustTableAvailable()