Searched refs:set (Results 1 - 25 of 569) sorted by relevance

1234567891011>>

/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/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/data/
H A DComboAlbumSet.java35 for (MediaSet set : mSets) {
36 set.addContentListener(this);
44 for (MediaSet set : mSets) {
45 int size = set.getSubMediaSetCount();
47 return set.getSubMediaSet(index);
57 for (MediaSet set : mSets) {
58 count += set.getSubMediaSetCount();
H A DDataSourceType.java30 public static int identifySourceType(MediaSet set) { argument
31 if (set == null) {
35 Path path = set.getPath();
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 DComboAlbum.java35 for (MediaSet set : mSets) {
36 set.addContentListener(this);
44 for (MediaSet set : mSets) {
45 int size = set.getMediaItemCount();
49 ArrayList<MediaItem> fetchItems = set.getMediaItem(start, fetchCount);
63 for (MediaSet set : mSets) {
64 count += set.getMediaItemCount();
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
H A DWifiConfigurationProvider.java59 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
60 wifiConf.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN);
74 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
75 wifiConf.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN);
76 wifiConf.allowedProtocols.set(WifiConfiguration.Protocol.WPA); // For WPA
77 wifiConf.allowedProtocols.set(WifiConfiguration.Protocol.RSN); // For WPA2
78 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP);
79 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
80 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP);
81 wifiConf.allowedGroupCiphers.set(WifiConfiguratio
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DRedEyeCandidate.java26 mRect.set(candidate.mRect);
27 mBounds.set(candidate.mBounds);
31 mRect.set(rect);
32 mBounds.set(bounds);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DHolder.java22 public void set(T object) { method in class:Holder
/packages/apps/Messaging/src/com/android/messaging/util/
H A DConversationIdSet.java47 ConversationIdSet set = null;
49 set = new ConversationIdSet(Arrays.asList(conversationIdSetString.split(
52 return set;
/packages/apps/Car/Settings/src/com/android/car/settings/datetime/
H A DTimePickerActivity.java49 c.set(Calendar.HOUR_OF_DAY, mTimePicker.getHour());
50 c.set(Calendar.MINUTE, mTimePicker.getMinute());
51 c.set(Calendar.SECOND, 0);
52 c.set(Calendar.MILLISECOND, 0);
/packages/apps/Nfc/nci/jni/
H A DIntervalTimer.h31 bool set(int ms, TIMER_FUNC cb);
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
H A DDatabaseTestUtils.java31 instance.set(null, null);
/packages/apps/TV/src/com/android/tv/dvr/
H A DIdGenerator.java41 mMaxId.set(maxId);
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureLayoutHelper.java32 * things are set, the layout of bottom bar and preview rect will be calculated
252 config.mPreviewRect.set(0, 0, width, height);
255 config.mBottomBarRect.set(width - mBottomBarOptimalHeight, 0, width, height);
257 config.mBottomBarRect.set(0, height - mBottomBarOptimalHeight, width, height);
282 config.mPreviewRect.set(0, height / 2 - previewShorterEdge / 2, previewLongerEdge,
284 config.mBottomBarRect.set(width - barSize, height / 2 - previewShorterEdge / 2,
287 config.mPreviewRect.set(width / 2 - previewShorterEdge / 2, 0,
289 config.mBottomBarRect.set(width / 2 - previewShorterEdge / 2, height - barSize,
303 config.mPreviewRect.set(left, 0, right, previewShorterEdge);
304 config.mBottomBarRect.set(widt
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DContactInteractionUtilTest.java40 // Time/Date utilities rely on specific locales. Forace US and set back in tearDown()
66 calendar.set(Calendar.HOUR_OF_DAY, 8);
67 calendar.set(Calendar.MINUTE, 8);
75 calendar.set(Calendar.HOUR_OF_DAY, 22);
76 calendar.set(Calendar.MINUTE, 18);
84 calendar.set(
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DSimpleBackupSharedPreference.java61 final Set<?> set = (Set<?>) mValue;
63 for (final Object o : set) {
76 final Set<Object> set = Sets.newHashSet();
79 set.add(array.get(i));
81 value = set;
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
H A DAddWifiActivity.java93 wifiConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
94 wifiConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP);
95 wifiConfig.allowedProtocols.set(WifiConfiguration.Protocol.RSN);
96 wifiConfig.allowedProtocols.set(WifiConfiguration.Protocol.WPA);
97 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP40);
98 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP104);
101 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
103 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP);
104 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP);
106 wifiConfig.allowedKeyManagement.set(WifiConfiguratio
[all...]
/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
H A DPawAnswerHint.java138 AnimatorSet set = new AnimatorSet();
139 set.play(createFadeInScaleAndAlpha(payloadView));
140 return set;
160 AnimatorSet set = new AnimatorSet();
161 set.play(scale).with(alpha);
162 return set;
166 AnimatorSet set = new AnimatorSet();
167 set.play(createFadeOutScaleAndAlpha(payloadView, FADE_OUT_DELAY_SCALE_SMALL_MILLIS));
168 return set;
188 AnimatorSet set
[all...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DVerifyAppsOverUsbPreferenceControllerTest.java72 public GlobalSetter set(String setting, int value) { method in class:VerifyAppsOverUsbPreferenceControllerTest.GlobalSetter
108 mGlobals.set(Global.ADB_ENABLED, 1).set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1);
118 mGlobals.set(Global.ADB_ENABLED, 1).set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 0);
128 mGlobals.set(Global.ADB_ENABLED, 0).set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1);
138 mGlobals.set(Global.ADB_ENABLED, 1)
139 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1)
140 .set(Globa
[all...]
H A DTelephonyMonitorPreferenceControllerTest.java70 SettingsShadowSystemProperties.set(
81 SettingsShadowSystemProperties.set(
92 SettingsShadowSystemProperties.set(
103 SettingsShadowSystemProperties.set(
114 SettingsShadowSystemProperties.set(
125 SettingsShadowSystemProperties.set(
136 SettingsShadowSystemProperties.set(
139 SettingsShadowSystemProperties.set(
152 SettingsShadowSystemProperties.set(
155 SettingsShadowSystemProperties.set(
[all...]
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/nonrequiredapps/
H A DNonRequiredAppsLogicTest.java178 private void setCurrentSystemApps(Set<String> set) { argument
179 when(mUtils.getCurrentSystemApps(mIPackageManager, TEST_USER_ID)).thenReturn(set);
182 private void setLastSnapshot(Set<String> set) { argument
183 when(mSnapshot.getSnapshot(TEST_USER_ID)).thenReturn(set);
187 private void setNonRequiredApps(Set<String> set) { argument
188 when(mProvider.getNonRequiredApps(TEST_USER_ID)).thenReturn(set);
192 Set<String> set = new HashSet<>(ids.length);
194 set.add(APPS[id]);
196 return set;
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DMessage.java112 private final void setFlagDirectlyForTest(String flag, boolean set) throws MessagingException { argument
113 if (set) {
120 public void setFlag(String flag, boolean set) throws MessagingException { argument
121 setFlagDirectlyForTest(flag, set);
128 * @param set
130 public void setFlags(String[] flags, boolean set) throws MessagingException { argument
132 setFlag(flag, set);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DMessage.java113 public final void setFlagDirectlyForTest(Flag flag, boolean set) throws MessagingException { argument
114 if (set) {
121 public void setFlag(Flag flag, boolean set) throws MessagingException { argument
122 setFlagDirectlyForTest(flag, set);
128 * @param set
130 public void setFlags(Flag[] flags, boolean set) throws MessagingException { argument
132 setFlag(flag, set);
/packages/apps/Camera2/src/com/android/camera/async/
H A DMainThread.java70 sIsMainThread.set(true);
74 sIsMainThread.set(false);

Completed in 2513 milliseconds

1234567891011>>