Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 2027) sorted by relevance

12345678910>>...82

/packages/services/Car/tools/keventreader/common/com/android/car/keventreader/
DKeypressEvent.java26 put(0,"RESERVED");
27 put(1,"ESC");
28 put(2,"1");
29 put(3,"2");
30 put(4,"3");
31 put(5,"4");
32 put(6,"5");
33 put(7,"6");
34 put(8,"7");
35 put(9,"8");
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DMetadataReader.java73 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING); in TYPE_MAPPING.put()
74 TYPE_MAPPING.put(ExifInterface.TAG_BITS_PER_SAMPLE, TYPE_INT); in TYPE_MAPPING.put()
75 TYPE_MAPPING.put(ExifInterface.TAG_COMPRESSION, TYPE_INT); in TYPE_MAPPING.put()
76 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING); in TYPE_MAPPING.put()
77 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING); in TYPE_MAPPING.put()
78 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_DESCRIPTION, TYPE_STRING); in TYPE_MAPPING.put()
79 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_LENGTH, TYPE_INT); in TYPE_MAPPING.put()
80 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_WIDTH, TYPE_INT); in TYPE_MAPPING.put()
81 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT, TYPE_INT); in TYPE_MAPPING.put()
82 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT_LENGTH, TYPE_INT); in TYPE_MAPPING.put()
[all …]
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DDataItemTests.java60 mValues1.put(Data._ID, 1); in setUp()
61 mValues2.put(Data._ID, 2); in setUp()
62 mValues3.put(Data._ID, 3); in setUp()
63 mValues4.put(Data._ID, 4); in setUp()
80 mValues1.put(Data.IS_SUPER_PRIMARY, 1); in testDataItemCollapsing_genericDataItemFields()
81 mValues2.put(Data.IS_PRIMARY, 0); in testDataItemCollapsing_genericDataItemFields()
90 mValues1.put(kind.typeColumn, 2); in testDataItemCollapsing_genericDataItemFields()
91 mValues2.put(kind.typeColumn, 1); in testDataItemCollapsing_genericDataItemFields()
105 mValues1.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testDataItemCollapsing_email()
106 mValues2.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testDataItemCollapsing_email()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java167 mProps.put(VehicleProperty.DOOR_POS, new Pair<>( in PropertyHalServiceIds()
170 mProps.put(VehicleProperty.DOOR_MOVE, new Pair<>( in PropertyHalServiceIds()
173 mProps.put(VehicleProperty.DOOR_LOCK, new Pair<>( in PropertyHalServiceIds()
176 mProps.put(VehicleProperty.MIRROR_Z_POS, new Pair<>( in PropertyHalServiceIds()
179 mProps.put(VehicleProperty.MIRROR_Z_MOVE, new Pair<>( in PropertyHalServiceIds()
182 mProps.put(VehicleProperty.MIRROR_Y_POS, new Pair<>( in PropertyHalServiceIds()
185 mProps.put(VehicleProperty.MIRROR_Y_MOVE, new Pair<>( in PropertyHalServiceIds()
188 mProps.put(VehicleProperty.MIRROR_LOCK, new Pair<>( in PropertyHalServiceIds()
191 mProps.put(VehicleProperty.MIRROR_FOLD, new Pair<>( in PropertyHalServiceIds()
194 mProps.put(VehicleProperty.SEAT_MEMORY_SELECT, new Pair<>( in PropertyHalServiceIds()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java72 ret.put(People.TIMES_CONTACTED, 0); in noStats()
73 ret.put(People.LAST_TIME_CONTACTED, 0); in noStats()
115 values.put(People.NAME, "John Doe"); in testPeopleDelete()
132 values.put(People.NAME, "Deer Doe"); in testPeopleFilter()
136 values.put(People.NAME, "Dear Dough"); in testPeopleFilter()
140 values.put(People.NAME, "D.R. Dauwe"); in testPeopleFilter()
151 values.put(People.NAME, "John Doe"); in testDefaultDisplayName()
163 values.put(Organizations.ISPRIMARY, 1); in testPrimaryOrganization()
164 values.put(Organizations.COMPANY, "Google"); in testPrimaryOrganization()
165 values.put(Organizations.TYPE, Organizations.TYPE_WORK); in testPrimaryOrganization()
[all …]
DCallLogProviderTest.java104 values.put(Calls.COUNTRY_ISO, "us"); in testInsert_RegularCallRecord()
120 values.put(Calls.TYPE, Calls.VOICEMAIL_TYPE); in testInsert_VoicemailCallRecord()
121 values.put(Calls.VOICEMAIL_URI, "content://foo/voicemail/2"); in testInsert_VoicemailCallRecord()
142 values.put(Calls.TYPE, Calls.OUTGOING_TYPE); in testUpdate()
143 values.put(Calls.NUMBER, "1-800-263-7643"); in testUpdate()
144 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED); in testUpdate()
145 values.put(Calls.DATE, 2000); in testUpdate()
146 values.put(Calls.DURATION, 40); in testUpdate()
147 values.put(Calls.CACHED_NAME, "1-800-GOOG-411"); in testUpdate()
148 values.put(Calls.CACHED_NUMBER_TYPE, Phone.TYPE_CUSTOM); in testUpdate()
[all …]
DVoicemailProviderTest.java177 values.put(Voicemails.NUMBER, "1-800-263-7643"); in testUpdate()
178 values.put(Voicemails.DATE, 2000); in testUpdate()
179 values.put(Voicemails.DURATION, 40); in testUpdate()
180 values.put(Voicemails.TRANSCRIPTION, "Testing 123"); in testUpdate()
181 values.put(Voicemails.STATE, 2); in testUpdate()
182 values.put(Voicemails.HAS_CONTENT, 1); in testUpdate()
183 values.put(Voicemails.SOURCE_DATA, "foo"); in testUpdate()
184 values.put(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME, "dummy_name"); in testUpdate()
185 values.put(Voicemails.PHONE_ACCOUNT_ID, "dummy_account"); in testUpdate()
186 values.put(Voicemails.BACKED_UP, 1); in testUpdate()
[all …]
/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/data/
DSectionParserTest.java49 US_RATING_MAP.put("1 0 0 0 0 0 0 X", ""); // TV-None
50 US_RATING_MAP.put("0 0 0 0 0 1 0 X", "com.android.tv/US_TV/US_TV_Y");
51 US_RATING_MAP.put("0 0 0 0 0 2 0 X", "com.android.tv/US_TV/US_TV_Y7");
52 US_RATING_MAP.put("0 0 0 0 0 2 1 X", "com.android.tv/US_TV/US_TV_Y7/US_TV_FV");
53 US_RATING_MAP.put("2 0 0 0 0 0 0 X", "com.android.tv/US_TV/US_TV_G");
54 US_RATING_MAP.put("3 0 0 0 0 0 0 X", "com.android.tv/US_TV/US_TV_PG");
55 US_RATING_MAP.put("3 1 0 0 0 0 0 X", "com.android.tv/US_TV/US_TV_PG/US_TV_D");
56 US_RATING_MAP.put("3 0 1 0 0 0 0 X", "com.android.tv/US_TV/US_TV_PG/US_TV_L");
57 US_RATING_MAP.put("3 0 0 1 0 0 0 X", "com.android.tv/US_TV/US_TV_PG/US_TV_S");
58 US_RATING_MAP.put("3 0 0 0 1 0 0 X", "com.android.tv/US_TV/US_TV_PG/US_TV_V");
[all …]
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
DMediaSizes.java81 sCodeToStringMap.put(2, LETTER);
82 sCodeToStringMap.put(3, LEGAL);
83 sCodeToStringMap.put(7, NA_GOVT_LETTER);
84 sCodeToStringMap.put(11, NA_LEDGER_11X17);
85 sCodeToStringMap.put(12, ANSI_C);
86 sCodeToStringMap.put(13, ANSI_D);
87 sCodeToStringMap.put(14, ANSI_E);
88 sCodeToStringMap.put(16, SUPER_B);
89 sCodeToStringMap.put(25, ISO_A5);
90 sCodeToStringMap.put(26, ISO_A4);
[all …]
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
DTcpInfoTest.java115 bufferWithHeader.put(EXPANDED_TCP_INFO_BYTES); in testParseTcpInfo()
116 bufferWithHeader.put(TCP_INFO_BYTES); in testParseTcpInfo()
180 info.put(TcpInfo.Field.STATE, (byte) 0x01); in makeShortTestTcpInfoHash()
181 info.put(TcpInfo.Field.CASTATE, (byte) 0x00); in makeShortTestTcpInfoHash()
182 info.put(TcpInfo.Field.RETRANSMITS, (byte) 0x00); in makeShortTestTcpInfoHash()
183 info.put(TcpInfo.Field.PROBES, (byte) 0x00); in makeShortTestTcpInfoHash()
184 info.put(TcpInfo.Field.BACKOFF, (byte) 0x00); in makeShortTestTcpInfoHash()
185 info.put(TcpInfo.Field.OPTIONS, (byte) 0x07); in makeShortTestTcpInfoHash()
186 info.put(TcpInfo.Field.WSCALE, (byte) 0x88); in makeShortTestTcpInfoHash()
187 info.put(TcpInfo.Field.DELIVERY_RATE_APP_LIMITED, (byte) 0x00); in makeShortTestTcpInfoHash()
[all …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java180 sChannelProjectionMap.put(Channels._ID, CHANNELS_TABLE + "." + Channels._ID); in sChannelProjectionMap.put()
181 sChannelProjectionMap.put( in sChannelProjectionMap.put()
183 sChannelProjectionMap.put( in sChannelProjectionMap.put()
185 sChannelProjectionMap.put( in sChannelProjectionMap.put()
187 sChannelProjectionMap.put( in sChannelProjectionMap.put()
189 sChannelProjectionMap.put( in sChannelProjectionMap.put()
192 sChannelProjectionMap.put( in sChannelProjectionMap.put()
195 sChannelProjectionMap.put( in sChannelProjectionMap.put()
197 sChannelProjectionMap.put( in sChannelProjectionMap.put()
200 sChannelProjectionMap.put( in sChannelProjectionMap.put()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java610 appParamBuf.put((byte) MAX_LIST_COUNT); in encodeParams()
611 appParamBuf.put((byte) MAX_LIST_COUNT_LEN); in encodeParams()
615 appParamBuf.put((byte) START_OFFSET); in encodeParams()
616 appParamBuf.put((byte) START_OFFSET_LEN); in encodeParams()
620 appParamBuf.put((byte) FILTER_MESSAGE_TYPE); in encodeParams()
621 appParamBuf.put((byte) FILTER_MESSAGE_TYPE_LEN); in encodeParams()
622 appParamBuf.put((byte) getFilterMessageType()); in encodeParams()
625 appParamBuf.put((byte) FILTER_PERIOD_BEGIN); in encodeParams()
626 appParamBuf.put((byte) getFilterPeriodBeginString().getBytes("UTF-8").length); in encodeParams()
627 appParamBuf.put(getFilterPeriodBeginString().getBytes("UTF-8")); in encodeParams()
[all …]
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java180 sChannelProjectionMap.put(Channels._ID, CHANNELS_TABLE + "." + Channels._ID); in initProjectionMaps()
181 sChannelProjectionMap.put(Channels._COUNT, COUNT_STAR); in initProjectionMaps()
182 sChannelProjectionMap.put(Channels.COLUMN_PACKAGE_NAME, in initProjectionMaps()
184 sChannelProjectionMap.put(Channels.COLUMN_INPUT_ID, in initProjectionMaps()
186 sChannelProjectionMap.put(Channels.COLUMN_TYPE, in initProjectionMaps()
188 sChannelProjectionMap.put(Channels.COLUMN_SERVICE_TYPE, in initProjectionMaps()
190 sChannelProjectionMap.put(Channels.COLUMN_ORIGINAL_NETWORK_ID, in initProjectionMaps()
192 sChannelProjectionMap.put(Channels.COLUMN_TRANSPORT_STREAM_ID, in initProjectionMaps()
194 sChannelProjectionMap.put(Channels.COLUMN_SERVICE_ID, in initProjectionMaps()
196 sChannelProjectionMap.put(Channels.COLUMN_DISPLAY_NUMBER, in initProjectionMaps()
[all …]
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierProviderTest.java147 contentValues.put(CarrierDatabaseHelper.KEY_TYPE, test_type); in testInsertCertificates()
148 contentValues.put(CarrierDatabaseHelper.MCC, test_mcc); in testInsertCertificates()
149 contentValues.put(CarrierDatabaseHelper.MNC, test_mnc); in testInsertCertificates()
150 contentValues.put(CarrierDatabaseHelper.MVNO_TYPE, test_mvno_type); in testInsertCertificates()
151 contentValues.put(CarrierDatabaseHelper.MVNO_MATCH_DATA, test_mvno_match_data); in testInsertCertificates()
152 contentValues.put(CarrierDatabaseHelper.KEY_IDENTIFIER, test_key_identifier_data); in testInsertCertificates()
153 contentValues.put(CarrierDatabaseHelper.PUBLIC_KEY, test_key1.getBytes()); in testInsertCertificates()
154 contentValues.put(CarrierDatabaseHelper.EXPIRATION_TIME, test_key_expiration); in testInsertCertificates()
183 contentValues.put(CarrierDatabaseHelper.KEY_TYPE, test_type); in testUpdateCertificates()
184 contentValues.put(CarrierDatabaseHelper.MCC, test_mcc); in testUpdateCertificates()
[all …]
DTelephonyProviderTest.java202 contentValues.put(Telephony.SimInfo.COLUMN_UNIQUE_KEY_SUBSCRIPTION_ID, arbitraryIntVal); in populateContentValues()
203 contentValues.put(Telephony.SimInfo.COLUMN_ICC_ID, iccId); in populateContentValues()
204 contentValues.put(Telephony.SimInfo.COLUMN_NUMBER, phoneNumber); in populateContentValues()
205 contentValues.put(Telephony.SimInfo.COLUMN_CARD_ID, arbitraryStringVal); in populateContentValues()
206 contentValues.put(Telephony.SimInfo.COLUMN_CARRIER_ID, carrierId); in populateContentValues()
207 contentValues.put(Telephony.SimInfo.COLUMN_ENHANCED_4G_MODE_ENABLED, arbitraryIntVal); in populateContentValues()
208 contentValues.put(Telephony.SimInfo.COLUMN_VT_IMS_ENABLED, arbitraryIntVal); in populateContentValues()
209 contentValues.put(Telephony.SimInfo.COLUMN_IMS_RCS_UCE_ENABLED, arbitraryIntVal); in populateContentValues()
210 contentValues.put(Telephony.SimInfo.COLUMN_WFC_IMS_ENABLED, arbitraryIntVal); in populateContentValues()
211 contentValues.put(Telephony.SimInfo.COLUMN_WFC_IMS_MODE, arbitraryIntVal); in populateContentValues()
[all …]
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java243 mDatabaseManager.mMetadataCache.put(OTHER_BT_ADDR1, otherData); in testRemoveUnusedMetadata_WithSingleBondedDevice()
247 mDatabaseManager.mMetadataCache.put(TEST_BT_ADDR, data); in testRemoveUnusedMetadata_WithSingleBondedDevice()
280 mDatabaseManager.mMetadataCache.put(TEST_BT_ADDR, testData); in testRemoveUnusedMetadata_WithMultiBondedDevices()
286 mDatabaseManager.mMetadataCache.put(OTHER_BT_ADDR1, otherData1); in testRemoveUnusedMetadata_WithMultiBondedDevices()
292 mDatabaseManager.mMetadataCache.put(OTHER_BT_ADDR2, otherData2); in testRemoveUnusedMetadata_WithMultiBondedDevices()
648 device.put("address", TEST_BT_ADDR); in testDatabaseMigration_101_102()
649 device.put("migrated", false); in testDatabaseMigration_101_102()
650 device.put("a2dpSupportsOptionalCodecs", -1); in testDatabaseMigration_101_102()
651 device.put("a2dpOptionalCodecsEnabled", -1); in testDatabaseMigration_101_102()
652 device.put("a2dp_priority", -1); in testDatabaseMigration_101_102()
[all …]
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DContextMenuUiTest.java47 menuItems.put("Share", false); in setUp()
48 menuItems.put("Open", false); in setUp()
49 menuItems.put("Open with", false); in setUp()
50 menuItems.put("Cut", false); in setUp()
51 menuItems.put("Copy", false); in setUp()
52 menuItems.put("Rename", false); in setUp()
53 menuItems.put("Delete", false); in setUp()
54 menuItems.put("Open in new window", false); in setUp()
55 menuItems.put("Select all", false); in setUp()
56 menuItems.put("New folder", false); in setUp()
[all …]
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorMainPortal.java94 .put("Populate database", () -> SimulatorUtils.populateDatabase(context)) in buildMainPortal()
95 .put("Populate voicemail", () -> SimulatorUtils.populateVoicemail(context)) in buildMainPortal()
96 .put( in buildMainPortal()
99 .put( in buildMainPortal()
102 .put("Clean database", () -> SimulatorUtils.cleanDatabase(context)) in buildMainPortal()
103 .put("clear preferred SIM", () -> SimulatorUtils.clearPreferredSim(context)) in buildMainPortal()
104 .put("Sync voicemail", () -> SimulatorUtils.syncVoicemail(context)) in buildMainPortal()
105 .put("Share persistent log", () -> SimulatorUtils.sharePersistentLog(context)) in buildMainPortal()
106 .put( in buildMainPortal()
110 .put( in buildMainPortal()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java36 anyKeyValue.put("anyKey", "anyValue"); in testFindConstantForKeyValuePairsSimple()
60 keyValues.put(HARDWARE_KEY, "grouper"); in testFindConstantForKeyValuePairsSimple()
62 keyValues.put(HARDWARE_KEY, "mako"); in testFindConstantForKeyValuePairsSimple()
64 keyValues.put(HARDWARE_KEY, "manta"); in testFindConstantForKeyValuePairsSimple()
68 keyValues.put("hardware", "grouper"); in testFindConstantForKeyValuePairsSimple()
72 keyValues.put(HARDWARE_KEY, "MAKO"); in testFindConstantForKeyValuePairsSimple()
74 keyValues.put(HARDWARE_KEY, "mantaray"); in testFindConstantForKeyValuePairsSimple()
101 keyValues.put(HARDWARE_KEY, "grouper"); in testFindConstantForKeyValuePairsCombined()
102 keyValues.put(MODEL_KEY, "Nexus 7"); in testFindConstantForKeyValuePairsCombined()
103 keyValues.put(MANUFACTURER_KEY, "asus"); in testFindConstantForKeyValuePairsCombined()
[all …]
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DSoundSettingsTest.java44 put("angler","Dione");
45 put("bullhead","Dione");
46 put("marlin","Spaceship");
47 put("sailfish","Spaceship");
48 put("walleye","Copycat");
49 put("taimen","Copycat");
53 put("angler","38");
54 put("bullhead","38");
55 put("marlin","37");
56 put("sailfish","37");
[all …]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1670 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount); in setTagDefinition()
2084 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo()
2086 mTagInfo.put(ExifInterface.TAG_IMAGE_WIDTH, in initTagInfo()
2088 mTagInfo.put(ExifInterface.TAG_IMAGE_LENGTH, in initTagInfo()
2090 mTagInfo.put(ExifInterface.TAG_BITS_PER_SAMPLE, in initTagInfo()
2092 mTagInfo.put(ExifInterface.TAG_COMPRESSION, in initTagInfo()
2094 mTagInfo.put(ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION, in initTagInfo()
2096 mTagInfo.put(ExifInterface.TAG_ORIENTATION, ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 in initTagInfo()
2098 mTagInfo.put(ExifInterface.TAG_SAMPLES_PER_PIXEL, in initTagInfo()
2100 mTagInfo.put(ExifInterface.TAG_PLANAR_CONFIGURATION, in initTagInfo()
[all …]
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1649 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount); in setTagDefinition()
2063 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo()
2065 mTagInfo.put(ExifInterface.TAG_IMAGE_WIDTH, in initTagInfo()
2067 mTagInfo.put(ExifInterface.TAG_IMAGE_LENGTH, in initTagInfo()
2069 mTagInfo.put(ExifInterface.TAG_BITS_PER_SAMPLE, in initTagInfo()
2071 mTagInfo.put(ExifInterface.TAG_COMPRESSION, in initTagInfo()
2073 mTagInfo.put(ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION, in initTagInfo()
2075 mTagInfo.put(ExifInterface.TAG_ORIENTATION, ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 in initTagInfo()
2077 mTagInfo.put(ExifInterface.TAG_SAMPLES_PER_PIXEL, in initTagInfo()
2079 mTagInfo.put(ExifInterface.TAG_PLANAR_CONFIGURATION, in initTagInfo()
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java1670 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount); in setTagDefinition()
2125 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo()
2127 mTagInfo.put(ExifInterface.TAG_IMAGE_WIDTH, in initTagInfo()
2129 mTagInfo.put(ExifInterface.TAG_IMAGE_LENGTH, in initTagInfo()
2131 mTagInfo.put(ExifInterface.TAG_BITS_PER_SAMPLE, in initTagInfo()
2133 mTagInfo.put(ExifInterface.TAG_COMPRESSION, in initTagInfo()
2135 mTagInfo.put(ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION, in initTagInfo()
2137 mTagInfo.put(ExifInterface.TAG_ORIENTATION, ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 in initTagInfo()
2139 mTagInfo.put(ExifInterface.TAG_SAMPLES_PER_PIXEL, in initTagInfo()
2141 mTagInfo.put(ExifInterface.TAG_PLANAR_CONFIGURATION, in initTagInfo()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppConstants.java66 sStatusStrings.put(SppStatus.OK, "OK"); in sStatusStrings.put()
67 sStatusStrings.put(SppStatus.PROV_COMPLETE, in sStatusStrings.put()
69 sStatusStrings.put(SppStatus.REMEDIATION_COMPLETE, in sStatusStrings.put()
71 sStatusStrings.put(SppStatus.UPDATE_COMPLETE, "Update complete, request sppUpdateResponse"); in sStatusStrings.put()
72 sStatusStrings.put(SppStatus.EXCHANGE_COMPLETE, in sStatusStrings.put()
74 sStatusStrings.put(SppStatus.UNKOWN, "No update available at this time"); in sStatusStrings.put()
75 sStatusStrings.put(SppStatus.ERROR, "Error occurred"); in sStatusStrings.put()
78 sStatusEnums.put(sStatusStrings.valueAt(i).toLowerCase(), sStatusStrings.keyAt(i)); in sStatusStrings.keyAt()
85 sErrorStrings.put(SppError.VERSION_NOT_SUPPORTED, "SPP version not supported"); in sErrorStrings.put()
86 sErrorStrings.put(SppError.MOS_NOT_SUPPORTED, "One or more mandatory MOs not supported"); in sErrorStrings.put()
[all …]
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFragmentRegistry.java71 PARENT_TO_CATEGORY_KEY_MAP.put(TopLevelSettings.class.getName(), in TopLevelSettings.class.getName()
73 PARENT_TO_CATEGORY_KEY_MAP.put(
75 PARENT_TO_CATEGORY_KEY_MAP.put(ConnectedDeviceDashboardFragment.class.getName(), in ConnectedDeviceDashboardFragment.class.getName()
77 PARENT_TO_CATEGORY_KEY_MAP.put(AdvancedConnectedDeviceDashboardFragment.class.getName(), in AdvancedConnectedDeviceDashboardFragment.class.getName()
79 PARENT_TO_CATEGORY_KEY_MAP.put(AppDashboardFragment.class.getName(), in AppDashboardFragment.class.getName()
81 PARENT_TO_CATEGORY_KEY_MAP.put(PowerUsageSummary.class.getName(), in PowerUsageSummary.class.getName()
83 PARENT_TO_CATEGORY_KEY_MAP.put(DisplaySettings.class.getName(), in DisplaySettings.class.getName()
85 PARENT_TO_CATEGORY_KEY_MAP.put(EmergencyDashboardFragment.class.getName(), in EmergencyDashboardFragment.class.getName()
87 PARENT_TO_CATEGORY_KEY_MAP.put(SoundSettings.class.getName(), in SoundSettings.class.getName()
89 PARENT_TO_CATEGORY_KEY_MAP.put(StorageDashboardFragment.class.getName(), in StorageDashboardFragment.class.getName()
[all …]

12345678910>>...82