Searched defs:in (Results 126 - 139 of 139) sorted by relevance

123456

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.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
65 // Try to match the order of members with the order of constants in UIProvider.
104 * The content provider URI to return the list of conversations in this
115 * The number of messages that are unseen in this folder.
120 * The number of messages that are unread in this folder.
125 * The total number of messages in this folder.
191 * A string of unread senders sorted by date, so we don't have to fetch this in multiple queries
439 public Folder(Parcel in, ClassLoader loader) { argument
440 id = in
[all...]
/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DCall.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
97 * Copy of states found in Connection object since Connection object is not available to the UI
353 private Call(Parcel in) { argument
354 mCallId = in.readInt();
355 mState = in.readInt();
356 mDisconnectCause = DisconnectCause.valueOf(in.readString());
357 mCapabilities = in.readInt();
358 mConnectTime = in.readLong();
359 mChildCallIds.addAll(Ints.asList(in
[all...]
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.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
245 // Account specified in Intent - no data set can be specified in this manner.
439 return; // just in case
733 // In either case, update the UI so the contact is no longer in the list of
911 private Member(Parcel in) { argument
912 mRawContactId = in.readLong();
913 mContactId = in.readLong();
914 mLookupUri = in
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.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 * mailboxes are included in the extra.
121 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
124 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
142 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
153 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
279 * push if it has a valid, non-initial sync key and is opted in for sync.
326 // Types after this are used for non-mail mailboxes (as in EAS)
338 * If a mailbox type is in thi
845 Mailbox(Parcel in) argument
[all...]
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
53 * necessarily be cloned for use in these two cases.
55 * Conventions used in naming columns:
134 * String for both the EmailProvider call, and the key for the value in the response.
304 // Replied-to or forwarded body (in html form)
307 // Replied-to or forwarded body (in text form)
310 // A reference to a message's unique id used in reply/forward.
311 // Protocol code can be expected to use this column in determining whether a message can be
538 // Basic columns used in messag
1520 Attachment(Parcel in) argument
[all...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DContactsSyncParser.java79 final InputStream in, final Mailbox mailbox, final Account account,
81 super(context, resolver, in, mailbox, account);
345 // We've been removing rows from the list as they've been found in the xml
430 // Find the message in this mailbox with the given serverId
640 /** MIME type used when storing this in data table. */
651 /** MIME type used when storing this in data table. */
666 /** MIME type used when storing this in data table. */
765 * ContentProvider. It has, in addition to the Builder, ContentValues which, if present,
871 // Note Email.TYPE could be ANY type column; they are all defined in
872 // the private CommonColumns class in ContactsContrac
78 ContactsSyncParser(final Context context, final ContentResolver resolver, final InputStream in, final Mailbox mailbox, final Account account, final android.accounts.Account accountManagerAccount) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.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
165 // If true, the subclass should directly update scrollX itself in its computeScroll method
303 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
391 * Registers the specified listener on each page contained in this workspace.
502 throw new IllegalStateException("Workspace can only be used in EXACTLY mode.");
527 // disallowing padding in paged view (just pass 0)
573 // The gap between pages in the PagedView should be equal to the gap from the page
574 // to the edge of the screen (so it is not visible in the current screen). To
606 // A layout scale of 1.0f assumes that the pages, in thei
1652 SavedState(Parcel in) argument
[all...]
H A DCellLayout.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
133 // When a drag operation is in progress, holds the nearest cell to the touch point
294 // have. We ignore the left/right padding on CellLayout because it turns out in our design
305 // have. We ignore the left/right padding on CellLayout because it turns out in our design
341 // Set whether or not to invert the layout horizontally if the layout is in RTL mode.
367 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
400 // pass 0, which results in the overscroll drawable not being drawn any more.
417 void scaleRectAboutCenter(Rect in, Rect out, float scale) { argument
418 int cx = in
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.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
106 * non-whitespace character; {@code null} otherwise. See comment in {@link
127 * Return the first index in the string of any of the specified characters,
131 * @param string the non-null character sequence to look in
135 * @param fromIndex the index of the first character to examine in the input
187 * in 2008 to the quality standards of the Java core libraries group.
196 * @param delims the delimiter characters. Each character in the
212 * and consistent in the way it handles trimming and empty tokens.
219 * in mos
1861 string2List( String in, String delimiter, boolean doStrip) argument
1889 string2Set( String in, String delimiter, boolean doStrip) argument
1919 string2Collection( String in, String delimiter, boolean doStrip, Collection<String> collection) argument
1976 string2Map( String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2001 stringToOrderedMap( String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2025 stringToMapImpl(T out, String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2065 map2String( Map<K, V> in, String sepKey, String sepEntry) argument
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.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
107 * non-whitespace character; {@code null} otherwise. See comment in {@link
128 * Return the first index in the string of any of the specified characters,
132 * @param string the non-null character sequence to look in
136 * @param fromIndex the index of the first character to examine in the input
188 * in 2008 to the quality standards of the Java core libraries group.
197 * @param delims the delimiter characters. Each character in the
213 * and consistent in the way it handles trimming and empty tokens.
220 * in mos
1862 string2List( String in, String delimiter, boolean doStrip) argument
1890 string2Set( String in, String delimiter, boolean doStrip) argument
1920 string2Collection( String in, String delimiter, boolean doStrip, Collection<String> collection) argument
1977 string2Map( String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2002 stringToOrderedMap( String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2026 stringToMapImpl(T out, String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2066 map2String( Map<K, V> in, String sepKey, String sepEntry) argument
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.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
94 * - Views for items in the range [mFirstPosition, mFirstPosition + getChildCount()) are
99 * long after they have scrolled offscreen if removing and recycling them would result in
108 * of columns it spans changes, all bets for other items in the same direction are off
125 // Time delay in milliseconds between posting each scroll runnables.
176 * If set to true, then we guard against jagged edges in the grid by doing expensive
236 // This is used to aid in the drawing of the drag shadow.
240 // Difference between screen coordinates and coordinates in this view.
424 * NOTE: This is based on the private API method in {
3935 SavedState(Parcel in) argument
4012 ScrollState(Parcel in) argument
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.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
146 // Must keep in sync with com.android.nfc_extras
151 // to the thrown EE_EXCEPTION_ exceptions in nfc-extras.
172 // in a disable/shutdown scenario.
228 // fields below are used in multiple threads and protected by synchronized(this)
234 boolean mInProvisionMode; // whether we're in setup wizard and enabled NFC provisioning
244 // mState is protected by this, however it is only modified in onCreate()
289 throw new SecurityException("userId passed in it not the calling user.");
626 * In other words, mState is only modified in thes
1676 transceive(String pkg, byte[] in) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.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
198 // If true, the subclass should directly update scrollX itself in its computeScroll method
437 // Convenience methods to get the offset ASSUMING that we are centering the pages in the
507 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
559 * The restore page will be set in place of the current page at the next (likely first)
603 * Registers the specified listener on each page contained in this workspace.
781 // zoom out (and scale down), the view is still contained in the parent
832 // disallowing padding in paged view (just pass 0)
884 // The gap between pages in th
2268 SavedState(Parcel in) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.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
130 * for most, if not all the methods in the ActivityController interface. This
132 * TwoPaneActivityController can be concise when the common functionality is in
141 // Keys for serialization of various information in Bundles.
175 /** Key to store an account in a bundle */
177 /** Key to store a folder in a bundle */
193 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
197 /** A map of {@link Folder} {@link Uri} to scroll position in th
538 isValidFragment(Fragment in) argument
3341 isFragmentVisible(Fragment in) argument
[all...]

Completed in 710 milliseconds

123456