Home
last modified time | relevance | path

Searched refs:Intents (Results 1 – 8 of 8) sorted by relevance

/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/receiver/
DMessagingReceiver.java21 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()
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
DUtils.java24 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()
/development/samples/browseable/AppShortcuts/
D_index.jd9 This API allows an application to define a set of Intents which are displayed as
/development/samples/browseable/BasicManagedProfile/
D_index.jd9 enable or disable other apps and how to set restrictions to them. Intents can be
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIntents.java28 public class Intents extends Activity { class
/development/samples/ApiDemos/
DREADME.txt6 - Intents
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsWapPushReceiver.java39 if (Telephony.Sms.Intents.WAP_PUSH_RECEIVED_ACTION.equals(intent.getAction()) in onReceive()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java122 filter.addAction(ContactsContract.Intents.CONTACTS_DATABASE_CREATED); in onResume()