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.java198 notifyParentChanged(document.parentId); in createDocument()
218 notifyParentChanged(document.parentId); in deleteDocument()
321 notifyParentChanged(oldDoc.parentId); in renameDocument()
326 notifyParentChanged(newDoc.parentId); in renameDocument()
478 notifyParentChanged(document.parentId); in startWrite()
595 notifyParentChanged(document.parentId); in createDocument()
650 private void notifyParentChanged(String parentId) { in notifyParentChanged() method in StubProvider
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2410 notifyParentChanged(parentCall); in setParentAndChildCall()
2419 void notifyParentChanged(Call parentCall) { in notifyParentChanged() method in Call
DCallsManager.java3587 call.notifyParentChanged(parentCall);