Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java218 notifyParentChanged(document.parentId); in createDocument()
238 notifyParentChanged(document.parentId); in deleteDocument()
341 notifyParentChanged(oldDoc.parentId); in renameDocument()
346 notifyParentChanged(newDoc.parentId); in renameDocument()
498 notifyParentChanged(document.parentId); in startWrite()
615 notifyParentChanged(document.parentId); in createDocument()
670 private void notifyParentChanged(String parentId) { in notifyParentChanged() method in StubProvider
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2933 notifyParentChanged(parentCall); in setParentAndChildCall()
2942 void notifyParentChanged(Call parentCall) { in notifyParentChanged() method in Call
DCallsManager.java4294 call.notifyParentChanged(parentCall);