Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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()
/frameworks/opt/car/services/tests/src/com/android/internal/car/
DCarHelperServiceTest.java56 private Context mApplicationContext; field in CarHelperServiceTest
67 doReturn(mApplicationContext).when(mMockContext).getApplicationContext(); in setUpMocks()
/frameworks/base/media/java/android/media/
DAudioManager.java92 private Context mApplicationContext; field in AudioManager
721 if (mApplicationContext == null) { in getContext()
724 if (mApplicationContext != null) { in getContext()
725 return mApplicationContext; in getContext()
731 mApplicationContext = context.getApplicationContext(); in setContext()
732 if (mApplicationContext != null) { in setContext()
1947 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName()); in setMode()
4226 mApplicationContext.getOpPackageName()); in setWiredDeviceConnectionState()
4464 getService().disableSafeMediaVolume(mApplicationContext.getOpPackageName()); in disableSafeMediaVolume()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java63 private Context mApplicationContext; field in RenderScript
1355 mApplicationContext = ctx.getApplicationContext(); in RenderScript()
1357 mNativeLibDir = mApplicationContext.getApplicationInfo().nativeLibraryDir; in RenderScript()
1370 return mApplicationContext; in getApplicationContext()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java62 private Context mApplicationContext; field in RenderScript
1374 mApplicationContext = ctx.getApplicationContext(); in RenderScript()
1392 return mApplicationContext; in getApplicationContext()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt34421 Landroid/media/AudioManager;->mApplicationContext:Landroid/content/Context;
60172 Landroid/renderscript/RenderScript;->mApplicationContext:Landroid/content/Context;