Searched refs:mAppRow (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/ |
D | AppNotificationSettings.java | 53 private AppRow mAppRow; field in AppNotificationSettings 59 if (mAppRow == null) return; in onActivityCreated() 60 AppHeader.createAppHeader(this, mAppRow.icon, mAppRow.label, mAppRow.pkg, mAppRow.uid, in onActivityCreated() 61 mAppRow.settingsIntent); in onActivityCreated() 84 mAppRow = mBackend.loadAppRow(mContext, mPm, mPkgInfo); in onCreate() 92 rows.put(mAppRow.pkg, mAppRow); in onCreate() 95 setupImportancePrefs(mAppRow.systemApp, mAppRow.appImportance, mAppRow.banned); in onCreate() 96 setupPriorityPref(mAppRow.appBypassDnd); in onCreate() 97 setupVisOverridePref(mAppRow.appVisOverride); in onCreate() 98 updateDependents(mAppRow.appImportance); in onCreate()
|