HomeSort by relevance Sort by last modified time
    Searched defs:mAppRow (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
NotificationPreferenceController.java 49 protected NotificationBackend.AppRow mAppRow;
71 if (mAppRow == null) {
74 if (mAppRow.banned) {
107 mAppRow = appRow;
127 if (mChannel != null && mAppRow != null) {
128 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel);
133 if (mChannel != null && mAppRow != null) {
134 return !Objects.equals(mChannel.getId(), mAppRow.lockedChannelId);
140 if (mChannel != null && mAppRow != null)
    [all...]
NotificationSettingsBase.java 76 protected NotificationBackend.AppRow mAppRow;
126 controller.onResume(mAppRow, mChannel, mChannelGroup, mSuspendedAppsAdmin);
158 if (mUid < 0 || TextUtils.isEmpty(mPkg) || mPkgInfo == null || mAppRow == null) {
167 if (mAppRow == null) {
188 mAppRow = mBackend.loadAppRow(mContext, mPm, mPkgInfo);
192 mShowLegacyChannelConfig = mBackend.onlyHasDefaultChannel(mAppRow.pkg, mAppRow.uid)
198 mAppRow.pkg, mAppRow.uid, NotificationChannel.DEFAULT_CHANNEL_ID);
216 .setPackage(mAppRow.pkg)
    [all...]

Completed in 130 milliseconds