Home
last modified time | relevance | path

Searched refs:ApplyCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java197 ApplyCallback applyCallback = new ApplyCallback() { in apply()
220 ApplyCallback applyCallback = new ApplyCallback() { in apply()
245 ApplyCallback applyCallback = new ApplyCallback() { in apply()
269 ApplyCallback applyCallback = new ApplyCallback() { in apply()
292 ApplyCallback applyCallback = new ApplyCallback() { in apply()
329 ApplyCallback applyCallback) { in applyRemoteView()
664 abstract static class ApplyCallback { class in NotificationInflater
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java173 new NotificationInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()