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/row/
DNotificationContentInflater.java380 ApplyCallback applyCallback = new ApplyCallback() { in apply()
404 ApplyCallback applyCallback = new ApplyCallback() { in apply()
430 ApplyCallback applyCallback = new ApplyCallback() { in apply()
455 ApplyCallback applyCallback = new ApplyCallback() { in apply()
496 ApplyCallback applyCallback) { in applyRemoteView()
905 abstract static class ApplyCallback { class in NotificationContentInflater
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java194 new NotificationContentInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()