Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DEntityHeaderController.java83 private Intent mAppNotifPrefIntent; field in EntityHeaderController
212 mAppNotifPrefIntent = appNotifPrefIntent; in setAppNotifPrefIntent()
324 if (mAppNotifPrefIntent == null) { in bindButton()
333 mFragment.startActivity(mAppNotifPrefIntent); in bindButton()