Searched refs:baseContext (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorContext.java | 49 public DecorContext(Context baseContext, PhoneWindow phoneWindow) { in DecorContext() argument 58 displayContext = baseContext.createConfigurationContext(Configuration.EMPTY); in DecorContext() 61 displayContext = baseContext.createDisplayContext(display); in DecorContext()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | WorkLockActivityTest.kt | 60 baseContext: Context, 66 attachBaseContext(baseContext) 77 baseContext = context,
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
H A D | DecorContextTest.java | 70 final Context baseContext = Mockito.spy(mContext.getApplicationContext()); in testDecorContextWithDefaultDisplay() local 75 DecorContext context = new DecorContext(baseContext, window); in testDecorContextWithDefaultDisplay() 81 verify(baseContext, never()).createDisplayContext(any()); in testDecorContextWithDefaultDisplay()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContextWrapperTest.java | 150 final Context baseContext = getBaseContext(); in getApplicationContext() local 151 if (baseContext == null) { in getApplicationContext()
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/ |
H A D | SettingsScaffold.kt | 79 is ContextWrapper -> baseContext.getActivity()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
H A D | AuxiliaryPersistenceWrapper.kt | 139 baseContext.deleteFile(file.getPath())
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/ |
H A D | SystemUiController.kt | 190 is ContextWrapper -> baseContext.findWindow()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 2916 ContextImpl baseContext = new ContextImpl(this, mMainThread, mPackageInfo, mParams, in createWindowContextBase() local 2922 baseContext.mForceDisplayOverrideInResources = false; in createWindowContextBase() 2923 baseContext.mContextType = CONTEXT_TYPE_WINDOW_CONTEXT; in createWindowContextBase() 2925 final Resources windowContextResources = createWindowContextResources(baseContext); in createWindowContextBase() 2926 baseContext.setResources(windowContextResources); in createWindowContextBase() 2929 baseContext.setDisplay(ResourcesManager.getInstance().getAdjustedDisplay( in createWindowContextBase() 2932 return baseContext; in createWindowContextBase()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
H A D | ControlsListingControllerImplTest.kt | 131 return baseContext
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiControllerImplTest.kt | 122 mContext.baseContext
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
H A D | ControlsControllerImplTest.kt | 160 return baseContext
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 479 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { in dump() argument
|