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.java1885 private final Context mApplicationContext; field in class:MediaRouter.GlobalMediaRouter
1926 mApplicationContext = applicationContext;
1943 mApplicationContext, this);
1963 return mApplicationContext.getContentResolver();
1968 return mApplicationContext;
1971 return mApplicationContext.createPackageContext(
2685 mMsCompat = MediaSessionCompat.obtain(mApplicationContext, mediaSession);
2742 mRccCompat = RemoteControlClientCompat.obtain(mApplicationContext, rcc);
/frameworks/base/media/java/android/media/
H A DAudioManager.java66 private Context mApplicationContext; field in class:AudioManager
639 if (mApplicationContext == null) {
642 if (mApplicationContext != null) {
643 return mApplicationContext;
649 mApplicationContext = context.getApplicationContext();
650 if (mApplicationContext != null) {
1593 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName());
3250 mApplicationContext.getOpPackageName());
3427 getService().disableSafeMediaVolume(mApplicationContext.getOpPackageName());
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java61 private Context mApplicationContext; field in class:RenderScript
1359 mApplicationContext = ctx.getApplicationContext();
1377 return mApplicationContext;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java63 private Context mApplicationContext; field in class:RenderScript
1330 mApplicationContext = ctx.getApplicationContext();
1333 mNativeLibDir = mApplicationContext.getApplicationInfo().nativeLibraryDir;
1347 return mApplicationContext;

Completed in 2757 milliseconds