Searched defs:appContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1608 Context instrContext, Context appContext, ComponentName component,
1613 mAppContext = appContext;
1607 init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) argument
/frameworks/base/media/java/android/media/
H A DMediaRouter.java107 Static(Context appContext) { argument
108 mAppContext = appContext;
110 mHandler = new Handler(appContext.getMainLooper());
115 mDisplayService = (DisplayManager) appContext.getSystemService(Context.DISPLAY_SERVICE);
128 mCanConfigureWifiDisplays = appContext.checkPermission(
134 void startMonitoringRoutes(Context appContext) { argument
144 appContext.registerReceiver(new WifiDisplayStatusChangedReceiver(),
146 appContext.registerReceiver(new VolumeChangeReceiver(),
714 final Context appContext = context.getApplicationContext();
715 sStatic = new Static(appContext);
[all...]

Completed in 1131 milliseconds