Home
last modified time | relevance | path

Searched refs:putInt (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java118 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testPublishUnsolicited()
122 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testPublishUnsolicited()
139 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testPublishSolicited()
143 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testPublishSolicited()
174 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testSubscribePassive()
178 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testSubscribePassive()
195 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testSubscribeActive()
199 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testSubscribeActive()
268 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS); in testNotifyCapabilities()
269 args.putInt("value", 0); in testNotifyCapabilities()
[all …]
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java969 sDefaults.putInt(KEY_CARRIER_DEFAULT_WFC_IMS_MODE_INT, 2); in sDefaults.putInt()
980 sDefaults.putInt(KEY_CARRIER_INSTANT_LETTERING_LENGTH_LIMIT_INT, 64); in sDefaults.putInt()
1002 sDefaults.putInt(KEY_VOLTE_REPLACEMENT_RAT_INT, 0); in sDefaults.putInt()
1005 sDefaults.putInt(KEY_VVM_PORT_NUMBER_INT, 0); in sDefaults.putInt()
1028 sDefaults.putInt(KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT, 7200); in sDefaults.putInt()
1039 sDefaults.putInt(KEY_GSM_DTMF_TONE_DELAY_INT, 0); in sDefaults.putInt()
1040 sDefaults.putInt(KEY_IMS_DTMF_TONE_DELAY_INT, 0); in sDefaults.putInt()
1041 sDefaults.putInt(KEY_CDMA_DTMF_TONE_DELAY_INT, 100); in sDefaults.putInt()
1050 sDefaults.putInt(KEY_WFC_SPN_FORMAT_IDX_INT, 0); in sDefaults.putInt()
1051 sDefaults.putInt(KEY_WFC_DATA_SPN_FORMAT_IDX_INT, 0); in sDefaults.putInt()
[all …]
DSignalStrength.java1036 m.putInt("GsmSignalStrength", mGsmSignalStrength); in fillInNotifierBundle()
1037 m.putInt("GsmBitErrorRate", mGsmBitErrorRate); in fillInNotifierBundle()
1038 m.putInt("CdmaDbm", mCdmaDbm); in fillInNotifierBundle()
1039 m.putInt("CdmaEcio", mCdmaEcio); in fillInNotifierBundle()
1040 m.putInt("EvdoDbm", mEvdoDbm); in fillInNotifierBundle()
1041 m.putInt("EvdoEcio", mEvdoEcio); in fillInNotifierBundle()
1042 m.putInt("EvdoSnr", mEvdoSnr); in fillInNotifierBundle()
1043 m.putInt("LteSignalStrength", mLteSignalStrength); in fillInNotifierBundle()
1044 m.putInt("LteRsrp", mLteRsrp); in fillInNotifierBundle()
1045 m.putInt("LteRsrq", mLteRsrq); in fillInNotifierBundle()
[all …]
DServiceState.java1009 m.putInt("voiceRegState", mVoiceRegState); in fillInNotifierBundle()
1010 m.putInt("dataRegState", mDataRegState); in fillInNotifierBundle()
1011 m.putInt("voiceRoamingType", mVoiceRoamingType); in fillInNotifierBundle()
1012 m.putInt("dataRoamingType", mDataRoamingType); in fillInNotifierBundle()
1020 m.putInt("radioTechnology", mRilVoiceRadioTechnology); in fillInNotifierBundle()
1021 m.putInt("dataRadioTechnology", mRilDataRadioTechnology); in fillInNotifierBundle()
1023 m.putInt("networkId", mNetworkId); in fillInNotifierBundle()
1024 m.putInt("systemId", mSystemId); in fillInNotifierBundle()
1025 m.putInt("cdmaRoamingIndicator", mCdmaRoamingIndicator); in fillInNotifierBundle()
1026 m.putInt("cdmaDefaultRoamingIndicator", mCdmaDefaultRoamingIndicator); in fillInNotifierBundle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyEventLog.java174 b.putInt(DATA_KEY_PHONE_ID, mPhoneId); in writeEvent()
175 b.putInt(DATA_KEY_PARAM1, param1); in writeEvent()
176 b.putInt(DATA_KEY_PARAM2, param2); in writeEvent()
223 b.putInt(SERVICE_STATE_VOICE_REG_STATE, mVoiceRegState); in writeServiceStateChanged()
226 b.putInt(SERVICE_STATE_DATA_REG_STATE, mDataRegState); in writeServiceStateChanged()
229 b.putInt(SERVICE_STATE_VOICE_ROAMING_TYPE, mVoiceRoamingType); in writeServiceStateChanged()
232 b.putInt(SERVICE_STATE_DATA_ROAMING_TYPE, mDataRoamingType); in writeServiceStateChanged()
255 b.putInt(SERVICE_STATE_VOICE_RAT, mRilVoiceRadioTechnology); in writeServiceStateChanged()
258 b.putInt(SERVICE_STATE_DATA_RAT, mRilDataRadioTechnology); in writeServiceStateChanged()
342 b.putInt(DATA_KEY_RAT, radioTechnology); in writeRilSetupDataCall()
[all …]
/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java148 out.putInt(DdmServer.CLIENT_PROTOCOL_VERSION); in handleHELO()
149 out.putInt(android.os.Process.myPid()); in handleHELO()
150 out.putInt(vmIdent.length()); in handleHELO()
151 out.putInt(appName.length()); in handleHELO()
154 out.putInt(UserHandle.myUserId()); in handleHELO()
155 out.putInt(instructionSetDescription.length()); in handleHELO()
157 out.putInt(vmFlags.length()); in handleHELO()
192 out.putInt(vmFeatures.length + FRAMEWORK_FEATURES.length); in handleFEAT()
194 out.putInt(vmFeatures[i].length()); in handleFEAT()
198 out.putInt(FRAMEWORK_FEATURES[i].length()); in handleFEAT()
DDdmHandleThread.java161 out.putInt(0); in createStackChunk()
162 out.putInt(threadId); in createStackChunk()
163 out.putInt(trace.length); in createStackChunk()
165 out.putInt(elem.getClassName().length()); in createStackChunk()
167 out.putInt(elem.getMethodName().length()); in createStackChunk()
170 out.putInt(elem.getFileName().length()); in createStackChunk()
173 out.putInt(0); in createStackChunk()
175 out.putInt(elem.getLineNumber()); in createStackChunk()
DDdmHandleAppName.java98 out.putInt(appName.length()); in sendAPNM()
100 out.putInt(userId); in sendAPNM()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableHighSpeedVideoConfiguration.java48 buffer.putInt(value.getWidth()); in marshal()
49 buffer.putInt(value.getHeight()); in marshal()
50 buffer.putInt(value.getFpsMin()); in marshal()
51 buffer.putInt(value.getFpsMax()); in marshal()
52 buffer.putInt(value.getBatchSizeMax()); in marshal()
DMarshalQueryableMeteringRectangle.java49 buffer.putInt(xMin); in marshal()
50 buffer.putInt(yMin); in marshal()
51 buffer.putInt(xMax); in marshal()
52 buffer.putInt(yMax); in marshal()
53 buffer.putInt(weight); in marshal()
DMarshalQueryableStreamConfiguration.java46 buffer.putInt(value.getFormat()); in marshal()
47 buffer.putInt(value.getWidth()); in marshal()
48 buffer.putInt(value.getHeight()); in marshal()
49 buffer.putInt(value.isInput() ? 1 : 0); in marshal()
DMarshalQueryableRect.java42 buffer.putInt(value.left); in marshal()
43 buffer.putInt(value.top); in marshal()
44 buffer.putInt(value.width()); in marshal()
45 buffer.putInt(value.height()); in marshal()
DMarshalQueryableReprocessFormatsMap.java57 buffer.putInt(input); in marshal()
62 buffer.putInt(outputs.length); in marshal()
66 buffer.putInt(output); in marshal()
/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java213 bundleToFill.putInt("baseStationId", this.mBaseStationId); in fillInNotifierBundle()
214 bundleToFill.putInt("baseStationLatitude", this.mBaseStationLatitude); in fillInNotifierBundle()
215 bundleToFill.putInt("baseStationLongitude", this.mBaseStationLongitude); in fillInNotifierBundle()
216 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()
217 bundleToFill.putInt("networkId", this.mNetworkId); in fillInNotifierBundle()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteDescriptor.java521 mBundle.putInt(KEY_CONNECTION_STATE, connectionState); in setConnectionState()
583 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType); in setPlaybackType()
591 mBundle.putInt(KEY_PLAYBACK_STREAM, playbackStream); in setPlaybackStream()
603 mBundle.putInt(KEY_DEVICE_TYPE, deviceType); in setDeviceType()
611 mBundle.putInt(KEY_VOLUME, volume); in setVolume()
619 mBundle.putInt(KEY_VOLUME_MAX, volumeMax); in setVolumeMax()
631 mBundle.putInt(KEY_VOLUME_HANDLING, volumeHandling); in setVolumeHandling()
639 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId); in setPresentationDisplayId()
659 mBundle.putInt(KEY_MIN_CLIENT_VERSION, minVersion); in setMinClientVersion()
669 mBundle.putInt(KEY_MAX_CLIENT_VERSION, maxVersion); in setMaxClientVersion()
/frameworks/base/core/java/android/app/
DActivityOptions.java1168 b.putInt(KEY_ANIM_TYPE, mAnimationType); in toBundle()
1174 b.putInt(KEY_ANIM_ENTER_RES_ID, mCustomEnterResId); in toBundle()
1175 b.putInt(KEY_ANIM_EXIT_RES_ID, mCustomExitResId); in toBundle()
1180 b.putInt(KEY_ANIM_IN_PLACE_RES_ID, mCustomInPlaceResId); in toBundle()
1184 b.putInt(KEY_ANIM_START_X, mStartX); in toBundle()
1185 b.putInt(KEY_ANIM_START_Y, mStartY); in toBundle()
1186 b.putInt(KEY_ANIM_WIDTH, mWidth); in toBundle()
1187 b.putInt(KEY_ANIM_HEIGHT, mHeight); in toBundle()
1194 b.putInt(KEY_ANIM_START_X, mStartX); in toBundle()
1195 b.putInt(KEY_ANIM_START_Y, mStartY); in toBundle()
[all …]
DBroadcastOptions.java137 b.putInt(KEY_MIN_MANIFEST_RECEIVER_API_LEVEL, mMinManifestReceiverApiLevel); in toBundle()
140 b.putInt(KEY_MAX_MANIFEST_RECEIVER_API_LEVEL, mMaxManifestReceiverApiLevel); in toBundle()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java143 m.putInt("lac", mLac); in fillInNotifierBundle()
144 m.putInt("cid", mCid); in fillInNotifierBundle()
145 m.putInt("psc", mPsc); in fillInNotifierBundle()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java311 buf.putInt(LMK_TARGET); in updateOomLevels()
313 buf.putInt((mOomMinFree[i]*1024)/PAGE_SIZE); in updateOomLevels()
314 buf.putInt(mOomAdj[i]); in updateOomLevels()
649 buf.putInt(LMK_PROCPRIO); in setOomAdj()
650 buf.putInt(pid); in setOomAdj()
651 buf.putInt(uid); in setOomAdj()
652 buf.putInt(amt); in setOomAdj()
666 buf.putInt(LMK_PROCREMOVE); in remove()
667 buf.putInt(pid); in remove()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDatePickerDialog.java178 outState.putInt(KEY_SELECTED_YEAR, mCalendar.get(Calendar.YEAR)); in onSaveInstanceState()
179 outState.putInt(KEY_SELECTED_MONTH, mCalendar.get(Calendar.MONTH)); in onSaveInstanceState()
180 outState.putInt(KEY_SELECTED_DAY, mCalendar.get(Calendar.DAY_OF_MONTH)); in onSaveInstanceState()
181 outState.putInt(KEY_WEEK_START, mWeekStart); in onSaveInstanceState()
182 outState.putInt(KEY_YEAR_START, mMinYear); in onSaveInstanceState()
183 outState.putInt(KEY_YEAR_END, mMaxYear); in onSaveInstanceState()
184 outState.putInt(KEY_CURRENT_VIEW, mCurrentView); in onSaveInstanceState()
190 outState.putInt(KEY_LIST_POSITION_OFFSET, mYearPickerView.getFirstPositionOffset()); in onSaveInstanceState()
192 outState.putInt(KEY_LIST_POSITION, listPosition); in onSaveInstanceState()
/frameworks/base/services/net/java/android/net/ip/
DRouterAdvertisementDaemon.java377 .putInt(0) in putHeader()
378 .putInt(0); in putHeader()
421 .putInt(0); in putExpandedFlagsOption()
441 .putInt((mtu < IPV6_MIN_MTU) ? IPV6_MIN_MTU : mtu); in putMtu()
485 .putInt(validTime)
486 .putInt(preferredTime)
487 .putInt(0)
520 .putInt(DEFAULT_LIFETIME);
550 .putInt(lifetime);
/frameworks/base/core/java/android/speech/tts/
DFileSynthesisCallback.java296 header.putInt(dataLength + WAV_HEADER_LENGTH - 8); // RIFF chunk size in makeWavHeader()
299 header.putInt(16); // size of fmt chunk in makeWavHeader()
302 header.putInt(sampleRateInHz); in makeWavHeader()
303 header.putInt(byteRate); in makeWavHeader()
307 header.putInt(dataLength); in makeWavHeader()
/frameworks/base/services/net/java/android/net/netlink/
DStructNlMsgHdr.java119 byteBuffer.putInt(nlmsg_len); in pack()
122 byteBuffer.putInt(nlmsg_seq); in pack()
123 byteBuffer.putInt(nlmsg_pid); in pack()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java196 syncExtrasBundle.putInt(key, (Integer) value); in toJobInfoExtras()
218 jobInfoExtras.putInt("userId", target.userId); in toJobInfoExtras()
219 jobInfoExtras.putInt("owningUid", owningUid); in toJobInfoExtras()
221 jobInfoExtras.putInt("reason", reason); in toJobInfoExtras()
222 jobInfoExtras.putInt("source", syncSource); in toJobInfoExtras()
224 jobInfoExtras.putInt("jobId", jobId); in toJobInfoExtras()
226 jobInfoExtras.putInt("sourcePeriodicId", sourcePeriodicId); in toJobInfoExtras()
230 jobInfoExtras.putInt("retries", retries); in toJobInfoExtras()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiSettingsStore.java139 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state); in persistWifiState()
185 Settings.Global.putInt(mContext.getContentResolver(), in setWifiSavedState()
212 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, WIFI_DISABLED); in getPersistedWifiState()

12345678910>>...13