Searched defs:group (Results 1 - 25 of 31) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupDetailDisplayUtils.java17 package com.android.contacts.group;
H A DGroupListItem.java16 package com.android.contacts.group;
19 * Meta-data for a contact group. We load all groups associated with the contact's
H A DGroupBrowseListAdapter.java17 package com.android.contacts.group;
59 // If there's no selected group already and the cursor is valid, then by default, select the
60 // first group
126 // Figure out if this is the first group for this account name / account type pair by
161 // Add a header if this is the first group in an account and hide the divider
182 // Bind the group data
H A DGroupBrowseListFragment.java17 package com.android.contacts.group;
48 import com.android.contacts.group.GroupBrowseListAdapter.GroupListItemViewCache;
58 * Action callbacks that can be sent by a group list.
63 * Opens the specified group for viewing.
65 * @param groupUri for the group that the user wishes to view.
192 * The listener for the group meta data loader for all groups.
H A DSuggestedMemberListAdapter.java16 package com.android.contacts.group;
40 import com.android.contacts.group.SuggestedMemberListAdapter.SuggestedMember;
48 * This adapter provides suggested contacts that can be added to a group for an
49 * {@link AutoCompleteTextView} within the group editor.
210 // Read back the results from the cursor and filter out existing group members.
217 // Filter out contacts that have already been added to this group
221 // Otherwise, add the contact as a suggested new group member
317 * This represents a single contact that is a suggestion for the user to add to a group.
H A DGroupDetailFragment.java17 package com.android.contacts.group;
60 * Displays the details of a group and shows a list of actions possible for the group.
66 * The group title has been loaded
71 * The number of group members has been determined
199 * Start the loader to retrieve the metadata for this group.
206 * Start the loader to retrieve the list of group members.
233 * The listener for the group metadata loader.
265 * The listener for the group members list loader
313 * Display the count of the number of group member
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlContainer.java26 public abstract void initialize(Context context, PreferenceGroup group, argument
H A DIndicatorControlBar.java54 public void initialize(Context context, PreferenceGroup group, argument
56 setPreferenceGroup(group);
H A DIndicatorControlBarContainer.java68 public void initialize(Context context, PreferenceGroup group, argument
72 mIndicatorControlBar.initialize(context, group, isZoomSupported);
74 mSecondLevelIndicatorControlBar.initialize(context, group,
H A DOtherSettingsPopup.java96 public void initialize(PreferenceGroup group, String[] keys) { argument
99 ListPreference pref = group.findPreference(keys[i]);
H A DIndicatorControl.java79 public void setPreferenceGroup(PreferenceGroup group) { argument
80 mPreferenceGroup = group;
81 // Preset the current mode from the title of preference group.
82 String title = group.getTitle();
H A DIndicatorControlWheelContainer.java59 public void initialize(Context context, PreferenceGroup group, argument
61 mIndicatorControlWheel.initialize(context, group, isZoomSupported,
H A DSecondLevelIndicatorControlBar.java59 public void initialize(Context context, PreferenceGroup group, argument
62 setPreferenceGroup(group);
H A DIndicatorControlWheel.java157 public void initialize(Context context, PreferenceGroup group, argument
163 setPreferenceGroup(group);
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pPersistentGroup.java28 public WifiP2pPersistentGroup(Context context, WifiP2pGroup group) { argument
30 mGroup = group;
H A DWifiP2pSettings.java219 if (DBG) Log.d(TAG, " remove group success");
222 if (DBG) Log.d(TAG, " remove group fail " + reason);
250 //delete persistent group dialog listener
260 if (DBG) Log.d(TAG, " delete group success");
263 if (DBG) Log.d(TAG, " delete group fail " + reason);
482 for (WifiP2pGroup group: groups.getGroupList()) {
483 if (DBG) Log.d(TAG, " group " + group);
484 mPersistentGroup.addPreference(new WifiP2pPersistentGroup(getActivity(), group));
488 public void onGroupInfoAvailable(WifiP2pGroup group) { argument
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
H A DSettingsFragmentBase.java66 protected void handlePreferenceGroup(PreferenceGroup group) { argument
67 for (int i = 0; i < group.getPreferenceCount(); ++i) {
68 Preference p = group.getPreference(i);
72 mController.handlePreference(group.getPreference(i));
/packages/apps/Camera/src/com/android/camera/
H A DPhotoController.java50 public void initialize(PreferenceGroup group) { argument
51 super.initialize(group);
58 if (group.findPreference(CameraSettings.KEY_CAMERA_ID) != null) {
79 if (group.findPreference(CameraSettings.KEY_CAMERA_HDR) != null) {
H A DPieController.java60 public void initialize(PreferenceGroup group) { argument
62 setPreferenceGroup(group);
130 public void setPreferenceGroup(PreferenceGroup group) { argument
131 mPreferenceGroup = group;
H A DVideoController.java53 public void initialize(PreferenceGroup group) { argument
54 super.initialize(group);
H A DCameraSettings.java85 PreferenceGroup group =
87 if (mParameters != null) initPreference(group);
88 return group;
124 PreferenceGroup group, String key) {
125 removePreference(group, key);
152 private void initPreference(PreferenceGroup group) { argument
153 ListPreference videoQuality = group.findPreference(KEY_VIDEO_QUALITY);
154 ListPreference timeLapseInterval = group.findPreference(KEY_VIDEO_TIME_LAPSE_FRAME_INTERVAL);
155 ListPreference pictureSize = group.findPreference(KEY_PICTURE_SIZE);
156 ListPreference whiteBalance = group
123 removePreferenceFromScreen( PreferenceGroup group, String key) argument
229 buildExposureCompensation( PreferenceGroup group, IconListPreference exposure) argument
260 buildCameraId( PreferenceGroup group, IconListPreference preference) argument
275 removePreference(PreferenceGroup group, String key) argument
292 filterUnsupportedOptions(PreferenceGroup group, ListPreference pref, List<String> supported) argument
311 filterSimilarPictureSize(PreferenceGroup group, ListPreference pref) argument
556 initVideoEffect(PreferenceGroup group, ListPreference videoEffect) argument
[all...]
/packages/apps/Camera/src/com/android/camera/ui/
H A DMoreSettingPopup.java121 public void initialize(PreferenceGroup group, String[] keys) { argument
124 ListPreference pref = group.findPreference(keys[i]);
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
H A DCallLogGroupBuilderTest.java111 // Does not group with other types of calls, include voicemail themselves.
123 // Does not group with other types of calls.
136 // Does not group with voicemail and missed calls.
147 // Does not group with voicemail and missed calls.
237 /** Asserts that calls of the given types are grouped together into a single group. */
312 /** Asserts that the group matches the given values. */
313 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) { argument
314 assertEquals(cursorPosition, group.cursorPosition);
315 assertEquals(size, group.size);
316 assertEquals(expanded, group
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraSettings.java80 PreferenceGroup group =
82 initPreference(group);
83 return group;
116 PreferenceGroup group, String key) {
117 removePreference(group, key);
135 private void initPreference(PreferenceGroup group) { argument
136 ListPreference videoQuality = group.findPreference(KEY_VIDEO_QUALITY);
137 ListPreference timeLapseInterval = group.findPreference(KEY_VIDEO_TIME_LAPSE_FRAME_INTERVAL);
138 ListPreference pictureSize = group.findPreference(KEY_PICTURE_SIZE);
139 ListPreference whiteBalance = group
115 removePreferenceFromScreen( PreferenceGroup group, String key) argument
195 buildExposureCompensation( PreferenceGroup group, ListPreference exposure) argument
220 buildCameraId( PreferenceGroup group, IconListPreference preference) argument
235 removePreference(PreferenceGroup group, String key) argument
252 filterUnsupportedOptions(PreferenceGroup group, ListPreference pref, List<String> supported) argument
471 initVideoEffect(PreferenceGroup group, ListPreference videoEffect) argument
[all...]
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java192 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info);
196 addRow(group, R.string.wifi_status, Summary.get(mConfigUi.getContext(), state));
202 addRow(group, R.string.wifi_signal, signal[level]);
207 addRow(group, R.string.wifi_speed, info.getLinkSpeed() + WifiInfo.LINK_SPEED_UNITS);
210 addRow(group, R.string.wifi_security, mAccessPoint.getSecurityString(false));
223 addRow(group, R.string.wifi_ip_address, a.getHostAddress());
268 private void addRow(ViewGroup group, int name, String value) { argument
269 View row = mConfigUi.getLayoutInflater().inflate(R.layout.wifi_dialog_row, group, false);
272 group.addView(row);

Completed in 1296 milliseconds

12