Home
last modified time | relevance | path

Searched refs:mApplicationContext (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/view/
H A DDisplayTest.java87 private Context mApplicationContext; field in DisplayTest
185 mApplicationContext.getResources()); in testConstructor_defaultResources_matchesDisplayInfo()
209 mApplicationContext.getResources()); in testGetRotation_resourcesWithOverrideDisplayAdjustments_rotationAdjusted()
219 mApplicationContext.getResources()); in testGetRealSize_defaultResourcesPortrait_matchesLogicalSize()
229 mApplicationContext.getResources()); in testGetRealSize_defaultResourcesLandscape_matchesRotatedLogicalSize()
262 mApplicationContext.getResources()); in testGetRealSize_resourcesWithPortraitOverrideRotation_rotatedLogicalSize()
275 mApplicationContext.getResources()); in testGetRealSize_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
287 mApplicationContext.getResources()); in testGetRealSize_resourcesPortraitSandboxed_matchesAppSandboxBounds()
302 mApplicationContext.getResources()); in testGetRealSize_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds()
314 mApplicationContext.getResources()); in testGetRealSize_resourcesLandscapeSandboxed_matchesAppSandboxBounds()
[all …]
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DSlicePurchaseActivity.java66 @NonNull private Context mApplicationContext; field in SlicePurchaseActivity
84 mApplicationContext = getApplicationContext(); in onCreate()
90 SlicePurchaseBroadcastReceiver.cancelNotification(mApplicationContext, mCapability); in onCreate()
111 SlicePurchaseBroadcastReceiver.sendSlicePurchaseAppResponseWithData(mApplicationContext, in onCreate()
125 SlicePurchaseBroadcastReceiver.sendSlicePurchaseAppResponseWithData(mApplicationContext, in onCreate()
170 SlicePurchaseBroadcastReceiver.sendSlicePurchaseAppResponseWithData(mApplicationContext, in onPurchaseFailed()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java90 private Context mApplicationContext = null; field in MffContext
244 return mApplicationContext; in getApplicationContext()
307 mRenderScript = RenderScript.create(mApplicationContext); in getRenderScript()
343 mApplicationContext = context.getApplicationContext(); in init()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioManager.java109 private Context mApplicationContext; field in AudioManager
904 if (mApplicationContext == null) { in getContext()
907 if (mApplicationContext != null) { in getContext()
908 return mApplicationContext; in getContext()
915 mApplicationContext = context.getApplicationContext(); in setContext()
916 if (mApplicationContext != null) { in setContext()
3314 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName()); in setMode()
6422 mApplicationContext.getOpPackageName()); in setDeviceVolumeBehavior()
6518 mApplicationContext.getOpPackageName()); in setWiredDeviceConnectionState()
6810 getService().disableSafeMediaVolume(mApplicationContext.getOpPackageName()); in disableSafeMediaVolume()
[all …]
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java67 private Context mApplicationContext; field in RenderScript
1368 mApplicationContext = ctx.getApplicationContext(); in RenderScript()
1379 return mApplicationContext; in getApplicationContext()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24292 Landroid/media/AudioManager;->mApplicationContext:Landroid/content/Context;
46260 Landroid/renderscript/RenderScript;->mApplicationContext:Landroid/content/Context;