HomeSort by relevance Sort by last modified time
    Searched full:sendintent (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Browser/tests/src/com/android/browser/
IntentHandlerTests.java 40 sendIntent(intent);
47 sendIntent(intent);
53 sendIntent(intent);
60 sendIntent(intent);
65 sendIntent(intent);
69 sendIntent(intent);
87 sendIntent(intent);
94 sendIntent(intent);
133 private void sendIntent(final Intent intent) throws Throwable {
134 sendIntent(intent, true)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailCleanupServiceTest.java 51 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_CHANGED, null);
55 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_REPLACED, null);
59 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_REMOVED, true);
63 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_REMOVED, null);
68 sendIntent(TEST_PACKAGE_2, Intent.ACTION_PACKAGE_REMOVED, false);
73 private void sendIntent(String sourcePackage, String action, Boolean replacingExtra) {
  /frameworks/base/docs/html/training/sharing/
send.jd 68 Intent sendIntent = new Intent();
69 sendIntent.setAction(Intent.ACTION_SEND);
70 sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
71 sendIntent.setType("text/plain");
72 startActivity(sendIntent);
94 Intent sendIntent = new Intent();
95 sendIntent.setAction(Intent.ACTION_SEND);
96 sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
97 sendIntent.setType("text/plain");
98 startActivity(<strong>Intent.createChooser(sendIntent, getResources().getText(R.string.send_to)</strong>)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java 126 sendIntent();
136 void sendIntent() {
167 sendIntent();
186 sendIntent();
  /packages/apps/Mms/apptests/
AndroidManifest.xml 22 that the new SendIntent works because the app will crash because no service
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 121 sendIntent(dev, newState, 0);
174 sendIntent(dev, newState, reason);
242 sendIntent(dev, BluetoothDevice.BOND_NONE,
253 private void sendIntent(BluetoothDevice device, int newState, int reason) {
280 // in sendIntent above
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.content.IntentSender.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/content/IntentSender.html#sendIntent(android.content.Context, int, android.content.Intent, android.content.IntentSender.OnFinished, android.os.Handler, java.lang.String)" target="_top"><code>sendIntent</code></A>(<code>Context,</nobr> int<nobr>,</nobr> Intent<nobr>,</nobr> OnFinished<nobr>,</nobr> Handler<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
methods_index_additions.html     [all...]
alldiffs_index_additions.html     [all...]
methods_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/services/java/com/android/server/location/
GeofenceManager.java 339 sendIntent(pendingIntent, intent);
349 sendIntent(pendingIntent, intent);
352 private void sendIntent(PendingIntent pendingIntent, Intent intent) {
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsSingleRecipientSender.java 111 Log.v(TAG, "sendMessage sendIntent: " + intent);
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 183 private void sendIntent(String contentPath, String version, String required, String sig) {
198 sendIntent(contentPath, version, required, sig);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 636 boolean sendIntent = false;
641 sendIntent = true;
648 sendIntent = true;
655 sendIntent = true;
667 sendIntent = true;
683 if (sendIntent)
    [all...]
  /frameworks/base/core/java/android/content/
IntentSender.java 156 public void sendIntent(Context context, int code, Intent intent,
158 sendIntent(context, code, intent, onFinished, handler, null);
187 public void sendIntent(Context context, int code, Intent intent,
Context.java     [all...]
  /frameworks/base/services/java/com/android/server/
BatteryService.java 445 // This needs to be done after sendIntent() so that we get the lastest battery stats.
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/api/
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
  /prebuilts/sdk/6/
android.jar 

Completed in 1571 milliseconds

1 2