Searched refs:mSuppressShowOverApps (Results 1 – 2 of 2) sorted by relevance
10234 private boolean mSuppressShowOverApps; field in Notification.Builder.TvExtender10254 mSuppressShowOverApps = bundle.getBoolean(EXTRA_SUPPRESS_SHOW_OVER_APPS); in TvExtender()10271 bundle.putBoolean(EXTRA_SUPPRESS_SHOW_OVER_APPS, mSuppressShowOverApps); in extend()10370 mSuppressShowOverApps = suppress; in setSuppressShowOverApps()10379 return mSuppressShowOverApps; in getSuppressShowOverApps()
7873 Landroid/app/Notification$TvExtender;->mSuppressShowOverApps:Z