Searched defs:set (Results 1 - 25 of 68) sorted by relevance

123

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlarmManagerInterface.java25 public void set(int type, long triggerAtMillis, PendingIntent operation); method in interface:AlarmManagerInterface
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DHolder.java22 public void set(T object) { method in class:Holder
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationSetObserver.java21 * Interface for classes that want to respond to changes in conversation sets. A conversation set
23 * five conversations and delete them. The five conversations form a set. Constructing such a set
29 // implementation, the observers can wreck the selection set unknowingly!!
32 * Called when the selection set becomes empty.
37 * Handle when the selection set is populated with some items. The observer should not make any
38 * modifications to the set while handling this event.
40 void onSetPopulated(ConversationCheckedSet set); argument
43 * Handle when the selection set gets an element added or removed. The observer should not
44 * make any modifications to the set whil
46 onSetChanged(ConversationCheckedSet set) argument
[all...]
/packages/screensavers/WebView/src/com/android/dreams/web/
H A DSetURL.java42 set(url);
47 protected void set(String url) { method in class:SetURL
54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
H A DSetURLInteractive.java42 set(url);
47 protected void set(String url) { method in class:SetURLInteractive
54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
H A DImapUtility.java59 * Gets all of the values in a sequence set per RFC 3501. Any ranges are expanded into a
60 * list of individual numbers. If the set is invalid, an empty array is returned.
64 * sequence-set = (sequence-number / sequence-range) *("," sequence-set)
67 public static String[] getImapSequenceValues(String set) { argument
69 if (set != null) {
70 String[] setItems = set.split(",");
98 * sequence-set = (sequence-number / sequence-range) *("," sequence-set)
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DChangeNotifier.java31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) { argument
32 mMediaSet = set;
36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) { argument
37 mMediaSet = set;
H A DDataSourceType.java30 public static int identifySourceType(MediaSet set) { argument
31 if (set == null) {
35 Path path = set.getPath();
/packages/apps/Nfc/nci/jni/
H A DIntervalTimer.cpp32 bool IntervalTimer::set(int ms, TIMER_FUNC cb) function in class:IntervalTimer
59 ALOGE("IntervalTimer::set: fail set timer");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DAsyncResultHolder.java45 * @param result the value to set.
47 public void set(final E result) { method in class:AsyncResultHolder
58 * Causes the current thread to wait unless the value is set or the specified time is elapsed.
62 * @return if the result is set before the time limit then the result, otherwise defaultValue.
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
H A DImapUtility.java58 * Gets all of the values in a sequence set per RFC 3501. Any ranges are expanded into a
59 * list of individual numbers. If the set is invalid, an empty array is returned.
63 * sequence-set = (sequence-number / sequence-range) *("," sequence-set)
66 public static String[] getImapSequenceValues(String set) { argument
68 if (set != null) {
69 String[] setItems = set.split(",");
97 * sequence-set = (sequence-number / sequence-range) *("," sequence-set)
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DMockAlarmManager.java41 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) { method in class:MockAlarmManager
54 * Returns whether set() was invoked.
/packages/apps/Camera2/src/com/android/camera/device/
H A DSingleDeviceRequest.java59 * If the future has not been set, set the value.
61 public boolean set(TDevice device) { method in class:SingleDeviceRequest
63 return mFuture.set(device);
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DCaptureRequestBuilderProxy.java62 * See {@link CaptureRequest.Builder#set}.
64 public <T> void set(CaptureRequest.Key<T> key, T value) { method in class:CaptureRequestBuilderProxy
65 mBuilder.set(key, value);
/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserFragmentTest.java62 /** A custom argument matcher that checks whether the set argument passed in is a set
63 * with identical attachment data as the given set.
72 public boolean matches(final Object set) { argument
74 final Set<MessagePartData> actualSet = (Set<MessagePartData>) set;
/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemList.java84 public void set(int pos, FilmstripItem data) { method in class:FilmstripItemList
85 mList.set(pos, data);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DLabelDialogFragment.java91 set(alarm, timer, tag);
119 set(alarm, timer, tag);
137 private void set(Alarm alarm, TimerObj timer, String tag) { method in class:LabelDialogFragment
145 set(alarm, tag, label);
147 set(timer, tag, label);
153 private void set(Alarm alarm, String tag, String label) { method in class:LabelDialogFragment
165 private void set(TimerObj timer, String tag, String label) { method in class:LabelDialogFragment
/packages/apps/Messaging/src/com/android/messaging/util/
H A DImeUtil.java56 public static void set(final ImeUtil imeUtil) { method in class:ImeUtil
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCachingIconLoader.java77 newEntry.set(drawable);
109 public synchronized void set(NowOrLater<Drawable> drawable) { method in class:CachingIconLoader.Entry
110 if (mGotDrawable) throw new IllegalStateException("set() may only be called once.");
/packages/apps/Settings/src/com/android/settings/net/
H A DChartDataLoader.java133 NetworkTemplate template, int uid, int set, NetworkStatsHistory existing)
136 template, uid, set, TAG_NONE, FIELD_RX_BYTES | FIELD_TX_BYTES);
132 collectHistoryForUid( NetworkTemplate template, int uid, int set, NetworkStatsHistory existing) argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSwipeableConversationItemView.java56 final ConversationCheckedSet set, final Folder folder,
60 mConversationItemView.bind(conversation, activity, set, folder, checkboxOrSenderImage,
55 bind(final Conversation conversation, final ControllableActivity activity, final ConversationCheckedSet set, final Folder folder, final int checkboxOrSenderImage, boolean swipeEnabled, final boolean importanceMarkersEnabled, final boolean showChevronsEnabled, final AnimatedAdapter animatedAdapter) argument
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DCoordinateUtils.java43 public static void set(@Nonnull final int[] coords, final int x, final int y) { method in class:CoordinateUtils
79 set(coords, xFromArray(coordsArray, index), yFromArray(coordsArray, index));
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dsparse_table.cpp47 bool SparseTable::set(const int id, const uint32_t value) { function in class:latinime::SparseTable
75 // Write a new block that containing the entry to be set.
/packages/services/Telephony/src/com/android/services/telephony/
H A DPstnPhoneCapabilitiesNotifier.java144 private int newCapabilities(int capabilities, int capability, boolean set) { argument
145 if (set) {
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DDaysOfWeek.java42 // Value when all days are set
45 // Value when no days are set
137 private void setBit(int bitIndex, boolean set) { argument
138 if (set) {
154 * Returns set of Calendar.MONDAY, Calendar.TUESDAY, etc based on the current mBitSet value
177 * @param current must be set to today
206 * @param current must be set to today or the day after the currentTime

Completed in 1015 milliseconds

123