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.java419 ApplyCallback applyCallback = new ApplyCallback() { in apply()
443 ApplyCallback applyCallback = new ApplyCallback() { in apply()
469 ApplyCallback applyCallback = new ApplyCallback() { in apply()
494 ApplyCallback applyCallback = new ApplyCallback() { in apply()
518 ApplyCallback applyCallback = new ApplyCallback() { in apply()
561 ApplyCallback applyCallback) { in applyRemoteView()
996 abstract static class ApplyCallback { class in NotificationContentInflater
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java197 new NotificationContentInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()