Home | History | Annotate | Download | only in server

Lines Matching refs:intentFilter

39 import android.content.IntentFilter;
267 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED));
281 },new IntentFilter(ConnectivityManager.ACTION_TETHER_STATE_CHANGED));
1904 IntentFilter intentFilter = new IntentFilter();
1905 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
1906 intentFilter.addAction(Intent.ACTION_SCREEN_OFF);
1907 intentFilter.addAction(Intent.ACTION_BATTERY_CHANGED);
1908 intentFilter.addAction(ACTION_DEVICE_IDLE);
1909 intentFilter.addAction(BluetoothA2dp.ACTION_SINK_STATE_CHANGED);
1910 mContext.registerReceiver(mReceiver, intentFilter);