HomeSort by relevance Sort by last modified time
    Searched refs:Intents (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 25 public final class Intents {
26 private Intents() {
CaptureActivity.java 123 if (action.equals(Intents.Scan.ACTION)) {
124 if (intent.hasExtra(Intents.Scan.WIDTH) && intent.hasExtra(Intents.Scan.HEIGHT)) {
125 int width = intent.getIntExtra(Intents.Scan.WIDTH, 0);
126 int height = intent.getIntExtra(Intents.Scan.HEIGHT, 0);
132 characterSet = intent.getStringExtra(Intents.Scan.CHARACTER_SET);
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/receiver/
MessagingReceiver.java 21 import android.provider.Telephony.Sms.Intents;
40 if (Intents.SMS_DELIVER_ACTION.equals(action)) {
42 } else if (Intents.WAP_PUSH_DELIVER_ACTION.equals(action)) {
46 if (Intents.SMS_RECEIVED_ACTION.equals(action)) {
48 } else if (Intents.WAP_PUSH_RECEIVED_ACTION.equals(action)) {
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
Utils.java 24 import android.provider.Telephony.Sms.Intents;
63 Intent intent = new Intent(Intents.ACTION_CHANGE_DEFAULT);
64 intent.putExtra(Intents.EXTRA_PACKAGE_NAME, context.getPackageName());
  /frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
MainActivity.java 8 import com.android.ex.photo.Intents;
9 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
24 Intents.newPhotoViewActivityIntentBuilder(this);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 24 import android.provider.Telephony.Sms.Intents;
121 return Intents.RESULT_SMS_HANDLED;
128 return Intents.RESULT_SMS_HANDLED;
140 return Intents.RESULT_SMS_HANDLED;
146 return Intents.RESULT_SMS_HANDLED;
152 return Intents.RESULT_SMS_HANDLED;
160 return Intents.RESULT_SMS_UNSUPPORTED;
168 return Intents.RESULT_SMS_OUT_OF_MEMORY;
217 case Intents.RESULT_SMS_HANDLED:
220 case Intents.RESULT_SMS_OUT_OF_MEMORY
    [all...]
CdmaServiceCategoryProgramHandler.java 27 import android.provider.Telephony.Sms.Intents;
105 Intent intent = new Intent(Intents.SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION);
129 if ((resultCode != Activity.RESULT_OK) && (resultCode != Intents.RESULT_SMS_HANDLED)) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsReceiver.java 27 if (intent != null && intent.getAction().equals(Telephony.Sms.Intents.SMS_DELIVER_ACTION)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 23 import com.android.ex.photo.Intents;
54 final Intents.PhotoViewIntentBuilder builder =
55 Intents.newPhotoViewIntentBuilder(context,
80 final Intents.PhotoViewIntentBuilder builder = Intents.newPhotoViewIntentBuilder(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmInboundSmsHandler.java 22 import android.provider.Telephony.Sms.Intents;
90 * @return a result code from {@link android.provider.Telephony.Sms.Intents},
101 return Intents.RESULT_SMS_HANDLED;
121 return Intents.RESULT_SMS_HANDLED;
128 return Intents.RESULT_SMS_OUT_OF_MEMORY;
191 case Intents.RESULT_SMS_HANDLED:
194 case Intents.RESULT_SMS_OUT_OF_MEMORY:
196 case Intents.RESULT_SMS_GENERIC_ERROR:
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/
DialogSmsDisplayTests.java 22 import android.provider.Telephony.Sms.Intents;
125 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
132 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
139 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
146 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
153 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 57 import android.provider.Telephony.Sms.Intents;
177 /** Wake lock to ensure device stays awake while dispatching the SMS intents. */
517 result = Intents.RESULT_SMS_GENERIC_ERROR;
523 boolean handled = (result == Intents.RESULT_SMS_HANDLED);
539 result = Intents.RESULT_SMS_GENERIC_ERROR;
545 result = Intents.RESULT_SMS_GENERIC_ERROR;
560 * @return a result code from {@link android.provider.Telephony.Sms.Intents},
567 return Intents.RESULT_SMS_GENERIC_ERROR;
574 return Intents.RESULT_SMS_HANDLED;
587 return Intents.RESULT_SMS_GENERIC_ERROR
    [all...]
CellBroadcastHandler.java 46 * @param context the context to use for dispatching Intents
84 intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
89 intent = new Intent(Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION);
SmsStorageMonitor.java 27 import android.provider.Telephony.Sms.Intents;
84 // Register for device storage intents. Use these to notify the RIL
145 Intent intent = new Intent(Intents.SIM_FULL_ACTION);
  /packages/apps/Messaging/src/com/android/messaging/receiver/
AbortMmsWapPushReceiver.java 34 if (Telephony.Sms.Intents.WAP_PUSH_RECEIVED_ACTION.equals(intent.getAction())
MmsWapPushDeliverReceiver.java 34 if (Telephony.Sms.Intents.WAP_PUSH_DELIVER_ACTION.equals(intent.getAction())
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 36 const cmsUInt32Number Intents[],
64 IntentList[i] = Intents[i];
95 const cmsUInt32Number Intents[],
108 xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
142 const cmsUInt32Number Intents[],
160 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
164 Intents + (nProfiles - 1),
285 // of course, many perceptual and saturation intents does not work in such way, but relativ. ones should.
290 cmsUInt32Number Intents[],
338 IntentList[i] = Intents[i]
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendCdmaCmasMessages.java 63 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
77 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
91 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
105 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
119 Intent intent = new Intent(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 30 import android.provider.ContactsContract.Intents;
48 * {@link Intents#SHOW_OR_CREATE_CONTACT}.
121 mCreateDescrip = intent.getStringExtra(Intents.EXTRA_CREATE_DESCRIPTION);
127 mCreateForce = intent.getBooleanExtra(Intents.EXTRA_FORCE_CREATE, false);
131 mCreateExtras.putString(Intents.Insert.EMAIL, ssp);
137 mCreateExtras.putString(Intents.Insert.PHONE, ssp);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 26 import com.android.ex.photo.Intents;
27 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
62 Intents.newPhotoViewFragmentIntentBuilder(mContext, getPhotoViewFragmentClass());
  /packages/apps/Dialer/src/com/android/dialer/util/
IntentUtil.java 30 * Utilities for creation of intents in Dialer, such as {@link Intent#ACTION_CALL}.
149 intent.putExtra(ContactsContract.Intents.Insert.PHONE, phoneNumber);
152 intent.putExtra(ContactsContract.Intents.Insert.NAME, name);
155 intent.putExtra(ContactsContract.Intents.Insert.PHONE_TYPE, phoneNumberType);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmCellBroadcastHandlerTest.java 97 Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION) ||
99 Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Intents.java 28 public class Intents extends Activity {
33 setContentView(R.layout.intents);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorIntents.java 37 * Creates Intents to edit contacts.
93 intent.putParcelableArrayListExtra(ContactsContract.Intents.Insert.DATA, contentValues);
169 ContactsContract.Intents.Insert.DATA, contentValues);
174 intent.putExtra(ContactsContract.Intents.Insert.NAME, displayName);
177 intent.putExtra(ContactsContract.Intents.Insert.PHONETIC_NAME, phoneticName);

Completed in 559 milliseconds

1 2 3 4 5