Home
last modified time | relevance | path

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

/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/
DVideoStore.java61 void onOthersAdded(@NonNull Collection<Other> others); in onOthersAdded() method
201 mChangeListener.onOthersAdded(others); in load()
DMediaDb.java129 public void onOthersAdded(@NonNull Collection<Other> others) { in MediaDb()