Home | History | Annotate | Download | only in media

Lines Matching full:appcontext

114         Static(Context appContext) {
115 mPackageName = appContext.getPackageName();
116 mResources = appContext.getResources();
117 mHandler = new Handler(appContext.getMainLooper());
122 mDisplayService = (DisplayManager) appContext.getSystemService(Context.DISPLAY_SERVICE);
135 mCanConfigureWifiDisplays = appContext.checkPermission(
141 void startMonitoringRoutes(Context appContext) {
146 if (((AudioManager) appContext.getSystemService(Context.AUDIO_SERVICE))
156 appContext.registerReceiver(new WifiDisplayStatusChangedReceiver(),
158 appContext.registerReceiver(new VolumeChangeReceiver(),
736 final Context appContext = context.getApplicationContext();
737 sStatic = new Static(appContext);
738 sStatic.startMonitoringRoutes(appContext);