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.java1933 final Context mApplicationContext; field in MediaRouter.GlobalMediaRouter
1975 mApplicationContext = applicationContext; in GlobalMediaRouter()
1993 mApplicationContext, this); in start()
2013 return mApplicationContext.getContentResolver(); in getContentResolver()
2018 return mApplicationContext; in getProviderContext()
2021 return mApplicationContext.createPackageContext( in getProviderContext()
2572 + mApplicationContext.getPackageName() + ", callers=" + sb.toString()); in setSelectedRouteInternal()
2575 + mApplicationContext.getPackageName() + ", callers=" + sb.toString()); in setSelectedRouteInternal()
2766 mMsCompat = MediaSessionCompat.fromMediaSession(mApplicationContext, mediaSession); in MediaSessionRecord()
2826 mRccCompat = RemoteControlClientCompat.obtain(mApplicationContext, rcc); in RemoteControlClientRecord()
/frameworks/base/media/java/android/media/
DAudioManager.java68 private Context mApplicationContext; field in AudioManager
670 if (mApplicationContext == null) { in getContext()
673 if (mApplicationContext != null) { in getContext()
674 return mApplicationContext; in getContext()
680 mApplicationContext = context.getApplicationContext(); in setContext()
681 if (mApplicationContext != null) { in setContext()
1572 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName()); in setMode()
3602 mApplicationContext.getOpPackageName()); in setWiredDeviceConnectionState()
3799 getService().disableSafeMediaVolume(mApplicationContext.getOpPackageName()); in disableSafeMediaVolume()
/frameworks/rs/support/java/src/android/support/v8/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.java61 private Context mApplicationContext; field in RenderScript
1359 mApplicationContext = ctx.getApplicationContext(); in RenderScript()
1377 return mApplicationContext; in getApplicationContext()