OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSecondary
(Results
1 - 20
of
20
) sorted by null
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
LocationTest.java
42
location1.
setSecondary
(location2);
48
location1.
setSecondary
(location2);
49
location2.
setSecondary
(location3);
56
location1.
setSecondary
(location2);
57
location2.
setSecondary
(location3);
58
location3.
setSecondary
(location4);
94
location.
setSecondary
(last);
/packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java
86
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).
setSecondary
(true));
87
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).
setSecondary
(true));
88
kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).
setSecondary
(true));
90
kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).
setSecondary
(true)
108
kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).
setSecondary
(true).setCustomColumn(
139
kind.typeList.add(buildRelationType(Relation.TYPE_CUSTOM).
setSecondary
(true)
165
kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).
setSecondary
(true)
ExchangeAccountType.java
180
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).
setSecondary
(true)
182
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).
setSecondary
(true)
185
.add(buildPhoneType(Phone.TYPE_PAGER).
setSecondary
(true).setSpecificMax(1));
186
kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).
setSecondary
(true).setSpecificMax(1));
187
kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).
setSecondary
(true)
189
kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).
setSecondary
(true).setSpecificMax(1));
191
.add(buildPhoneType(Phone.TYPE_RADIO).
setSecondary
(true).setSpecificMax(1));
192
kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).
setSecondary
(true)
BaseAccountType.java
268
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).
setSecondary
(true));
269
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).
setSecondary
(true));
270
kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).
setSecondary
(true));
273
buildPhoneType(Phone.TYPE_CUSTOM).
setSecondary
(true).setCustomColumn(Phone.LABEL));
274
kind.typeList.add(buildPhoneType(Phone.TYPE_CALLBACK).
setSecondary
(true));
275
kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).
setSecondary
(true));
276
kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).
setSecondary
(true));
277
kind.typeList.add(buildPhoneType(Phone.TYPE_ISDN).
setSecondary
(true));
278
kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN).
setSecondary
(true));
279
kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER_FAX).
setSecondary
(true))
[
all
...]
AccountType.java
376
public EditType
setSecondary
(boolean secondary) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java
195
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).
setSecondary
(true));
196
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).
setSecondary
(true));
197
kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).
setSecondary
(true));
199
kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).
setSecondary
(true).setCustomColumn(
201
kind.typeList.add(buildPhoneType(Phone.TYPE_CALLBACK).
setSecondary
(true));
202
kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).
setSecondary
(true));
203
kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).
setSecondary
(true));
204
kind.typeList.add(buildPhoneType(Phone.TYPE_ISDN).
setSecondary
(true));
205
kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN).
setSecondary
(true));
206
kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER_FAX).
setSecondary
(true))
[
all
...]
ExchangeSource.java
133
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).
setSecondary
(true)
135
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).
setSecondary
(true)
138
.add(buildPhoneType(Phone.TYPE_PAGER).
setSecondary
(true).setSpecificMax(1));
139
kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).
setSecondary
(true).setSpecificMax(1));
140
kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).
setSecondary
(true)
142
kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).
setSecondary
(true).setSpecificMax(1));
144
.add(buildPhoneType(Phone.TYPE_RADIO).
setSecondary
(true).setSpecificMax(1));
145
kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).
setSecondary
(true)
234
kind.typeList.add(buildImType(Im.PROTOCOL_CUSTOM).
setSecondary
(true).setCustomColumn(
254
kind.typeList.add(buildOrgType(Organization.TYPE_CUSTOM).
setSecondary
(true
[
all
...]
GoogleSource.java
92
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).
setSecondary
(true));
93
kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).
setSecondary
(true));
94
kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).
setSecondary
(true));
96
kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).
setSecondary
(true).setCustomColumn(
116
kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).
setSecondary
(true).setCustomColumn(
ContactsSource.java
259
public EditType
setSecondary
(boolean secondary) {
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Location.java
115
public void
setSecondary
(@Nullable Location secondary) {
505
location.
setSecondary
(null);
508
next.
setSecondary
(location);
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
StateListDetector.java
133
location.
setSecondary
(secondary);
ManifestOrderDetector.java
332
l.
setSecondary
(secondary);
337
location.
setSecondary
(secondary);
AlwaysShowActionDetector.java
153
location.
setSecondary
(next);
ArraySizeDetector.java
246
location.
setSecondary
(mLocations.get(name));
DuplicateIdDetector.java
193
prev.
setSecondary
(o.location);
233
location.
setSecondary
(occurrence.location);
256
location.
setSecondary
(secondLocation);
284
location.
setSecondary
(occurrence.location);
TranslationDetector.java
444
location.
setSecondary
(mMissingLocations.get(name));
456
location.
setSecondary
(mExtraLocations.get(name));
IconDetector.java
524
location.
setSecondary
(linkedLocation);
[
all
...]
UnusedResourceDetector.java
343
location.
setSecondary
(oldLocation);
/packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java
108
phoneKind.typeList.add(new EditType(Phone.TYPE_FAX_WORK, -1).
setSecondary
(true));
[
all
...]
/prebuilts/sdk/tools/lib/
lint_api.jar
Completed in 1456 milliseconds