Searched refs:onNotificationSettingsViewed (Results 1 – 6 of 6) sorted by relevance
48 void onNotificationSettingsViewed(String key); in onNotificationSettingsViewed() method
1022 public void onNotificationSettingsViewed(String key) {
77 void onNotificationSettingsViewed(String key); in onNotificationSettingsViewed() method
1299 public void onNotificationSettingsViewed(String key) throws RemoteException { in onNotificationSettingsViewed() method in StatusBarManagerService1303 mNotificationDelegate.onNotificationSettingsViewed(key); in onNotificationSettingsViewed()
512 mBarService.onNotificationSettingsViewed(key);
2835 mService.mNotificationDelegate.onNotificationSettingsViewed(r.getKey()); in testStats_updatedOnViewSettings()