Searched refs:mSuppressShowOverApps (Results 1 – 2 of 2) sorted by relevance
13078 private boolean mSuppressShowOverApps; field in Notification.Builder.TvExtender13098 mSuppressShowOverApps = bundle.getBoolean(EXTRA_SUPPRESS_SHOW_OVER_APPS); in TvExtender()13116 bundle.putBoolean(EXTRA_SUPPRESS_SHOW_OVER_APPS, mSuppressShowOverApps); in extend()13240 mSuppressShowOverApps = suppress; in setSuppressShowOverApps()13252 return mSuppressShowOverApps; in getSuppressShowOverApps()13260 return mSuppressShowOverApps; in isSuppressShowOverApps()
7870 Landroid/app/Notification$TvExtender;->mSuppressShowOverApps:Z