Home
last modified time | relevance | path

Searched refs:mApplicationContext (Results 1 – 7 of 7) 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/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouter.java1931 final Context mApplicationContext; field in MediaRouter.GlobalMediaRouter
1973 mApplicationContext = applicationContext; in GlobalMediaRouter()
1991 mApplicationContext, this); in start()
2011 return mApplicationContext.getContentResolver(); in getContentResolver()
2016 return mApplicationContext; in getProviderContext()
2019 return mApplicationContext.createPackageContext( in getProviderContext()
2574 + mApplicationContext.getPackageName() + ", callers=" + sb.toString()); in setSelectedRouteInternal()
2577 + mApplicationContext.getPackageName() + ", callers=" + sb.toString()); in setSelectedRouteInternal()
2768 mMsCompat = MediaSessionCompat.fromMediaSession(mApplicationContext, mediaSession); in MediaSessionRecord()
2828 mRccCompat = RemoteControlClientCompat.obtain(mApplicationContext, rcc); in RemoteControlClientRecord()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouter.java1937 final Context mApplicationContext; field in MediaRouter.GlobalMediaRouter
1979 mApplicationContext = applicationContext; in GlobalMediaRouter()
1997 mApplicationContext, this); in start()
2017 return mApplicationContext.getContentResolver(); in getContentResolver()
2022 return mApplicationContext; in getProviderContext()
2025 return mApplicationContext.createPackageContext( in getProviderContext()
2587 + mApplicationContext.getPackageName() + ", callers=" + sb.toString()); in setSelectedRouteInternal()
2590 + mApplicationContext.getPackageName() + ", callers=" + sb.toString()); in setSelectedRouteInternal()
2781 mMsCompat = MediaSessionCompat.fromMediaSession(mApplicationContext, mediaSession); in MediaSessionRecord()
2841 mRccCompat = RemoteControlClientCompat.obtain(mApplicationContext, rcc); in RemoteControlClientRecord()
/frameworks/base/media/java/android/media/
DAudioManager.java81 private Context mApplicationContext; field in AudioManager
695 if (mApplicationContext == null) { in getContext()
698 if (mApplicationContext != null) { in getContext()
699 return mApplicationContext; in getContext()
705 mApplicationContext = context.getApplicationContext(); in setContext()
706 if (mApplicationContext != null) { in setContext()
1707 service.setMode(mode, mICallBack, mApplicationContext.getOpPackageName()); in setMode()
3892 mApplicationContext.getOpPackageName()); in setWiredDeviceConnectionState()
4133 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()
/frameworks/base/config/
Dhiddenapi-private-dex.txt42789 Landroid/media/AudioManager;->mApplicationContext:Landroid/content/Context;
75263 Landroid/renderscript/RenderScript;->mApplicationContext:Landroid/content/Context;