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.java102 Static(Context appContext) { argument
104 mHandler = new Handler(appContext.getMainLooper());
109 mDisplayService = (DisplayManager) appContext.getSystemService(Context.DISPLAY_SERVICE);
118 void startMonitoringRoutes(Context appContext) { argument
129 appContext.registerReceiver(new WifiDisplayStatusChangedReceiver(),
131 appContext.registerReceiver(new VolumeChangeReceiver(),
364 final Context appContext = context.getApplicationContext();
365 sStatic = new Static(appContext);
366 sStatic.startMonitoringRoutes(appContext);

Completed in 215 milliseconds