Searched refs:mNotificationsPreference (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppManagementFragment.java79 private NotificationsPreference mNotificationsPreference; field in class:AppManagementFragment
309 if (mNotificationsPreference == null) {
310 mNotificationsPreference = new NotificationsPreference(themedContext, mEntry);
311 mNotificationsPreference.setKey(KEY_NOTIFICATIONS);
312 replacePreference(mNotificationsPreference);
314 mNotificationsPreference.setEntry(mEntry);

Completed in 22 milliseconds