HomeSort by relevance Sort by last modified time
    Searched refs:Intents (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /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);
  /packages/apps/Messaging/src/com/android/messaging/receiver/
MmsWapPushReceiver.java 37 if (Telephony.Sms.Intents.WAP_PUSH_RECEIVED_ACTION.equals(intent.getAction())
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
BootCompletedReceiver.java 76 final Intent broadcast = new Intent(ContactsContract.Intents.CONTACTS_DATABASE_CREATED);
ProfileProvider.java 28 import android.provider.ContactsContract.Intents;
150 final Intent intent = new Intent(Intents.ACTION_PROFILE_CHANGED);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 40 import com.android.ex.photo.Intents;
197 Intents.EXTRA_DISPLAY_THUMBS_FULLSCREEN, false);
211 mResolvedPhotoUri = mIntent.getStringExtra(Intents.EXTRA_RESOLVED_PHOTO_URI);
212 mThumbnailUri = mIntent.getStringExtra(Intents.EXTRA_THUMBNAIL_URI);
213 mContentDescription = mIntent.getStringExtra(Intents.EXTRA_CONTENT_DESCRIPTION);
214 mWatchNetworkState = mIntent.getBooleanExtra(Intents.EXTRA_WATCH_NETWORK, false);
228 mPhotoView.setMaxInitialScale(mIntent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 45 import android.provider.Telephony.Sms.Intents;
163 * Intents.RESULT_SMS_HANDLED - the wap push pdu should be ignored.
164 * Intents.RESULT_SMS_GENERIC_ERROR - the pdu is invalid.
193 result.statusCode = Intents.RESULT_SMS_HANDLED;
198 result.statusCode = Intents.RESULT_SMS_HANDLED;
214 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR;
236 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR;
274 result.statusCode = Intents.RESULT_SMS_HANDLED;
313 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR;
323 * @return a result code from {@link android.provider.Telephony.Sms.Intents}, o
    [all...]
ImsSMSDispatcher.java 25 import android.provider.Telephony.Sms.Intents;
230 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
249 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
255 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
SmsApplication.java 40 import android.provider.Telephony.Sms.Intents;
121 * Returns true if this SmsApplicationData is complete (all intents handled).
220 Intent intent = new Intent(Intents.SMS_DELIVER_ACTION);
245 intent = new Intent(Intents.WAP_PUSH_DELIVER_ACTION);
302 intent = new Intent(Telephony.Sms.Intents.ACTION_DEFAULT_SMS_PACKAGE_CHANGED);
327 intent = new Intent(Telephony.Sms.Intents.ACTION_EXTERNAL_PROVIDER_CHANGE);
351 // Remove any entries for which we did not find all required intents.
563 // Configure this as the preferred activity for SENDTO sms/mms intents
592 new Intent(Telephony.Sms.Intents.ACTION_DEFAULT_SMS_PACKAGE_CHANGED);
596 oldAppIntent.putExtra(Telephony.Sms.Intents.EXTRA_IS_DEFAULT_SMS_APP, false)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c 804 cmsUInt32Number Intents[],
816 cmsUInt32Number LastIntent = Intents[nProfiles-1];
851 Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
875 xform ->RenderingIntent = Intents[nProfiles-1];
885 BPC, Intents,
    [all...]
cmssamp.c 49 cmsUInt32Number Intents[4];
52 Intents[0] = INTENT_RELATIVE_COLORIMETRIC; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Intents[3] = INTENT_RELATIVE_COLORIMETRIC;
54 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents,
212 // v4 + perceptual & saturation intents does have its own black point, and it is
217 // Matrix shaper share MRC & perceptual intents
221 // Get Perceptual black out of v4 profiles. That is fixed for perceptual & saturation intents
400 // v4 + perceptual & saturation intents does have its own black point, and it i
    [all...]
cmscnvrt.c 30 // Link several profiles to obtain a single LUT modelling the whole color transform. Intents, Black point
35 cmsUInt32Number Intents[],
43 // This is the default routine for ICC-style intents. A user may decide to override it by using a plugin.
44 // Supported intents are perceptual, relative colorimetric, saturation and ICC-absolute colorimetric
48 cmsUInt32Number Intents[],
56 // This is the entry for black-preserving K-only intents, which are non-ICC. Last profile have to be a output profile
61 cmsUInt32Number Intents[],
74 cmsUInt32Number Intents[],
83 // This is a structure holding implementations for all supported intents.
94 // Built-in intents
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso-intents-2.2.2-release-no-dep.jar 
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 245 if (intent.hasExtra(Intents.EXTRA_PHOTOS_URI)) {
246 mPhotosUri = intent.getStringExtra(Intents.EXTRA_PHOTOS_URI);
250 Intents.EXTRA_ENABLE_TIMER_LIGHTS_OUT, true);
252 if (intent.getBooleanExtra(Intents.EXTRA_SCALE_UP_ANIMATION, false)) {
254 mAnimationStartX = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_X, 0);
255 mAnimationStartY = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_Y, 0);
256 mAnimationStartWidth = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_WIDTH, 0);
257 mAnimationStartHeight = intent.getIntExtra(Intents.EXTRA_ANIMATION_START_HEIGHT, 0);
260 Intents.EXTRA_ACTION_BAR_HIDDEN_INITIALLY, false)
263 Intents.EXTRA_DISPLAY_THUMBS_FULLSCREEN, false)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
WapPushOverSmsTest.java 96 assertEquals(Telephony.Sms.Intents.WAP_PUSH_DELIVER_ACTION, intent.getAction());
138 assertEquals(Telephony.Sms.Intents.RESULT_SMS_HANDLED,
SmsStorageMonitorTest.java 83 assertEquals(Telephony.Sms.Intents.SIM_FULL_ACTION,
  /packages/apps/Dialer/src/com/android/dialer/calllog/
IntentProvider.java 169 intent.putExtra(ContactsContract.Intents.Insert.NAME,
192 intent.putExtra(ContactsContract.Intents.Insert.DATA, values);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsWapPushReceiver.java 39 if (Telephony.Sms.Intents.WAP_PUSH_RECEIVED_ACTION.equals(intent.getAction())
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 83 } else if (Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION.equals(action) ||
84 Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION.equals(action)) {
95 } else if (Telephony.Sms.Intents.SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 31 import android.provider.ContactsContract.Intents;
32 import android.provider.ContactsContract.Intents.Insert;
145 // Since this is the filter activity it receives all intents
148 } else if (Intents.SEARCH_SUGGESTION_CLICKED.equals(action)) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java 50 import android.provider.Telephony.Sms.Intents;
241 new IntentFilter(Intents.SMS_RECEIVED_ACTION));
266 IntentFilter mmsReceived = new IntentFilter(Intents.MMS_DOWNLOADED_ACTION);
267 mmsReceived.addAction(Intents.WAP_PUSH_RECEIVED_ACTION);
268 mmsReceived.addAction(Intents.DATA_SMS_RECEIVED_ACTION);
529 if (Intents.SMS_RECEIVED_ACTION.equals(action)) {
536 SmsMessage[] msgs = Intents.getMessagesFromIntent(intent);
584 if (Intents.MMS_DOWNLOADED_ACTION.equals(action)) {
588 else if (Intents.WAP_PUSH_RECEIVED_ACTION.equals(action)) {
592 else if (Intents.DATA_SMS_RECEIVED_ACTION.equals(action))
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertServiceTest.java 75 intent.setAction(Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
  /packages/apps/Contacts/src/com/android/contacts/
NonPhoneActivity.java 32 import android.provider.ContactsContract.Intents.Insert;
37 * Activity that intercepts DIAL and VIEW intents for phone numbers for devices that can not
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ProviderUtil.java 103 new Intent(Telephony.Sms.Intents.ACTION_EXTERNAL_PROVIDER_CHANGE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserInfoController.java 63 profileFilter.addAction(ContactsContract.Intents.ACTION_PROFILE_CHANGED);
92 if (ContactsContract.Intents.ACTION_PROFILE_CHANGED.equals(action) ||
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 23 import android.provider.Telephony.Sms.Intents;
109 return Intents.RESULT_SMS_GENERIC_ERROR;

Completed in 1433 milliseconds

12 3 4 5