Home
last modified time | relevance | path

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

12345

/frameworks/base/core/java/android/ddm/
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()
DDdmHandleHello.java125 out.putInt(DdmServer.CLIENT_PROTOCOL_VERSION); in handleHELO()
126 out.putInt(android.os.Process.myPid()); in handleHELO()
127 out.putInt(vmIdent.length()); in handleHELO()
128 out.putInt(appName.length()); in handleHELO()
161 out.putInt(features.length); in handleFEAT()
163 out.putInt(features[i].length()); in handleFEAT()
DDdmHandleAppName.java95 out.putInt(appName.length()); in sendAPNM()
/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java200 bundleToFill.putInt("baseStationId", this.mBaseStationId); in fillInNotifierBundle()
201 bundleToFill.putInt("baseStationLatitude", this.mBaseStationLatitude); in fillInNotifierBundle()
202 bundleToFill.putInt("baseStationLongitude", this.mBaseStationLongitude); in fillInNotifierBundle()
203 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()
204 bundleToFill.putInt("networkId", this.mNetworkId); in fillInNotifierBundle()
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java701 m.putInt("GsmSignalStrength", mGsmSignalStrength); in fillInNotifierBundle()
702 m.putInt("GsmBitErrorRate", mGsmBitErrorRate); in fillInNotifierBundle()
703 m.putInt("CdmaDbm", mCdmaDbm); in fillInNotifierBundle()
704 m.putInt("CdmaEcio", mCdmaEcio); in fillInNotifierBundle()
705 m.putInt("EvdoDbm", mEvdoDbm); in fillInNotifierBundle()
706 m.putInt("EvdoEcio", mEvdoEcio); in fillInNotifierBundle()
707 m.putInt("EvdoSnr", mEvdoSnr); in fillInNotifierBundle()
708 m.putInt("LteSignalStrength", mLteSignalStrength); in fillInNotifierBundle()
709 m.putInt("LteRsrp", mLteRsrp); in fillInNotifierBundle()
710 m.putInt("LteRsrq", mLteRsrq); in fillInNotifierBundle()
[all …]
DServiceState.java606 m.putInt("state", mState); in fillInNotifierBundle()
612 m.putInt("radioTechnology", mRadioTechnology); in fillInNotifierBundle()
614 m.putInt("networkId", mNetworkId); in fillInNotifierBundle()
615 m.putInt("systemId", mSystemId); in fillInNotifierBundle()
616 m.putInt("cdmaRoamingIndicator", mCdmaRoamingIndicator); in fillInNotifierBundle()
617 m.putInt("cdmaDefaultRoamingIndicator", mCdmaDefaultRoamingIndicator); in fillInNotifierBundle()
/frameworks/base/core/java/android/speech/tts/
DFileSynthesisCallback.java203 header.putInt(dataLength + WAV_HEADER_LENGTH - 8); // RIFF chunk size in makeWavHeader()
206 header.putInt(16); // size of fmt chunk in makeWavHeader()
209 header.putInt(sampleRateInHz); in makeWavHeader()
210 header.putInt(byteRate); in makeWavHeader()
214 header.putInt(dataLength); in makeWavHeader()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java142 m.putInt("lac", mLac); in fillInNotifierBundle()
143 m.putInt("cid", mCid); in fillInNotifierBundle()
144 m.putInt("psc", mPsc); in fillInNotifierBundle()
/frameworks/base/core/java/android/app/
DDatePickerDialog.java143 state.putInt(YEAR, mDatePicker.getYear()); in onSaveInstanceState()
144 state.putInt(MONTH, mDatePicker.getMonth()); in onSaveInstanceState()
145 state.putInt(DAY, mDatePicker.getDayOfMonth()); in onSaveInstanceState()
DTimePickerDialog.java136 state.putInt(HOUR, mTimePicker.getCurrentHour()); in onSaveInstanceState()
137 state.putInt(MINUTE, mTimePicker.getCurrentMinute()); in onSaveInstanceState()
DDialogFragment.java504 outState.putInt(SAVED_STYLE, mStyle); in onSaveInstanceState()
507 outState.putInt(SAVED_THEME, mTheme); in onSaveInstanceState()
516 outState.putInt(SAVED_BACK_STACK_ID, mBackStackId); in onSaveInstanceState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessController.java88 Settings.System.putInt(mContext.getContentResolver(), in onChanged()
97 Settings.System.putInt(mContext.getContentResolver(), in setMode()
DAirplaneModeController.java84 Settings.System.putInt( in unsafe()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfInternalSelectionViews.java104 bundle.putInt(BUNDLE_PARAM_NUM_ITEMS, numItems); in getBundleFor()
105 bundle.putInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, numRowsPerItem); in getBundleFor()
/frameworks/support/v4/java/android/support/v4/app/
DDialogFragment.java354 outState.putInt(SAVED_STYLE, mStyle); in onSaveInstanceState()
357 outState.putInt(SAVED_THEME, mTheme); in onSaveInstanceState()
366 outState.putInt(SAVED_BACK_STACK_ID, mBackStackId); in onSaveInstanceState()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java113 results.putInt("size", FILE_SIZE); in testWifiDownload()
149 results.putInt("size", FILE_SIZE); in testWifiUpload()
187 results.putInt("size", FILE_SIZE); in testWifiDownloadWithDownloadManager()
267 results.putInt(label + "uid", entry.uid); in AddStatsToResults()
/frameworks/base/core/java/android/webkit/
DSslCertLookupTable.java54 table.putInt(host, sslError.getPrimaryError()); in setIsAllowed()
/frameworks/base/core/tests/coretests/src/android/os/
DBrightnessLimit.java57 Settings.System.putInt(getContentResolver(), Settings.System.SCREEN_BRIGHTNESS, 0); in onClick()
/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java479 cmd.putInt(value); in increment()
507 cmd.putInt(value); in decrement()
/frameworks/base/core/java/android/content/
DSharedPreferences.java101 Editor putInt(String key, int value); in putInt() method
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DCallbackProxy.java341 map.putInt("x", x); in updateTouchPoint()
342 map.putInt("y", y); in updateTouchPoint()
343 map.putInt("id", id); in updateTouchPoint()
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DEventSenderImpl.java405 bundle.putInt("id", id); in updateTouchPoint()
406 bundle.putInt("x", x); in updateTouchPoint()
407 bundle.putInt("y", y); in updateTouchPoint()
/frameworks/base/test-runner/src/android/test/
DInstrumentationTestRunner.java522 mResults.putInt(REPORT_KEY_NUM_TOTAL, mTestCount); in onStart()
736 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests); in WatcherResultPrinter()
749 mTestResult.putInt(REPORT_KEY_NUM_CURRENT, ++mTestNum); in startTest()
766 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations); in startTest()
/frameworks/base/services/java/com/android/server/am/
DCoreSettingsObserver.java95 snapshot.putInt(setting, value); in populateCoreSettings()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DThrottleServiceTest.java245 Settings.Secure.putInt(resolver, Settings.Secure.THROTTLE_VALUE_KBITSPS, valueKbitps); in setThrottlePolicy()
246 Settings.Secure.putInt(resolver, Settings.Secure.THROTTLE_RESET_DAY, resetDay); in setThrottlePolicy()

12345