Searched refs:RtlEnabledContext (Results 1 – 2 of 2) sorted by relevance
1175 packageContext = new RtlEnabledContext(packageContext);1309 private static class RtlEnabledContext extends ContextWrapper {1310 private RtlEnabledContext(Context packageContext) {
419 packageContext = RtlEnabledContext(packageContext) in <lambda>()542 class RtlEnabledContext(packageContext: Context) : ContextWrapper(packageContext) { in <lambda>() class in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask