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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/app/
Intents.java 28 public class Intents extends Activity {
33 setContentView(R.layout.intents);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 25 public final class Intents {
26 private Intents() {
  /packages/apps/Settings/tests/unit/src/com/android/settings/notification/
AppNotificationSettingsTest.java 24 import android.support.test.espresso.intent.Intents;
26 import static android.support.test.espresso.intent.Intents.intended;
113 Intents.init();
117 Intents.release();
128 Intents.init();
131 Intents.release();
151 Intents.init();
154 Intents.release();
  /external/pdfium/third_party/lcms/src/
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
379 // v4 + perceptual & saturation intents does have its own black point, and it i
    [all...]
cmsxform.c     [all...]
lcms2_internal.h 595 // Container for intents plug-in
598 struct _cms_intents_list* Intents;
603 // The global Context0 storage for intents plug-in
606 // Allocate and init intents container.
923 cmsUInt32Number Intents[],
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 29 * Build intents to start app activities
32 public class Intents {
  /prebuilts/misc/common/android-support-test/espresso/
espresso_intents_release_no_deps.jar 
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceAndStateMachineTest.java 44 import android.support.test.espresso.intent.Intents;
212 Intents.init();
242 Intents.release();
546 Intents.intending(IntentMatchers.hasAction(Intent.ACTION_CALL_PRIVILEGED))
554 Intents.intended(allOf(IntentMatchers.hasAction(Intent.ACTION_CALL_PRIVILEGED),
555 IntentMatchers.hasData(dialOutUri)), Intents.times(1));
574 Intents.intended(allOf(IntentMatchers.hasAction(Intent.ACTION_CALL_PRIVILEGED),
575 IntentMatchers.hasData(dialOutUri)), Intents.times(1));
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
ContactsContract.java     [all...]
  /frameworks/base/telephony/java/android/provider/
Telephony.java 66 * app receives the {@link android.provider.Telephony.Sms.Intents#SMS_DELIVER_ACTION} broadcast
68 * android.provider.Telephony.Sms.Intents#WAP_PUSH_DELIVER_ACTION} broadcast when the user
71 * <p>Any app that wants to behave as the user's default SMS app must handle the following intents:
73 * <li>In a broadcast receiver, include an intent filter for {@link Sms.Intents#SMS_DELIVER_ACTION}
78 * Sms.Intents#WAP_PUSH_DELIVER_ACTION}} ({@code "android.provider.Telephony.WAP_PUSH_DELIVER"})
87 * <p>This allows your app to receive intents from other apps that want to deliver a
101 * Sms.Intents#SMS_RECEIVED_ACTION}
762 * Contains constants for SMS related Intents that are broadcast.
764 public static final class Intents {
770 private Intents() {
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 785 milliseconds

1 2