Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java645 final AppSearchSchema contentBefore = oldSchemaNameToType.get(schemaName); in doSetSchemaWithChangeNotificationLocked() local
648 final boolean existBefore = (contentBefore != null); in doSetSchemaWithChangeNotificationLocked()
657 if (contentBefore != null && contentBefore.equals(contentAfter)) { in doSetSchemaWithChangeNotificationLocked()