Home
last modified time | relevance | path

Searched refs:mApplicationContext (Results 1 – 5 of 5) 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/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java1604 private final Context mApplicationContext; field in MediaRouter.GlobalMediaRouter
1643 mApplicationContext = applicationContext; in GlobalMediaRouter()
1660 mApplicationContext, this); in start()
1680 return mApplicationContext.getContentResolver(); in getContentResolver()
1685 return mApplicationContext; in getProviderContext()
1688 return mApplicationContext.createPackageContext( in getProviderContext()
2288 mMsCompat = MediaSessionCompat.obtain(mApplicationContext, mediaSession); in MediaSessionRecord()
2345 mRccCompat = RemoteControlClientCompat.obtain(mApplicationContext, rcc); in RemoteControlClientRecord()
/frameworks/base/media/java/android/media/
DAudioManager.java64 private Context mApplicationContext; field in AudioManager
637 if (mApplicationContext == null) { in getContext()
640 if (mApplicationContext != null) { in getContext()
641 return mApplicationContext; in getContext()
647 mApplicationContext = context.getApplicationContext(); in setContext()
648 if (mApplicationContext != null) { in setContext()
1593 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName()); in setMode()
3133 mApplicationContext.getOpPackageName()); in setWiredDeviceConnectionState()
3298 getService().disableSafeMediaVolume(mApplicationContext.getOpPackageName()); in disableSafeMediaVolume()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java59 private Context mApplicationContext; field in RenderScript
1295 mApplicationContext = ctx.getApplicationContext(); in RenderScript()
1296 mNativeLibDir = mApplicationContext.getApplicationInfo().nativeLibraryDir; in RenderScript()
1310 return mApplicationContext; in getApplicationContext()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java58 private Context mApplicationContext; field in RenderScript
1326 mApplicationContext = ctx.getApplicationContext(); in RenderScript()
1344 return mApplicationContext; in getApplicationContext()