Searched defs:mApplicationContext (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java90 private Context mApplicationContext = null; field in class:MffContext
244 return mApplicationContext;
307 mRenderScript = RenderScript.create(mApplicationContext);
343 mApplicationContext = context.getApplicationContext();
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java1604 private final Context mApplicationContext; field in class:MediaRouter.GlobalMediaRouter
1643 mApplicationContext = applicationContext;
1660 mApplicationContext, this);
1680 return mApplicationContext.getContentResolver();
1685 return mApplicationContext;
1688 return mApplicationContext.createPackageContext(
2288 mMsCompat = MediaSessionCompat.obtain(mApplicationContext, mediaSession);
2345 mRccCompat = RemoteControlClientCompat.obtain(mApplicationContext, rcc);
/frameworks/base/media/java/android/media/
H A DAudioManager.java64 private Context mApplicationContext; field in class:AudioManager
637 if (mApplicationContext == null) {
640 if (mApplicationContext != null) {
641 return mApplicationContext;
647 mApplicationContext = context.getApplicationContext();
648 if (mApplicationContext != null) {
1593 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName());
3133 mApplicationContext.getOpPackageName());
3298 getService().disableSafeMediaVolume(mApplicationContext.getOpPackageName());
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java58 private Context mApplicationContext; field in class:RenderScript
1326 mApplicationContext = ctx.getApplicationContext();
1344 return mApplicationContext;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java59 private Context mApplicationContext; field in class:RenderScript
1295 mApplicationContext = ctx.getApplicationContext();
1296 mNativeLibDir = mApplicationContext.getApplicationInfo().nativeLibraryDir;
1310 return mApplicationContext;

Completed in 340 milliseconds