/packages/apps/Dialer/java/com/android/dialer/smartdial/ |
D | SmartDialPrefix.java | 114 result.add(currentIndexToken.toString()); in parseToIndexTokens() 122 result.add(currentIndexToken.toString()); in parseToIndexTokens() 150 result.add(fullNameToken.toString()); in generateNamePrefixes() 161 fullNames.add(indexTokens.get(indexTokens.size() - 1)); in generateNamePrefixes() 172 result.add(initial + fullNames.get(j)); in generateNamePrefixes() 175 result.add(initial + result.get(j)); in generateNamePrefixes() 179 fullNames.add(indexTokens.get(i) + currentFullName); in generateNamePrefixes() 204 result.add(SmartDialNameMatcher.normalizeNumber(number, mMap)); in parseToNumberTokens() 212 result.add( in parseToNumberTokens() 218 result.add( in parseToNumberTokens() [all …]
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | ContentType.java | 84 sSupportedContentTypes.add(TEXT_PLAIN); 85 sSupportedContentTypes.add(TEXT_HTML); 86 sSupportedContentTypes.add(TEXT_VCALENDAR); 87 sSupportedContentTypes.add(TEXT_VCARD); 89 sSupportedContentTypes.add(IMAGE_JPEG); 90 sSupportedContentTypes.add(IMAGE_GIF); 91 sSupportedContentTypes.add(IMAGE_WBMP); 92 sSupportedContentTypes.add(IMAGE_PNG); 93 sSupportedContentTypes.add(IMAGE_JPG); 94 sSupportedContentTypes.add(IMAGE_X_MS_BMP); [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | BaseFiltersManager.java | 120 filters.add(ImageFilterTinyPlanet.class); in addFilterClasses() 121 filters.add(ImageFilterRedEye.class); in addFilterClasses() 122 filters.add(ImageFilterWBalance.class); in addFilterClasses() 123 filters.add(ImageFilterExposure.class); in addFilterClasses() 124 filters.add(ImageFilterVignette.class); in addFilterClasses() 125 filters.add(ImageFilterGrad.class); in addFilterClasses() 126 filters.add(ImageFilterContrast.class); in addFilterClasses() 127 filters.add(ImageFilterShadows.class); in addFilterClasses() 128 filters.add(ImageFilterHighlights.class); in addFilterClasses() 129 filters.add(ImageFilterVibrance.class); in addFilterClasses() [all …]
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | SamsungAccountType.java | 93 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1)); in addDataKindStructuredPostal() 94 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1)); in addDataKindStructuredPostal() 95 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1)); in addDataKindStructuredPostal() 99 kind.fieldList.add( in addDataKindStructuredPostal() 102 kind.fieldList.add( in addDataKindStructuredPostal() 104 kind.fieldList.add( in addDataKindStructuredPostal() 106 kind.fieldList.add(new EditField(StructuredPostal.CITY, R.string.postal_city, FLAGS_POSTAL)); in addDataKindStructuredPostal() 107 kind.fieldList.add( in addDataKindStructuredPostal() 110 kind.fieldList.add( in addDataKindStructuredPostal() 112 kind.fieldList.add(new EditField(StructuredPostal.CITY, R.string.postal_city, FLAGS_POSTAL)); in addDataKindStructuredPostal() [all …]
|
D | BaseAccountType.java | 169 kind.fieldList.add( in addDataKindStructuredName() 171 kind.fieldList.add( in addDataKindStructuredName() 174 kind.fieldList.add( in addDataKindStructuredName() 177 kind.fieldList.add( in addDataKindStructuredName() 180 kind.fieldList.add( in addDataKindStructuredName() 183 kind.fieldList.add( in addDataKindStructuredName() 186 kind.fieldList.add( in addDataKindStructuredName() 189 kind.fieldList.add( in addDataKindStructuredName() 192 kind.fieldList.add( in addDataKindStructuredName() 212 kind.fieldList.add( in addDataKindDisplayName() [all …]
|
D | ExchangeAccountType.java | 92 kind.fieldList.add( in addDataKindStructuredName() 95 kind.fieldList.add( in addDataKindStructuredName() 97 kind.fieldList.add( in addDataKindStructuredName() 99 kind.fieldList.add( in addDataKindStructuredName() 101 kind.fieldList.add( in addDataKindStructuredName() 104 kind.fieldList.add( in addDataKindStructuredName() 107 kind.fieldList.add( in addDataKindStructuredName() 129 kind.fieldList.add( in addDataKindDisplayName() 133 kind.fieldList.add( in addDataKindDisplayName() 135 kind.fieldList.add( in addDataKindDisplayName() [all …]
|
D | GoogleAccountType.java | 87 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE)); in addDataKindPhone() 88 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK)); in addDataKindPhone() 89 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME)); in addDataKindPhone() 90 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN)); in addDataKindPhone() 91 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)); in addDataKindPhone() 92 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)); in addDataKindPhone() 93 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true)); in addDataKindPhone() 94 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER)); in addDataKindPhone() 95 kind.typeList.add( in addDataKindPhone() 99 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | SamsungAccountType.java | 96 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1)); in addDataKindStructuredPostal() 97 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1)); in addDataKindStructuredPostal() 98 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1)); in addDataKindStructuredPostal() 102 kind.fieldList.add(new EditField(StructuredPostal.COUNTRY, in addDataKindStructuredPostal() 104 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal() 106 kind.fieldList.add(new EditField(StructuredPostal.REGION, in addDataKindStructuredPostal() 108 kind.fieldList.add(new EditField(StructuredPostal.CITY, in addDataKindStructuredPostal() 110 kind.fieldList.add(new EditField(StructuredPostal.STREET, in addDataKindStructuredPostal() 113 kind.fieldList.add(new EditField(StructuredPostal.STREET, in addDataKindStructuredPostal() 115 kind.fieldList.add(new EditField(StructuredPostal.CITY, in addDataKindStructuredPostal() [all …]
|
D | BaseAccountType.java | 159 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 161 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in addDataKindStructuredName() 163 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in addDataKindStructuredName() 165 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindStructuredName() 167 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix, in addDataKindStructuredName() 169 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 171 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME, in addDataKindStructuredName() 173 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 190 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindName() 193 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindName() [all …]
|
D | ExchangeAccountType.java | 92 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 94 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in addDataKindStructuredName() 96 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindStructuredName() 98 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in addDataKindStructuredName() 100 kind.fieldList.add(new EditField(StructuredName.SUFFIX, in addDataKindStructuredName() 103 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 105 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 121 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindPhoneticName() 123 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindPhoneticName() 136 kind.fieldList.add(new EditField(Nickname.NAME, R.string.nicknameLabelsGroup, in addDataKindNickname() [all …]
|
D | GoogleAccountType.java | 91 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE)); in addDataKindPhone() 92 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK)); in addDataKindPhone() 93 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME)); in addDataKindPhone() 94 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN)); in addDataKindPhone() 95 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)); in addDataKindPhone() 96 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)); in addDataKindPhone() 97 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true)); in addDataKindPhone() 98 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER)); in addDataKindPhone() 99 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true) in addDataKindPhone() 103 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone() [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ExchangeSource.java | 74 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in inflateStructuredName() 77 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in inflateStructuredName() 79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName() 81 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in inflateStructuredName() 83 kind.fieldList.add(new EditField(StructuredName.SUFFIX, in inflateStructuredName() 85 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in inflateStructuredName() 87 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in inflateStructuredName() 90 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in inflateStructuredName() 92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName() 94 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in inflateStructuredName() [all …]
|
D | FallbackSource.java | 117 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in inflateStructuredName() 120 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in inflateStructuredName() 122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName() 124 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in inflateStructuredName() 126 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix, in inflateStructuredName() 128 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in inflateStructuredName() 130 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME, in inflateStructuredName() 132 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in inflateStructuredName() 135 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in inflateStructuredName() 137 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | VoicemailContentTable.java | 61 .add(Voicemails._ID) 62 .add(Voicemails.NUMBER) 63 .add(Voicemails.DATE) 64 .add(Voicemails.DURATION) 65 .add(Voicemails.IS_READ) 66 .add(Voicemails.TRANSCRIPTION) 67 .add(Voicemails.TRANSCRIPTION_STATE) 68 .add(Voicemails.STATE) 69 .add(Voicemails.SOURCE_DATA) 70 .add(Voicemails.SOURCE_PACKAGE) [all …]
|
D | ContactsProvider2.java | 673 .add(Contacts.CUSTOM_RINGTONE) 674 .add(Contacts.DISPLAY_NAME) 675 .add(Contacts.DISPLAY_NAME_ALTERNATIVE) 676 .add(Contacts.DISPLAY_NAME_SOURCE) 677 .add(Contacts.IN_DEFAULT_DIRECTORY) 678 .add(Contacts.IN_VISIBLE_GROUP) 679 .add(Contacts.LR_LAST_TIME_CONTACTED) 680 .add(Contacts.LOOKUP_KEY) 681 .add(Contacts.PHONETIC_NAME) 682 .add(Contacts.PHONETIC_NAME_STYLE) [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | PointerTrackerQueueTests.java | 74 mQueue.add(mElement1); in testAdd() 77 mQueue.add(mElement2); in testAdd() 80 mQueue.add(mElement3); in testAdd() 83 mQueue.add(mElement4); in testAdd() 91 mQueue.add(mElement1); in testRemove() 92 mQueue.add(mElement2); in testRemove() 93 mQueue.add(mElement3); in testRemove() 94 mQueue.add(mElement4); in testRemove() 125 mQueue.add(mElement1); in testAddAndRemove() 126 mQueue.add(mElement2); in testAddAndRemove() [all …]
|
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ |
D | DvrScheduleManagerTest.java | 57 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 61 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 65 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 69 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 73 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 85 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noTuner() 88 schedules.add(0, RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noTuner() 101 schedules.add(r1); in testGetConflictingSchedules_conflict() 106 schedules.add(r2); in testGetConflictingSchedules_conflict() 113 schedules.add(r3); in testGetConflictingSchedules_conflict() [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 555 row.add(Root.COLUMN_ROOT_ID, TYPE_IMAGES_ROOT); in includeImagesRoot() 556 row.add(Root.COLUMN_FLAGS, flags); in includeImagesRoot() 557 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.root_images)); in includeImagesRoot() 558 row.add(Root.COLUMN_DOCUMENT_ID, TYPE_IMAGES_ROOT); in includeImagesRoot() 559 row.add(Root.COLUMN_MIME_TYPES, IMAGE_MIME_TYPES); in includeImagesRoot() 570 row.add(Root.COLUMN_ROOT_ID, TYPE_VIDEOS_ROOT); in includeVideosRoot() 571 row.add(Root.COLUMN_FLAGS, flags); in includeVideosRoot() 572 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.root_videos)); in includeVideosRoot() 573 row.add(Root.COLUMN_DOCUMENT_ID, TYPE_VIDEOS_ROOT); in includeVideosRoot() 574 row.add(Root.COLUMN_MIME_TYPES, VIDEO_MIME_TYPES); in includeVideosRoot() [all …]
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuLayoutManager.java | 278 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom)); in getViewLayouts() 282 layouts.add(null); in getViewLayouts() 285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 292 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 294 layouts.add(0, null); in getViewLayouts() 303 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 306 layouts.add(null); in getViewLayouts() 436 animators.add(createAlphaAnimator(oldContentsView, 1.0f, 0.0f, 1.0f, mLinearOutSlowIn) in setSelectedPositionSmooth() 447 animators.add(createAlphaAnimator(mTempTitleViewForOld, 0.0f, in setSelectedPositionSmooth() 450 animators.add(createTranslationYAnimator(mTempTitleViewForOld, in setSelectedPositionSmooth() [all …]
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | SoundSettings.java | 189 controllers.add(new ZenModePreferenceController(context)); in buildPreferenceControllers() 190 controllers.add(new EmergencyBroadcastPreferenceController( in buildPreferenceControllers() 192 controllers.add(new VibrateWhenRingPreferenceController(context)); in buildPreferenceControllers() 195 controllers.add(new AlarmVolumePreferenceController(context, callback, lifecycle)); in buildPreferenceControllers() 196 controllers.add(new MediaVolumePreferenceController(context, callback, lifecycle)); in buildPreferenceControllers() 197 controllers.add( in buildPreferenceControllers() 199 controllers.add(new RingVolumePreferenceController(context, callback, lifecycle)); in buildPreferenceControllers() 202 controllers.add(new PhoneRingtonePreferenceController(context)); in buildPreferenceControllers() 203 controllers.add(new AlarmRingtonePreferenceController(context)); in buildPreferenceControllers() 204 controllers.add(new NotificationRingtonePreferenceController(context)); in buildPreferenceControllers() [all …]
|
/packages/apps/Settings/src/com/android/settings/ |
D | DisplaySettings.java | 92 controllers.add(new AutoBrightnessPreferenceController(context, KEY_AUTO_BRIGHTNESS)); in buildPreferenceControllers() 93 controllers.add(new AutoRotatePreferenceController(context, lifecycle)); in buildPreferenceControllers() 94 controllers.add(new CameraGesturePreferenceController(context)); in buildPreferenceControllers() 95 controllers.add(new FontSizePreferenceController(context)); in buildPreferenceControllers() 96 controllers.add(new LiftToWakePreferenceController(context)); in buildPreferenceControllers() 97 controllers.add(new NightDisplayPreferenceController(context)); in buildPreferenceControllers() 98 controllers.add(new NightModePreferenceController(context)); in buildPreferenceControllers() 99 controllers.add(new ScreenSaverPreferenceController(context)); in buildPreferenceControllers() 100 controllers.add(new AmbientDisplayPreferenceController( in buildPreferenceControllers() 104 controllers.add(new TapToWakePreferenceController(context)); in buildPreferenceControllers() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | FragmentUtils.java | 42 sLatinImeFragments.add(DictionarySettingsFragment.class.getName()); in DictionarySettingsFragment.class.getName() 43 sLatinImeFragments.add(AboutPreferences.class.getName()); in AboutPreferences.class.getName() 44 sLatinImeFragments.add(PreferencesSettingsFragment.class.getName()); in PreferencesSettingsFragment.class.getName() 45 sLatinImeFragments.add(AccountsSettingsFragment.class.getName()); in AccountsSettingsFragment.class.getName() 46 sLatinImeFragments.add(AppearanceSettingsFragment.class.getName()); in AppearanceSettingsFragment.class.getName() 47 sLatinImeFragments.add(ThemeSettingsFragment.class.getName()); in ThemeSettingsFragment.class.getName() 48 sLatinImeFragments.add(CustomInputStyleSettingsFragment.class.getName()); in CustomInputStyleSettingsFragment.class.getName() 49 sLatinImeFragments.add(GestureSettingsFragment.class.getName()); in GestureSettingsFragment.class.getName() 50 sLatinImeFragments.add(CorrectionSettingsFragment.class.getName()); in CorrectionSettingsFragment.class.getName() 51 sLatinImeFragments.add(AdvancedSettingsFragment.class.getName()); in AdvancedSettingsFragment.class.getName() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 118 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in setUp() 119 row.add(Document.COLUMN_DOCUMENT_ID, Integer.toString(i)); in setUp() 120 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp() 123 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp() 124 row.add(Document.COLUMN_SIZE, rand.nextInt()); in setUp() 125 row.add(Document.COLUMN_MIME_TYPE, MIMES[i]); in setUp() 146 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_ascending() 170 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_descending() 232 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_sizesWithBucketing_ascending() 233 row.add(Document.COLUMN_DOCUMENT_ID, Integer.toString(i)); in testSort_sizesWithBucketing_ascending() [all …]
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | EnterprisePrivacySettings.java | 62 controllers.add(new NetworkLogsPreferenceController(context)); in buildPreferenceControllers() 63 controllers.add(new BugReportsPreferenceController(context)); in buildPreferenceControllers() 64 controllers.add(new SecurityLogsPreferenceController(context)); in buildPreferenceControllers() 67 exposureChangesCategoryControllers.add(new EnterpriseInstalledPackagesPreferenceController( in buildPreferenceControllers() 69 exposureChangesCategoryControllers.add( in buildPreferenceControllers() 71 exposureChangesCategoryControllers.add( in buildPreferenceControllers() 74 exposureChangesCategoryControllers.add(new AdminGrantedCameraPermissionPreferenceController( in buildPreferenceControllers() 76 exposureChangesCategoryControllers.add(new EnterpriseSetDefaultAppsPreferenceController( in buildPreferenceControllers() 78 exposureChangesCategoryControllers.add(new AlwaysOnVpnCurrentUserPreferenceController( in buildPreferenceControllers() 80 exposureChangesCategoryControllers.add(new AlwaysOnVpnManagedProfilePreferenceController( in buildPreferenceControllers() [all …]
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | TestRootProvider.java | 71 row.add(Root.COLUMN_ROOT_ID, mRootId); in queryRoots() 72 row.add(Root.COLUMN_TITLE, mRootName); in queryRoots() 73 row.add(Root.COLUMN_FLAGS, mFlags); in queryRoots() 74 row.add(Root.COLUMN_DOCUMENT_ID, mRootDocId); in queryRoots() 75 row.add(Root.COLUMN_AVAILABLE_BYTES, 1024 * 1024 * 1000); in queryRoots() 85 row.add(Document.COLUMN_DOCUMENT_ID, id); in addFile() 86 row.add(Document.COLUMN_DISPLAY_NAME, id); in addFile() 87 row.add(Document.COLUMN_SIZE, 0); in addFile() 88 row.add(Document.COLUMN_MIME_TYPE, "text/plain"); in addFile() 89 row.add(Document.COLUMN_FLAGS, flags); in addFile() [all …]
|