Searched refs:noteAppWidgetTapped (Results 1 – 4 of 4) sorted by relevance
82 oneway void noteAppWidgetTapped(in String callingPackage, in int appWidgetId); in noteAppWidgetTapped() method
1417 public void noteAppWidgetTapped(int appWidgetId) { in noteAppWidgetTapped() method in AppWidgetManager1419 mService.noteAppWidgetTapped(mPackageName, appWidgetId); in noteAppWidgetTapped()
912 manager.noteAppWidgetTapped(mAppWidgetId); in getHandler()
4184 public void noteAppWidgetTapped(String callingPackage, int appWidgetId) { in noteAppWidgetTapped() method in AppWidgetServiceImpl