Searched refs:COLUMN_NAME_ROOT_ALIAS (Results 1 – 4 of 4) sorted by relevance
83 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " TEXT,"89 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + "))";
187 static final String COLUMN_NAME_ROOT_ALIAS = "root_alias"; field in RecoverableKeyStoreDbContract.RootOfTrustEntry
1089 RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, in getBytes()1094 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in getBytes()1148 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in setBytes()1175 RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, in getLong()1180 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in getLong()1235 + RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS + " = ?"; in setLong()1323 values.put(RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, rootAlias); in ensureRootOfTrustEntryExists()
165 values.put(RootOfTrustEntry.COLUMN_NAME_ROOT_ALIAS, TEST_ROOT_ALIAS); in isRootOfTrustTableAvailable()