Home
last modified time | relevance | path

Searched refs:sysuiContext (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DPluginUtils.java22 public static void setId(Context sysuiContext, View view, String id) { in setId() argument
23 int i = sysuiContext.getResources().getIdentifier(id, "id", sysuiContext.getPackageName()); in setId()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/
DCustomTileDefaultsRepositoryTest.kt56 @Mock private lateinit var sysuiContext: Context variable in com.android.systemui.qs.tiles.impl.custom.CustomTileDefaultsRepositoryTest
71 whenever(sysuiContext.createContextAsUser(eq(USER_1), any())).thenReturn(user1Context) in setup()
75 whenever(sysuiContext.createContextAsUser(eq(USER_2), any())).thenReturn(user2Context) in setup()
81 sysuiContext, in setup()
/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
DPlugin.java124 default void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
DPluginFragment.java27 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt105 sysuiContext: Context, in inflateSmartReplyState()
126 sysuiContext: Context, in inflateSmartReplyState()
144 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) in inflateSmartReplyState()
162 ContextThemeWrapper(notifPackageContext, sysuiContext.theme) in inflateSmartReplyState()
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
DSampleOverlayPlugin.java41 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt72 private val sysuiContext: Context, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController
300 mView.setLockScreenColor(Utils.getColorAttrDefaultColor(sysuiContext, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java499 private Drawable getIcon(Context sysuiContext, in getIcon() argument
514 sysuiContext.getResources().getValue(R.dimen.status_bar_icon_scale_factor, in getIcon()
523 Resources res = sysuiContext.getResources(); in getIcon()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginActionManagerTest.java301 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
DPluginInstanceTest.java295 public void onCreate(Context sysuiContext, Context pluginContext) { in onCreate() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java107 Context sysuiContext, Context notifPackageContext, NotificationEntry entry,
DNotificationRowContentBinderImplTest.kt83 sysuiContext: Context, in <lambda>()
DNotificationTestHelper.java714 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(Context sysuiContext, in inflateSmartReplyViewHolder() argument
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2094 Context sysuiContext = mContext.mMainThread.getSystemUiContext(); in getResourcesForApplication() local
2096 sysuiContext = sysuiContext.createConfigurationContext(configuration); in getResourcesForApplication()
2098 return sysuiContext.getResources(); in getResourcesForApplication()
/frameworks/base/packages/SystemUI/docs/
Dplugins.md111 public void onCreate(Context sysuiContext, Context pluginContext);