Searched refs:getInt (Results 1 - 25 of 440) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/
H A DFactoryTest.java39 return SystemProperties.getInt("ro.factorytest", FACTORY_TEST_OFF);
47 return SystemProperties.getInt("factory.long_press_power_off", 0) != 0;
/frameworks/base/services/core/java/com/android/server/notification/
H A DPropConfig.java25 public static int getInt(Context context, String propName, int resId) { method in class:PropConfig
26 return SystemProperties.getInt(propName, context.getResources().getInteger(resId));
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteGlobal.java66 return SystemProperties.getInt("debug.sqlite.pagesize", sDefaultPageSize);
83 return SystemProperties.getInt("debug.sqlite.journalsizelimit",
110 int value = SystemProperties.getInt("debug.sqlite.wal.autocheckpoint",
120 int value = SystemProperties.getInt("debug.sqlite.wal.poolsize",
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableHighSpeedVideoConfiguration.java56 int width = buffer.getInt();
57 int height = buffer.getInt();
58 int fpsMin = buffer.getInt();
59 int fpsMax = buffer.getInt();
H A DMarshalQueryableRect.java50 int left = buffer.getInt();
51 int top = buffer.getInt();
52 int width = buffer.getInt();
53 int height = buffer.getInt();
H A DMarshalQueryableStreamConfiguration.java54 int format = buffer.getInt();
55 int width = buffer.getInt();
56 int height = buffer.getInt();
57 boolean input = buffer.getInt() != 0;
H A DMarshalQueryableMeteringRectangle.java58 int xMin = buffer.getInt();
59 int yMin = buffer.getInt();
60 int xMax = buffer.getInt();
61 int yMax = buffer.getInt();
62 int weight = buffer.getInt();
H A DMarshalQueryableSize.java47 int width = buffer.getInt();
48 int height = buffer.getInt();
/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java105 int bufferSize = in.getInt();
106 int flags = in.getInt();
107 int len = in.getInt();
147 int bufferSize = in.getInt();
148 int flags = in.getInt();
200 int bufferSize = in.getInt();
201 int flags = in.getInt();
202 int interval = in.getInt();
H A DDdmHandleViewDebug.java125 int op = in.getInt();
170 GLUtils.setTracingLevel(in.getInt());
198 int viewRootNameLength = in.getInt();
211 viewLength = in.getInt();
230 boolean skipChildren = in.getInt() > 0;
231 boolean includeProperties = in.getInt() > 0;
323 int l = in.getInt();
332 int nArgs = in.getInt();
358 args[i] = in.getInt();
404 int l = in.getInt();
[all...]
H A DDdmHandleExit.java69 int statusCode = in.getInt();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
H A DBridgeBufferIterator.java62 return mByteBuffer.getInt();
68 dst[dstOffset++] = mByteBuffer.getInt();
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java43 mLac = bundle.getInt("lac", mLac);
44 mCid = bundle.getInt("cid", mCid);
45 mPsc = bundle.getInt("psc", mPsc);
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java69 this.mBaseStationId = bundle.getInt("baseStationId", mBaseStationId);
70 this.mBaseStationLatitude = bundle.getInt("baseStationLatitude", mBaseStationLatitude);
71 this.mBaseStationLongitude = bundle.getInt("baseStationLongitude", mBaseStationLongitude);
72 this.mSystemId = bundle.getInt("systemId", mSystemId);
73 this.mNetworkId = bundle.getInt("networkId", mNetworkId);
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java52 int sig = in.getInt();
69 long crc = ((long) in.getInt()) & 0xffffffffL;
70 long compressedSize = ((long) in.getInt()) & 0xffffffffL;
71 long size = ((long) in.getInt()) & 0xffffffffL;
79 long localHeaderRelOffset = ((long) in.getInt()) & 0xffffffffL;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java79 ? getInt("doze.pulse.duration.in.pickup", R.integer.doze_pulse_duration_in_pickup)
80 : getInt("doze.pulse.duration.in", R.integer.doze_pulse_duration_in);
85 ? getInt("doze.pulse.delay.in.pickup", R.integer.doze_pulse_delay_in_pickup)
86 : getInt("doze.pulse.delay.in", R.integer.doze_pulse_delay_in);
90 return getInt("doze.pulse.duration.visible", R.integer.doze_pulse_duration_visible);
94 return getInt("doze.pulse.duration.out", R.integer.doze_pulse_duration_out);
134 return getInt("doze.pulse.schedule.resets", R.integer.doze_pulse_schedule_resets);
138 return getInt("doze.pickup.vibration.threshold", R.integer.doze_pickup_vibration_threshold);
145 private int getInt(String propName, int resId) { method in class:DozeParameters
146 int value = SystemProperties.getInt(propNam
[all...]
/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java69 Log.d(TAG, "tagSocket(" + fd.getInt$() + ") with statsTag=0x"
82 Log.i(TAG, "tagSocketFd(" + fd.getInt$() + ", "
92 Log.i(TAG, "untagSocket(" + fd.getInt$() + ")");
104 Log.w(TAG, "untagSocket(" + fd.getInt$() + ") failed with errno " + errno);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportPrefs.java37 return prefs.getInt(KEY_WARNING_STATE, def);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DLegacyVendorTags.java43 getField("CONTROL_SCENE_MODE_HDR").getInt(null);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiSettingsStore.java168 wifiSavedState = Settings.Global.getInt(cr, Settings.Global.WIFI_SAVED_STATE);
180 return Settings.Global.getInt(cr, Settings.Global.WIFI_ON);
188 return Settings.Global.getInt(mContext.getContentResolver(),
193 return Settings.Global.getInt(mContext.getContentResolver(),
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java128 int geoScope = cursor.getInt(
130 int serialNum = cursor.getInt(
132 int category = cursor.getInt(
138 int format = cursor.getInt(
140 int priority = cursor.getInt(
154 lac = cursor.getInt(lacColumn);
162 cid = cursor.getInt(cidColumn);
173 int warningType = cursor.getInt(etwsWarningTypeColumn);
183 int messageClass = cursor.getInt(cmasMessageClassColumn);
189 cmasCategory = cursor.getInt(cmasCategoryColum
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridView.java47 setNumColumns(a.getInt(R.styleable.lbVerticalGridView_numberOfColumns, 1));
57 size = array.getInt(R.styleable.lbVerticalGridView_columnWidth, 0);
/frameworks/base/core/java/android/util/
H A DEventLog.java86 return mBuffer.getInt(PROCESS_OFFSET);
91 return mBuffer.getInt(THREAD_OFFSET);
96 return mBuffer.getInt(SECONDS_OFFSET) * 1000000000l
97 + mBuffer.getInt(NANOSECONDS_OFFSET);
106 return mBuffer.getInt(offset);
133 return (Integer) mBuffer.getInt();
140 int length = mBuffer.getInt();
/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java67 mType = extras.getInt(EXTRA_BARCODE_TYPE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootReceiver.java38 if (Settings.Global.getInt(res, Settings.Global.SHOW_PROCESSES, 0) != 0) {

Completed in 3026 milliseconds

1234567891011>>