Searched refs:mApplicationContext (Results 1 – 9 of 9) sorted by relevance
87 private Context mApplicationContext; field in DisplayTest98 mApplicationContext = ApplicationProvider.getApplicationContext(); in setupTests()99 mApplicationContext.getResources().getConfiguration().windowConfiguration.setAppBounds( in setupTests()101 mApplicationContext.getResources().getConfiguration().windowConfiguration.setMaxBounds( in setupTests()103 mApplicationContext.getResources().getConfiguration().windowConfiguration in setupTests()185 mApplicationContext.getResources()); in testConstructor_defaultResources_matchesDisplayInfo()187 mApplicationContext.getResources().getDisplayAdjustments()); in testConstructor_defaultResources_matchesDisplayInfo()206 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_90); in testGetRotation_resourcesWithOverrideDisplayAdjustments_rotationAdjusted()209 mApplicationContext.getResources()); in testGetRotation_resourcesWithOverrideDisplayAdjustments_rotationAdjusted()219 mApplicationContext.getResources()); in testGetRealSize_defaultResourcesPortrait_matchesLogicalSize()[all …]
66 @NonNull private Context mApplicationContext; field in SlicePurchaseActivity84 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()
87 private Context mApplicationContext = null; field in MffContext236 return mApplicationContext; in getApplicationContext()327 mApplicationContext = context.getApplicationContext(); in init()
109 private Context mApplicationContext; field in HearingDevicesDialogDelegate133 showPresetErrorToast(mApplicationContext);167 mApplicationContext = applicationContext; in HearingDevicesDialogDelegate()
68 private Context mApplicationContext; field in RenderScript1360 mApplicationContext = ctx.getApplicationContext(); in RenderScript()1362 mNativeLibDir = mApplicationContext.getApplicationInfo().nativeLibraryDir; in RenderScript()1375 return mApplicationContext; in getApplicationContext()
211 private Context mApplicationContext; field in BridgeContext2046 if (mApplicationContext == null) { in getApplicationContext()2047 mApplicationContext = new ApplicationContext(this); in getApplicationContext()2049 return mApplicationContext; in getApplicationContext()
119 private Context mApplicationContext; field in AudioManager916 if (mApplicationContext == null) { in getContext()919 if (mApplicationContext != null) { in getContext()920 return mApplicationContext; in getContext()930 mApplicationContext = context.getApplicationContext(); in setContext()931 if (mApplicationContext != null) { in setContext()3334 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName()); in setMode()6625 mApplicationContext.getOpPackageName()); in setDeviceVolumeBehavior()6721 mApplicationContext.getOpPackageName()); in setWiredDeviceConnectionState()7030 getService().disableSafeMediaVolume(mApplicationContext.getOpPackageName()); in disableSafeMediaVolume()[all …]
67 private Context mApplicationContext; field in RenderScript1368 mApplicationContext = ctx.getApplicationContext(); in RenderScript()1379 return mApplicationContext; in getApplicationContext()
24292 Landroid/media/AudioManager;->mApplicationContext:Landroid/content/Context;45617 Landroid/renderscript/RenderScript;->mApplicationContext:Landroid/content/Context;