Searched refs:mAppContext (Results 1 – 4 of 4) sorted by relevance
64 private final Context mAppContext; field in PowerAllowlistBackend82 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 …]
55 private final Context mAppContext; field in PluginInstance72 mAppContext = appContext; in PluginInstance()122 mPlugin.onCreate(mAppContext, mPluginContext); in onCreate()162 mPlugin.onCreate(mAppContext, mPluginContext); in loadPlugin()
124 private Context mAppContext; field in Instrumentation354 return mAppContext; in getTargetContext()2389 mAppContext = appContext; in init()2411 mAppContext = context; in basicInit()
6737 Landroid/app/Instrumentation;->mAppContext:Landroid/content/Context;62354 Landroid/view/ThreadedRenderer$ProcessInitializer;->mAppContext:Landroid/content/Context;