Searched refs:in (Results 276 - 300 of 305) sorted by relevance

<<111213

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.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
128 * Receives events from mConnectThread & mSession back in the main thread.
147 * failed, and all shares in batch failed
266 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION);
267 mContext.sendBroadcast(in);
293 if (D) Log.d(TAG, "Mark all ShareInfo in the batch as failed");
353 * 6) Start the session and process the first share in batch
358 * 3) Start the session and process the first share in batc
[all...]
/packages/apps/ContactsCommon/libs/
H A Dlibphonenumber-6.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/i18n/ com/google/i18n/phonenumbers/ ...
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.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
73 * ftp://ftp.isi.edu/in-notes/rfc2683.txt When a client asks for
74 * certain information in a FETCH command, the server may return the requested
75 * information in any order, not necessarily in the order that it was requested.
76 * Further, the server may return the information in separate FETCH responses
78 * to the client changes in the state of the subject message).
112 throw new MessagingException("No HostAuth in ImapStore?");
153 * Return, or create and return, an string suitable for use in a
615 parse(InputStream in) argument
[all...]
H A DImapFolder.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
185 * This method needs to operate in the unselected mode as well as the selected mode
231 * This method needs to operate in the unselected mode as well as the selected mode
411 * It's too late in the release cycle to add this risk right now.
425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
432 LogUtils.d(Logging.LOG_TAG, ioe, "IOException in search: " + searchCriteria);
481 // This is the length of the string in octets (bytes), formatted as a string literal {n}
567 // demand that the date in the date range be surrounded by double quotes, other
798 private static Body decodeBody(InputStream in, Strin argument
[all...]
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMClientService.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 // flag "DM session in progress" used from DMIntentReceiver
98 // in the same process as its clients, we don't need to deal with IPC.
188 logd("XXXXX mWakeLock.acquire() in DMClientService.onCreate() XXXXX");
207 logd("XXXXX mWakeLock.release() in DMClientService.onDestroy() XXXXX");
326 //set static flag "DM session in progress" to false. Used from DMIntentReceiver
583 private static boolean copyFile(InputStream in, File to) { argument
591 while ((len = in.read(buf)) > 0) {
607 // Check files in asset
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.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 * fade in, one fade out.
68 * time based animations for focusing/onfocusing is that in a fast scroll, there is no better way to
70 * scale animated item cannot be kept in the center because scroll animation is too fast/too slow.
97 * When using an animation that expands the selected item room has to be made in the view for
100 * to include padding in the item view itself.
114 * @param position index in ScrollAdapter
130 * @param position index in ScrollAdapter
131 * @param mainPosition position in th
2736 SavedState(Parcel in) argument
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParser.jj8 * "License"); you may not use this file except in compliance *
13 * Unless required by applicable law or agreed to in writing, *
41 * you may not use this file except in compliance with the License.
46 * Unless required by applicable law or agreed to in writing, software
61 AddressListParser parser = new AddressListParser(System.in);
432 throw new ParseException("Words in local part must be separated by '.'");
459 throw new ParseException("Atoms in domain names must be separated by '.'");
/packages/apps/Launcher3/util/com/android/launcher3/
H A DDecoderRing.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
153 // read in the bytes
157 input = new BufferedInputStream(System.in);
203 // save off the icon bits in a file for inspection
209 // save off the icon bits in a file for inspection
217 // save off the widget icon and preview bits in files for inspection
232 // In logcat, backup data is base64 encoded, but in localtransport files it is raw
235 MessageNano proto;// other types are wrapped in a checksum message
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/src/
H A DdmSocketConnector.cc5 * 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 #include <netinet/in.h> // Needed for internet address structure.
171 * a proxy authorization properties in every new session.
308 * in a string item. This is similar to string tokenizer.
337 * @param dataBufSize number of bytes contained in strBuffer
339 * @param lenRemaining number of bytes in strBufRemaining
340 * @return true if HTTP header marker "\r\n\r\n" is found in strBuffer, false otherwise
350 // Let's get the response code by looking for first space in response
387 * @param len the size of the data in th
[all...]
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmSocketConnector.cc5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
23 // It can be used in any UNIX or LINUX machine. It can allow use under Windows provided that Windows
40 #include <netinet/in.h> // Needed for internet address structure.
171 * a proxy authorization properties in every new session.
308 * in a string item. This is similar to string tokenizer.
337 * @param dataBufSize number of bytes contained in strBuffer
339 * @param lenRemaining number of bytes in strBufRemaining
340 * @return true if HTTP header marker "\r\n\r\n" is found in strBuffer, false otherwise
350 // Let's get the response code by looking for first space in respons
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.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
71 * To enable MAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
171 if (DEBUG) Log.d(TAG, "MAP Service closeService in");
576 * No changes will be applied unless in disconnected state
598 * - Each change in accounts
673 * Will ensure the key returned is greater than the largest key in use.
674 * Unless the key 255 is in use, in which case the first free masId
679 /* Find the largest masId in us
[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 DLauncher.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
192 /** The different states that Launcher can be in. */
243 // We set the state in both onCreate and then onNewIntent in some cases, which causes both
245 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
289 // External icons saved in case of resource changes, orientation, etc.
413 // configuration change) while launcher is in the foreground
524 DataInputStream in = null;
526 in
[all...]
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.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
196 // presumably there is nobody interested in the service at this point,
519 // in the media content domain, so update everything.
540 * @param offset Where in the 'ids' array we start reading
553 // fill in the ContentValues array with the right values for this pass
572 // need to determine the number of items currently in the playlist,
654 // Don't bother showing an error message in that case.
928 // NOTE: There is in fact a 1 pixel border on the right side in th
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DDateTimeParser.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
29 DateTimeParser parser = new DateTimeParser(System.in);
128 throw new Error("Missing return statement in function");
136 throw new Error("Missing return statement in function");
167 throw new Error("Missing return statement in function");
199 throw new Error("Missing return statement in function");
208 throw new Error("Missing return statement in function");
215 throw new Error("Missing return statement in function");
273 throw new Error("Missing return statement in functio
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/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
1869 string2List( String in, String delimiter, boolean doStrip) argument
1897 string2Set( String in, String delimiter, boolean doStrip) argument
1927 string2Collection( String in, String delimiter, boolean doStrip, Collection<String> collection) argument
1984 string2Map( String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2009 stringToOrderedMap( String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2033 stringToMapImpl(T out, String in, String delimEntry, String delimKey, boolean doStripEntry) argument
2073 map2String( Map<K, V> in, String sepKey, String sepEntry) 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
195 // If true, the subclass should directly update scrollX itself in its computeScroll method
425 // Convenience methods to get the offset ASSUMING that we are centering the pages in the
499 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
542 // When in free scroll mode, we need to clamp to the free scroll page range.
548 // Ensure that it is clamped by the actual set of children in all cases
573 * The restore page will be set in place of the current page at the next (likely first)
631 * Registers the specified listener on each page contained in this workspace.
810 // zoom out (and scale down), the view is still contained in th
2338 SavedState(Parcel in) argument
[all...]
H A DLauncher.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
227 /** The different states that Launcher can be in. */
287 // We set the state in both onCreate and then onNewIntent in some cases, which causes both
289 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
332 // External icons saved in case of resource changes, orientation, etc.
432 // the LauncherApplication should call this, but in case of Instrumentation it might not be present yet
483 // configuration change) while launcher is in the foreground
621 DataInputStream in
[all...]
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
H A DGen.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
1311 "\t\t included in the DM tree\n");
1352 //escape illigal chars in the node name or uri
2400 BufferedReader in = new BufferedReader(reader); //changed to support FlexML, replaced File()
2407 while ( (line = in.readLine()) != null) {
2863 while ( (line = in.readLine()) != null) {
2885 in.close();
2894 in = null;
/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 */
200 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
204 /** A map of {@link Folder} {@link Uri} to scroll position in th
560 isValidFragment(Fragment in) argument
3441 isFragmentVisible(Fragment in) argument
[all...]
/packages/providers/ContactsProvider/tests/assets/test1/
H A Dlegacy_contacts.sql50 INSERT INTO groups VALUES(3,'android.contacts.test.eclair@gmail.com','2fcbf74c8be345dc',1249176693566000,1249176693566000,NULL,0,1,'Starred in Android','Starred in Android',0,NULL);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncParser.java83 // Used to indicate that upsyncs aren't allowed (we catch this in sendLocalChanges)
98 // Maximum number of CPO's before we start redacting attendees in exceptions
106 final InputStream in, final Mailbox mailbox, final Account account,
109 super(context, resolver, in, mailbox, account);
251 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
276 * All-day recurring events MUST have a DURATION that is in the form P<n>D
277 * Other events MAY have a DURATION in any valid form (we use P<n>M)
278 * All-day events MUST have hour, minute, and second = 0; in addition, they must have
281 * hour, minute, and second = 0 and be set in UTC
305 // original instance time has hour, minute, and second set to zero, and is in UT
105 CalendarSyncParser(final Context context, final ContentResolver resolver, final InputStream in, final Mailbox mailbox, final Account account, final android.accounts.Account accountManagerAccount, final long calendarId) argument
[all...]
H A DContactsSyncParser.java81 final InputStream in, final Mailbox mailbox, final Account account,
83 super(context, resolver, in, mailbox, account);
350 // We've been removing rows from the list as they've been found in the xml
435 // Find the message in this mailbox with the given serverId
649 /** MIME type used when storing this in data table. */
660 /** MIME type used when storing this in data table. */
675 /** MIME type used when storing this in data table. */
774 * ContentProvider. It has, in addition to the Builder, ContentValues which, if present,
886 // Note Email.TYPE could be ANY type column; they are all defined in
887 // the private CommonColumns class in ContactsContrac
80 ContactsSyncParser(final Context context, final ContentResolver resolver, final InputStream in, final Mailbox mailbox, final Account account, final android.accounts.Account accountManagerAccount) argument
[all...]

Completed in 801 milliseconds

<<111213