Searched refs:in (Results 126 - 150 of 204) sorted by relevance

123456789

/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
80 # All code in LOCAL_WHOLE_STATIC_LIBRARIES will be built into this shared library.
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
H A DImapTestUtils.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
103 ByteArrayInputStream in = new ByteArrayInputStream(Utility.toAscii(content + "#trailing"));
104 return new FixedLengthInputStream(in, content.length());
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DGalParser.java4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
32 public GalParser(InputStream in, EasSyncService service) throws IOException { argument
33 super(in);
H A DAbstractSyncParser.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
52 public AbstractSyncParser(InputStream in, AbstractSyncAdapter adapter) throws IOException { argument
53 super(in);
129 // Ignore these tags, since we've only got one collection syncing in this loop
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java6 * Redistribution and use in source and binary forms, with or without
12 * - Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
290 Intent in = new Intent(this, BluetoothOppTransferActivity.class);
291 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
292 in.setData(contentUri);
293 this.startActivity(in);
299 * ContentObserver in OppService, so need update manually.
H A DBluetoothOppManager.java6 * Redistribution and use in source and binary forms, with or without
12 * - Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
210 if (V) Log.v(TAG, "Uri in batch: " + Uri.parse(splitUri[i]));
343 Intent in = new Intent(mContext, BluetoothOppBtErrorActivity.class);
344 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
345 in.putExtra("title", mContext.getString(R.string.enabling_progress_title));
346 in.putExtra("content", mContext.getString(R.string.ErrorTooManyRequests));
347 mContext.startActivity(in);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmReceiver.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
87 // fills in the Intent to add some extra data, it must unparcel the
92 Parcel in = Parcel.obtain();
93 in.unmarshall(data, 0, data.length);
94 in.setDataPosition(0);
95 alarm = Alarm.CREATOR.createFromParcel(in);
117 // information in bug reports.
239 // We have to cancel the original notification since it is in the
H A DTimePicker.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
144 // Update the time displayed in the picker:
150 // Put "-" in digits that was not entered by passing -1
235 // Clicking on the bottom right button will add "00" to the time in AM/PM
266 // Enable/disable keys in the numeric key pad according to the data entered
391 // If 0 was entered as the first digit in AM/PM mode, do not allow a second 0
415 // Returns the time already entered in decimal representation. if time is H1 H2 : M1 M2
532 private SavedState(Parcel in) { argument
533 super(in);
[all...]
/packages/apps/Email/emailcommon/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Email/src/org/apache/commons/io/
H A DFileSystemUtils.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
103 * Instances should NOT be constructed in standard programming.
115 * As this is not very useful, this method is deprecated in favour
116 * of {@link #freeSpaceKb(String)} which returns a result in kilobytes.
130 * @throws IllegalStateException if an error occurred in initialisation
132 * @since Commons IO 1.1, enhanced OS support in 1.2 and 1.3
134 * Deprecated from 1.3, may be removed in 2.0
142 * Returns the free space on a drive or volume in kilobytes by invoking
159 * @return the amount of free drive space on the drive or volume in kilobyte
[all...]
/packages/inputmethods/LatinIME/java/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DPhoneNumberInteraction.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
101 private PhoneItem(Parcel in) { argument
102 this.id = in.readLong();
103 this.phoneNumber = in.readString();
104 this.accountType = in.readString();
105 this.dataSet = in.readString();
106 this.type = in.readLong();
107 this.label = in.readString();
108 this.mimeType = in
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
51 * necessarily be cloned for use in these two cases.
53 * Conventions used in naming columns:
265 // Replied-to or forwarded body (in html form)
267 // Replied-to or forwarded body (in text form)
269 // A reference to a message's unique id used in reply/forward.
270 // Protocol code can be expected to use this column in determining whether a message can be
484 // Basic columns used in message list presentation
485 // The name as shown to the user in
1352 Attachment(Parcel in) argument
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DThreePaneLayout.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
40 * This layout can show up to two panes at any given time, and operates in two different modes.
67 * has been expanded to be in view. {@link #isPaneCollapsible} must return true for this
116 // Arrays used in {@link #changePaneState}
538 // callback, should really be done in onAnimationEnd.
539 // However, because we may want to initiate a fragment transaction in the callback but
584 private SavedState(Parcel in) { argument
585 super(in);
586 mPaneState = in
[all...]
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
254 * Write an int in BigEndian into the byte array.
256 * @param pos current pos in array
268 private int readInt(byte[] in, int pos) { argument
270 ((in[pos ] & 0xFF) << 24) |
271 ((in[pos + 1] & 0xFF) << 16) |
272 ((in[pos + 2] & 0xFF) << 8) |
273 ((in[pos + 3] & 0xFF) << 0);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DTextFieldsEditorView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
211 // Show the "next" button in IME to navigate between text fields
348 private SavedState(Parcel in) { argument
349 super(in);
350 mVisibilities = new int[in.readInt()];
351 in.readIntArray(mVisibilities);
365 public SavedState createFromParcel(Parcel in) {
366 return new SavedState(in);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A Dconvolve3x3.rs5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
28 void root(const uchar4 *in, uchar4 *out, const void *usrData, uint32_t x, uint32_t y) {
/packages/apps/Phone/
H A DAndroid.mk4 # To use it add this line in your Android.mk
/packages/apps/Settings/src/com/android/settings/
H A DAccessibilityEnableScriptInjectionPreference.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
166 public SavedState createFromParcel(Parcel in) {
167 return new SavedState(in);
H A DPointerSpeedPreference.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
138 // Didn't save state for us in onSaveInstanceState
174 public SavedState createFromParcel(Parcel in) {
175 return new SavedState(in);
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountWithDataSet.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
62 public AccountWithDataSet(Parcel in) { argument
63 super(in);
64 this.dataSet = in.readString();
90 * Return {@code true} if this account has any contacts in the database.
91 * Touches DB. Don't use in the UI thread.
/packages/apps/Music/tests/src/com/android/music/functional/
H A DTestSongs.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
87 InputStream in = new FileInputStream(src);
90 // Transfer bytes from in to out
93 while ((len = in.read(buf)) > 0) {
96 in.close();
116 * Verification: The new playlist title should be sorted in alphabetical order
156 //This only check if there only 1 ringtone set in music player
/packages/apps/Nfc/src/com/android/nfc/
H A DFireflyRenderer.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
254 InputStream in = null;
257 in = mContext.getAssets().open("star.png");
259 Bitmap bitmap = BitmapFactory.decodeStream(in);
272 if (in != null) {
274 in.close();
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
59 * Visual indicator of progress in some operation. Displays a bar to the user
94 * // Start lengthy operation in a background thread
333 StateListDrawable in = (StateListDrawable) drawable;
335 int numStates = in.getStateCount();
337 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip));
367 * Each frame of the animation is wrapped in a ClipDrawable and
415 * <p>Indicate whether this progress bar is in indeterminat
1045 SavedState(Parcel in) argument
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DMimeMessage.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
48 * An implementation of Message that stores all of its metadata in RFC 822 and
59 // the values found in the headers. Use caution to prevent any out-of-phase errors. In
60 // particular, any adds/changes/deletes here must be echoed by changes in the parse() function.
75 // "Jan", not the other localized format like "Ene" (meaning January in locale es).
114 * @param in
118 public MimeMessage(InputStream in) throws IOException, MessagingException { argument
119 parse(in);
122 protected void parse(InputStream in) throw argument
567 body(BodyDescriptor bd, InputStream in) argument
[all...]

Completed in 1018 milliseconds

123456789