Searched refs:mSuppressShowOverApps (Results 1 – 2 of 2) sorted by relevance
12181 private boolean mSuppressShowOverApps; field in Notification.Builder.TvExtender12201 mSuppressShowOverApps = bundle.getBoolean(EXTRA_SUPPRESS_SHOW_OVER_APPS); in TvExtender()12218 bundle.putBoolean(EXTRA_SUPPRESS_SHOW_OVER_APPS, mSuppressShowOverApps); in extend()12317 mSuppressShowOverApps = suppress; in setSuppressShowOverApps()12326 return mSuppressShowOverApps; in getSuppressShowOverApps()
7870 Landroid/app/Notification$TvExtender;->mSuppressShowOverApps:Z