Home
last modified time | relevance | path

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

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java717 sendDeletedIntentLocked(provider.id.componentName, in updateWidgetPackageStoppedMaskedState()
2097 sendDeletedIntentLocked(widget); in deleteAppWidgetLocked()
2735 private void sendDeletedIntentLocked(Widget widget) { in sendDeletedIntentLocked() method in AppWidgetServiceImpl
2736 sendDeletedIntentLocked(widget.provider.id.componentName, widget.provider.id.getProfile(), in sendDeletedIntentLocked()
2740 private void sendDeletedIntentLocked(ComponentName provider, UserHandle profile, in sendDeletedIntentLocked() method in AppWidgetServiceImpl