| return mSingleNotificationChannel != null && mStartingChannelImportance != mChosenImportance; | return mSingleNotificationChannel != null && mChosenImportance != null && (mStartingChannelImportance != mChosenImportance || (mWasShownHighPriority && mChosenImportance < IMPORTANCE_DEFAULT) || (!mWasShownHighPriority && mChosenImportance >= IMPORTANCE_DEFAULT)); | mSingleNotificationChannel != null && mStartingChannelImportance != mChosenImportance | mSingleNotificationChannel != null && mChosenImportance != null && (mStartingChannelImportance != mChosenImportance || (mWasShownHighPriority && mChosenImportance < IMPORTANCE_DEFAULT) || (!mWasShownHighPriority && mChosenImportance >= IMPORTANCE_DEFAULT)) | platform_frameworks_base | caed15cd8bcacadb1761ae88a3747a7c3e130999 | com.android.systemui.statusbar.notification.row.NotificationInfo | | | _1 | mChosenImportance |
|---|
| _2 | mChosenImportance |
|---|
| | TCIVar | mChosenImportance |
|---|
| v0 | mSingleNotificationChannel |
|---|
| v1 | null |
|---|
| | | TCIVar | mChosenImportance |
|---|
| v0 | mSingleNotificationChannel |
|---|
| v1 | null |
|---|
| Uses | False |