Home
last modified time | relevance | path

Searched refs:mAppContext (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DPowerAllowlistBackend.java64 private final Context mAppContext; field in PowerAllowlistBackend
82 mAppContext = context.getApplicationContext(); in PowerAllowlistBackend()
126 final DevicePolicyManager devicePolicyManager = mAppContext.getSystemService( in isDefaultActiveApp()
132 final AppOpsManager appOpsManager = mAppContext.getSystemService(AppOpsManager.class); in isDefaultActiveApp()
142 if (mAppContext.getPackageManager().isPackageStateProtected(pkg, userId)) { in isDefaultActiveApp()
205 uid = mAppContext.getSystemService(PackageManager.class).getPackageUid(pkg, 0); in addApp()
210 mAppContext.getSystemService(ActivityManager.class).noteAppRestrictionEnabled( in addApp()
247 uid = mAppContext.getSystemService(PackageManager.class).getPackageUid(pkg, 0); in removeApp()
251 mAppContext.getSystemService(ActivityManager.class).noteAppRestrictionEnabled( in removeApp()
297 final boolean hasTelephony = mAppContext.getPackageManager().hasSystemFeature( in refreshList()
[all …]
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginInstance.java55 private final Context mAppContext; field in PluginInstance
72 mAppContext = appContext; in PluginInstance()
122 mPlugin.onCreate(mAppContext, mPluginContext); in onCreate()
162 mPlugin.onCreate(mAppContext, mPluginContext); in loadPlugin()
/frameworks/base/core/java/android/app/
DInstrumentation.java124 private Context mAppContext; field in Instrumentation
354 return mAppContext; in getTargetContext()
2389 mAppContext = appContext; in init()
2411 mAppContext = context; in basicInit()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6737 Landroid/app/Instrumentation;->mAppContext:Landroid/content/Context;
62354 Landroid/view/ThreadedRenderer$ProcessInitializer;->mAppContext:Landroid/content/Context;