Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java663 Set<String> newVisibleListeners = in doSetSchemaWithChangeNotificationLocked() local
666 if (newVisibleListeners != null) { in doSetSchemaWithChangeNotificationLocked()
667 allListeningPackages.addAll(newVisibleListeners); in doSetSchemaWithChangeNotificationLocked()
680 && newVisibleListeners != null in doSetSchemaWithChangeNotificationLocked()
681 && newVisibleListeners.contains(listeningPackageName)); in doSetSchemaWithChangeNotificationLocked()