Searched defs:nProgress1 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 2207 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in progressStyle_onSegmentChange_visiblyDifferent() local 2226 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in indeterminateProgressStyle_onSegmentChange_visiblyNotDifferent() local 2251 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in progressStyle_onStartIconChange_visiblyDifferent() local 2269 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in progressStyle_onEndIconChange_visiblyDifferent() local 2281 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in progressStyle_onProgressChange_visiblyDifferent() local 2293 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in indeterminateProgressStyle_onProgressChange_visiblyNotDifferent() local 2307 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in progressStyle_onIsStyledByProgressChange_visiblyDifferent() local 2319 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in indeterminateProgressStyle_onIsStyledByProgressChange_visiblyNotDifferent() local 2333 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in progressStyle_onProgressPointChange_visiblyDifferent() local 2347 final Notification.Builder nProgress1 = new Notification.Builder(mContext, "test") in indeterminateProgressStyle_onProgressPointChange_visiblyNotDifferent() local [all …]
|