Searched refs:noteAppWidgetTapped (Results 1 – 4 of 4) sorted by relevance
82 oneway void noteAppWidgetTapped(in String callingPackage, in int appWidgetId); in noteAppWidgetTapped() method
1407 public void noteAppWidgetTapped(int appWidgetId) { in noteAppWidgetTapped() method in AppWidgetManager1409 mService.noteAppWidgetTapped(mPackageName, appWidgetId); in noteAppWidgetTapped()
894 AppWidgetManager.getInstance(mContext).noteAppWidgetTapped(mAppWidgetId); in getHandler()
3824 public void noteAppWidgetTapped(String callingPackage, int appWidgetId) { in noteAppWidgetTapped() method in AppWidgetServiceImpl