Searched refs:Intents (Results 1 – 8 of 8) sorted by relevance
21 import android.provider.Telephony.Sms.Intents;40 if (Intents.SMS_DELIVER_ACTION.equals(action)) { in onReceive()42 } else if (Intents.WAP_PUSH_DELIVER_ACTION.equals(action)) { in onReceive()46 if (Intents.SMS_RECEIVED_ACTION.equals(action)) { in onReceive()48 } else if (Intents.WAP_PUSH_RECEIVED_ACTION.equals(action)) { in onReceive()
24 import android.provider.Telephony.Sms.Intents;63 Intent intent = new Intent(Intents.ACTION_CHANGE_DEFAULT); in setDefaultSmsApp()64 intent.putExtra(Intents.EXTRA_PACKAGE_NAME, context.getPackageName()); in setDefaultSmsApp()
9 This API allows an application to define a set of Intents which are displayed as
9 enable or disable other apps and how to set restrictions to them. Intents can be
28 public class Intents extends Activity { class
6 - Intents
39 if (Telephony.Sms.Intents.WAP_PUSH_RECEIVED_ACTION.equals(intent.getAction()) in onReceive()
122 filter.addAction(ContactsContract.Intents.CONTACTS_DATABASE_CREATED); in onResume()