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.java79 private Intent mAppNotifPrefIntent; field in EntityHeaderController
195 mAppNotifPrefIntent = appNotifPrefIntent; in setAppNotifPrefIntent()
307 if (mAppNotifPrefIntent == null) { in bindButton()
316 mFragment.startActivity(mAppNotifPrefIntent); in bindButton()