HomeSort by relevance Sort by last modified time
    Searched defs:intent (Results 351 - 375 of 1045) sorted by null

<<11121314151617181920>>

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java 20 import android.content.Intent;
183 protected void onActivityResult(int requestCode, int resultCode, Intent data) {
191 Intent intent = new Intent(Intent.ACTION_SEND); local
192 intent.putExtra(Intent.EXTRA_SUBJECT, getString(R.string.debug_tool_email_subject));
193 intent.putExtra(Intent.EXTRA_TEXT, getString(R.string.debug_tool_email_body))
    [all...]
CalendarAlarmManager.java 27 import android.content.Intent;
106 "com.android.providers.calendar.intent.CalendarProvider2";
161 Intent intent = new Intent(ACTION_CHECK_NEXT_ALARM); local
162 intent.putExtra(REMOVE_ALARM_VALUE, removeAlarms);
163 PendingIntent pending = PendingIntent.getBroadcast(mContext, 0 /* ignored */, intent,
169 pending = PendingIntent.getBroadcast(mContext, 0 /* ignored */, intent,
228 Intent intent = new Intent(CalendarReceiver.SCHEDULE) local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 27 import android.content.Intent;
132 VoicemailContract.ACTION_NEW_VOICEMAIL, Intent.ACTION_PROVIDER_CHANGED);
135 Intent.ACTION_PROVIDER_CHANGED);
145 notifyVoicemailChange(mBaseUri, packagesModified, Intent.ACTION_PROVIDER_CHANGED);
158 notifyVoicemailChange(mBaseUri, packagesModified, Intent.ACTION_PROVIDER_CHANGED);
207 boolean includeSelfChangeExtra = intentAction.equals(Intent.ACTION_PROVIDER_CHANGED);
217 Intent intent = new Intent(intentAction, notificationUri); local
218 intent.setComponent(component)
238 Intent intent = new Intent(intentAction, uri); local
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java 29 import android.content.Intent;
109 final Intent intent = new Intent(Constants.ACTION_LIST); local
110 intent.setPackage(Constants.PROVIDER_PACKAGE_NAME);
111 intent.putExtra(DownloadManager.EXTRA_NOTIFICATION_CLICK_DOWNLOAD_IDS, new long[] { id });
112 sendBroadcast(intent);
  /packages/services/Telephony/src/com/android/phone/
CallController.java 27 import android.content.Intent;
50 * - resolving what the voicemail: intent should mean (and making the call)
161 * (1) OutgoingCallBroadcaster receives a CALL intent and sends the
165 * away a copy of the original CALL intent and launches
171 * setResultAndFinish() method) with the stashed-away intent from step
172 * (2) as the "intent" parameter.
175 * address out of the intent and actually initiate the call, and
188 public void placeCall(Intent intent) {
189 log("placeCall()... intent = " + intent)
593 final Intent intent = new Intent(mApp, ErrorDialogActivity.class); local
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessConnection.java 9 import android.content.Intent;
74 // Names of items placed in the bind intent or connection bundle.
159 final Intent intent = createServiceBindIntent(); local
161 intent.putExtra(EXTRA_COMMAND_LINE, commandLine);
163 mBound = mContext.bindService(intent, this, mBindFlags);
261 private Intent createServiceBindIntent() {
262 Intent intent = new Intent(); local
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 16 import android.content.Intent;
37 Intent intent = new Intent(); local
38 assertSame(intent, intent.putExtra("foo", "bar"));
39 assertEquals("bar", intent.getExtras().get("foo"));
44 Intent intent = new Intent(); local
52 Intent intent = new Intent(); local
60 Intent intent = new Intent(); local
68 Intent intent = new Intent(); local
76 Intent intent = new Intent(); local
87 Intent intent = new Intent(); local
98 Intent intent = new Intent(); local
109 Intent intent = new Intent(); local
118 Intent intent = new Intent(); local
129 Intent intent = new Intent(); local
145 Intent intent = new Intent(); local
154 Intent intent = new Intent(); local
163 Intent intent = new Intent(); local
171 Intent intent = new Intent(); local
178 Intent intent = new Intent(); local
188 Intent intent = new Intent(); local
197 Intent intent = new Intent(); local
206 Intent intent = new Intent(); local
217 Intent intent = new Intent(); local
228 Intent intent = new Intent(new Activity(), getClass()); local
234 Intent intent = new Intent(); local
242 Intent intent = new Intent(); local
251 Intent intent = new Intent(); local
276 Intent intent = new Intent(); local
377 Intent intent = new Intent(); local
387 Intent intent = new Intent(); local
397 Intent intent = new Intent(new Activity(), getClass()); local
410 Intent intent = new Intent("action"); local
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 25 import android.content.Intent;
48 public static final String ACTION_NI_VERIFY = "android.intent.action.NETWORK_INITIATED_VERIFY";
50 // string constants for defining data fields in NI Intent
211 // if not to popup dialog immediately, pending intent will open the dialog
212 Intent intent = !mPopupImmediately ? getDlgIntent(notif) : new Intent(); local
213 PendingIntent pi = PendingIntent.getBroadcast(mContext, 0, intent, 0);
223 Intent intent = getDlgIntent(notif) local
236 Intent intent = new Intent(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 26 import android.content.Intent;
86 // package and class name to which we send intent to check phone book access permission
572 // false if not known and we have sent our Intent to check
582 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST); local
583 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
584 intent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
586 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, remoteDevice);
589 mContext.sendBroadcast(intent, BLUETOOTH_ADMIN_PERM)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 41 import android.content.Intent;
300 Intent intent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_PROGRESS); local
302 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
305 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
308 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, item.id);
309 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_PROGRESS, progress);
310 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination);
311 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION)
331 Intent intent = new Intent(Constants.ACTION_LIST); local
352 Intent intent; local
492 Intent intent = new Intent(Constants.ACTION_INCOMING_FILE_CONFIRM); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 25 import android.content.Intent;
48 public void onReceive(final Context context, final Intent intent) {
50 Log.v(TAG, "Received intent " + intent.toString());
52 String actionType = intent.getAction();
79 if (!intent.hasExtra(Timers.TIMER_INTENT_EXTRA)) {
81 Log.e(TAG, "got intent without Timer data");
85 // Get the timer out of the Intent
86 int timerId = intent.getIntExtra(Timers.TIMER_INTENT_EXTRA, -1)
211 Intent intent = new Intent(); local
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 23 import android.content.Intent;
144 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE); local
145 intent.setPackage("com.android.nfc");
146 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
305 Intent aidIntent = new Intent(HostApduService.SERVICE_INTERFACE);
387 Intent intent = new Intent(HostApduService.SERVICE_INTERFACE) local
415 Intent intent = new Intent(mContext, AppChooserActivity.class); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 27 import android.content.Intent;
28 import android.content.Intent.ShortcutIconResource;
56 * {@link Intent#EXTRA_INTENT} query, along with any injected items.
67 * Base {@link Intent} used when building list.
69 private Intent mBaseIntent;
75 final Intent intent = getIntent(); local
77 // Read base intent from extras, otherwise assume default
78 Parcelable parcel = intent.getParcelableExtra(Intent.EXTRA_INTENT)
111 Intent intent = getIntentForPosition(which); local
145 final Intent intent = getIntent(); local
251 Intent intent = new Intent(baseIntent); local
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 28 import android.content.Intent;
45 static final String EXTRA_LIVE_WALLPAPER_INTENT = "android.live_wallpaper.intent";
56 private Intent mWallpaperIntent;
60 static void showPreview(Activity activity, int code, Intent intent, WallpaperInfo info) {
65 Intent preview = new Intent(activity, LiveWallpaperPreview.class);
66 preview.putExtra(EXTRA_LIVE_WALLPAPER_INTENT, intent);
77 mWallpaperIntent = (Intent) extras.get(EXTRA_LIVE_WALLPAPER_INTENT);
114 Intent intent = new Intent() local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessClientActivity.java 24 import android.content.Intent;
59 startActivity(new Intent(Settings.ACTION_BLUETOOTH_SETTINGS));
80 Intent intent = new Intent(this, DevicePickerActivity.class); local
81 startActivityForResult(intent, PICK_SERVER_DEVICE_REQUEST);
85 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); local
86 startActivityForResult(intent, ENABLE_BLUETOOTH_REQUEST)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SimpleReaderActivity.java 5 import android.content.Intent;
53 Intent intent = getIntent(); local
54 mApdus = intent.getStringArrayExtra(EXTRA_APDUS);
55 mResponses = intent.getStringArrayExtra(EXTRA_RESPONSES);
  /cts/tests/src/android/app/cts/
TestedScreen.java 20 import android.content.Intent;
41 final Intent intent = new Intent(getIntent()); local
42 intent.setAction(DELIVER_RESULT);
43 intent.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
44 startActivity(intent);
47 setResult(RESULT_OK, new Intent().setAction(LaunchpadActivity.RETURNED_RESULT));
86 final Intent intent = new Intent(getIntent()).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
LocalActivityManagerTest.java 22 import android.content.Intent;
42 final Intent intent = new Intent(mInstrumentation.getTargetContext(), local
44 intent.setAction(action);
45 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
46 mInstrumentation.getTargetContext().startActivity(intent);
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 18 import android.content.Intent;
40 Intent intent = VpnService.prepare(mContext); local
41 assertNotNull(intent);
44 int count = mContext.getPackageManager().queryIntentActivities(intent, 0).size();
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlPlanetsActivity.java 20 import android.content.Intent;
29 * Intent. For the meaning of parameters, check {@PlanetsRenderingParam}
65 * @return can return null if INTENT_EXTRA_NUM_FRAMES was not set in intent.
75 Intent intent = getIntent(); local
77 param.mNumPlanets = intent.getIntExtra(INTENT_EXTRA_NUM_PLANETS, param.mNumPlanets);
78 param.mUseVboForVertices = intent.getBooleanExtra(INTENT_EXTRA_USE_VBO_VERTICES,
80 param.mUseVboForIndices = intent.getBooleanExtra(INTENT_EXTRA_USE_VBO_INDICES,
82 param.mNumFrames = intent.getIntExtra(INTENT_EXTRA_NUM_FRAMES, param.mNumFrames);
83 param.mNumIndicesPerVertex = intent.getIntExtra(INTENT_EXTRA_NUM_INDEX_BUFFERS
    [all...]
  /development/apps/Development/src/com/android/development/
AppHwPref.java 24 import android.content.Intent;
62 Intent intent = getIntent(); local
63 String pkgName = intent.getStringExtra("packageName");
Details.java 21 import android.content.Intent;
39 Intent intent = getIntent(); local
41 String title = intent.getStringExtra("title");
117 Intent intent = getIntent();
118 Cursor c = getContentResolver().query(intent.getData(), null, null, null, null);
131 + intent.getData());
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 20 import android.content.Intent;
124 public void onNewIntent(Intent intent) {
125 // onResume gets called after this to handle the intent
126 setIntent(intent);
130 * Parses the NDEF Message from the intent and prints to the TextView
132 void processIntent(Intent intent) {
133 Parcelable[] rawMsgs = intent.getParcelableArrayExtra(
156 Intent intent = new Intent(Settings.ACTION_NFCSHARING_SETTINGS) local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 20 import android.content.Intent;
42 Intent intent = getIntent(); local
43 String path = intent.getStringExtra("com.example.android.apis.Path");
58 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
59 mainIntent.addCategory(Intent.CATEGORY_SAMPLE_CODE);
121 protected Intent activityIntent(String pkg, String componentName) {
122 Intent result = new Intent()
146 Intent intent = (Intent) map.get("intent"); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 26 import android.content.Intent;
165 Intent intent = new Intent(); local
166 intent.setClass(getActivity(), DetailsActivity.class);
167 intent.putExtra("index", index);
168 startActivity(intent);

Completed in 1827 milliseconds

<<11121314151617181920>>