Home | History | Annotate | Download | only in phone

Lines Matching refs:intentFilter

30 import android.content.IntentFilter;
489 IntentFilter intentFilter =
490 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
491 intentFilter.addAction(BluetoothHeadset.ACTION_STATE_CHANGED);
492 intentFilter.addAction(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED);
493 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
494 intentFilter.addAction(Intent.ACTION_HEADSET_PLUG);
495 intentFilter.addAction(Intent.ACTION_DOCK_EVENT);
496 intentFilter.addAction(Intent.ACTION_BATTERY_LOW);
497 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
498 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED);
499 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
500 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
502 intentFilter.addAction(TtyIntent.TTY_PREFERRED_MODE_CHANGE_ACTION);
504 intentFilter.addAction(AudioManager.RINGER_MODE_CHANGED_ACTION);
505 registerReceiver(mReceiver, intentFilter);
510 IntentFilter mediaButtonIntentFilter =
511 new IntentFilter(Intent.ACTION_MEDIA_BUTTON);
1493 * adjust its IntentFilter's priority (to make sure we get these