/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/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/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/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 | 674 .add(Contacts.CUSTOM_RINGTONE) 675 .add(Contacts.DISPLAY_NAME) 676 .add(Contacts.DISPLAY_NAME_ALTERNATIVE) 677 .add(Contacts.DISPLAY_NAME_SOURCE) 678 .add(Contacts.IN_DEFAULT_DIRECTORY) 679 .add(Contacts.IN_VISIBLE_GROUP) 680 .add(Contacts.LR_LAST_TIME_CONTACTED) 681 .add(Contacts.LOOKUP_KEY) 682 .add(Contacts.PHONETIC_NAME) 683 .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 | 50 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 54 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 58 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 62 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 66 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noConflict() 77 schedules.add(RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noTuner() 80 schedules.add(0, RecordingTestUtils.createTestRecordingWithPriorityAndPeriod(++channelId, in testGetConflictingSchedules_noTuner() 92 schedules.add(r1); in testGetConflictingSchedules_conflict() 97 schedules.add(r2); in testGetConflictingSchedules_conflict() 104 schedules.add(r3); in testGetConflictingSchedules_conflict() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | VmsLayersAvailabilityTest.java | 69 expectedAvailableLayers.add(LAYER_X); in testSingleLayerNoDeps() 74 mOfferings.add(offering); in testSingleLayerNoDeps() 82 expectedAvailableLayers.add(LAYER_X); in testChainOfDependenciesSatisfied() 83 expectedAvailableLayers.add(LAYER_Y); in testChainOfDependenciesSatisfied() 84 expectedAvailableLayers.add(LAYER_Z); in testChainOfDependenciesSatisfied() 92 mOfferings.add(offering); in testChainOfDependenciesSatisfied() 101 expectedAvailableLayers.add(LAYER_X); in testChainOfDependenciesSatisfiedTwoOfferings() 102 expectedAvailableLayers.add(LAYER_Y); in testChainOfDependenciesSatisfiedTwoOfferings() 103 expectedAvailableLayers.add(LAYER_Z); in testChainOfDependenciesSatisfiedTwoOfferings() 114 mOfferings.add(offering1); in testChainOfDependenciesSatisfiedTwoOfferings() [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 | 271 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom)); in getViewLayouts() 275 layouts.add(null); in getViewLayouts() 278 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 287 layouts.add(0, null); in getViewLayouts() 296 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 299 layouts.add(null); in getViewLayouts() 413 animators.add(createAlphaAnimator(oldContentsView, 1.0f, 0.0f, 1.0f, mLinearOutSlowIn) in setSelectedPositionSmooth() 424 animators.add(createAlphaAnimator(mTempTitleViewForOld, 0.0f, in setSelectedPositionSmooth() 427 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/language/ |
D | LanguageAndInputSettings.java | 106 controllers.add(new PhoneLanguagePreferenceController(context)); in buildPreferenceControllers() 107 controllers.add(new SpellCheckerPreferenceController(context)); in buildPreferenceControllers() 108 controllers.add(new UserDictionaryPreferenceController(context)); in buildPreferenceControllers() 109 controllers.add(new TtsPreferenceController(context, new TtsEngines(context))); in buildPreferenceControllers() 111 controllers.add(new VirtualKeyboardPreferenceController(context)); in buildPreferenceControllers() 112 controllers.add(new PhysicalKeyboardPreferenceController(context, lifecycle)); in buildPreferenceControllers() 119 controllers.add(gameControllerPreferenceController); in buildPreferenceControllers() 121 controllers.add(new AssistGesturePreferenceController(context, lifecycle, KEY_ASSIST)); in buildPreferenceControllers() 122 controllers.add(new SwipeToNotificationPreferenceController(context, lifecycle, in buildPreferenceControllers() 124 controllers.add(new DoubleTwistPreferenceController(context, lifecycle, KEY_DOUBLE_TWIST)); in buildPreferenceControllers() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 87 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in setUp() 88 row.add(Document.COLUMN_DOCUMENT_ID, Integer.toString(i)); in setUp() 89 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp() 92 row.add(Document.COLUMN_DISPLAY_NAME, NAMES[i]); in setUp() 93 row.add(Document.COLUMN_SIZE, rand.nextInt()); in setUp() 114 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_ascending() 138 names.add(getCursorString(cursor, Document.COLUMN_DISPLAY_NAME)); in testSort_names_descending() 200 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_sizesWithBucketing_ascending() 201 row.add(Document.COLUMN_DOCUMENT_ID, Integer.toString(i)); in testSort_sizesWithBucketing_ascending() 202 row.add(Document.COLUMN_SIZE, i); in testSort_sizesWithBucketing_ascending() [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/Settings/src/com/android/settings/ |
D | DisplaySettings.java | 94 controllers.add(new AutoBrightnessPreferenceController(context, KEY_AUTO_BRIGHTNESS)); in buildPreferenceControllers() 95 controllers.add(new AutoRotatePreferenceController(context)); in buildPreferenceControllers() 96 controllers.add(new CameraGesturePreferenceController(context)); in buildPreferenceControllers() 97 controllers.add(new DozePreferenceController(context)); in buildPreferenceControllers() 98 controllers.add(new FontSizePreferenceController(context)); in buildPreferenceControllers() 99 controllers.add(new LiftToWakePreferenceController(context)); in buildPreferenceControllers() 100 controllers.add(new NightDisplayPreferenceController(context)); in buildPreferenceControllers() 101 controllers.add(new NightModePreferenceController(context)); in buildPreferenceControllers() 102 controllers.add(new ScreenSaverPreferenceController(context)); in buildPreferenceControllers() 104 controllers.add(new PickupGesturePreferenceController( in buildPreferenceControllers() [all …]
|