Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSetSchemaStats.java64 @SchemaMigrationStats.SchemaMigrationCallType private final int mSchemaMigrationCallType;
225 @SchemaMigrationStats.SchemaMigrationCallType
255 @SchemaMigrationStats.SchemaMigrationCallType int mSchemaMigrationCallType;
440 @SchemaMigrationStats.SchemaMigrationCallType int schemaMigrationCallType) { in setSchemaMigrationCallType()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/stats/
DSchemaMigrationStats.java52 public @interface SchemaMigrationCallType {} annotation in SchemaMigrationStats