Home
last modified time | relevance | path

Searched refs:mSchemaMigrationCallType (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; field in SetSchemaStats
93 mSchemaMigrationCallType = builder.mSchemaMigrationCallType; in SetSchemaStats()
227 return mSchemaMigrationCallType; in getSchemaMigrationCallType()
255 @SchemaMigrationStats.SchemaMigrationCallType int mSchemaMigrationCallType; field in SetSchemaStats.Builder
446 mSchemaMigrationCallType = schemaMigrationCallType; in setSchemaMigrationCallType()
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/
DSetSchemaAidlRequest.java76 private final int mSchemaMigrationCallType; field in SetSchemaAidlRequest
113 mSchemaMigrationCallType = schemaMigrationCallType; in SetSchemaAidlRequest()
155 return mSchemaMigrationCallType; in getSchemaMigrationCallType()