Searched refs:getInt (Results 1 - 25 of 478) 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 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 DMarshalQueryableHighSpeedVideoConfiguration.java57 int width = buffer.getInt();
58 int height = buffer.getInt();
59 int fpsMin = buffer.getInt();
60 int fpsMax = buffer.getInt();
61 int batchSizeMax = buffer.getInt();
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/net/netlink/
H A DStructNdaCacheInfo.java47 struct.ndm_used = byteBuffer.getInt();
48 struct.ndm_confirmed = byteBuffer.getInt();
49 struct.ndm_updated = byteBuffer.getInt();
50 struct.ndm_refcnt = byteBuffer.getInt();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDrawableUtils.java73 result.left = field.getInt(insets);
76 result.top = field.getInt(insets);
79 result.right = field.getInt(insets);
82 result.bottom = field.getInt(insets);
/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();
/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", -1);
44 mCid = bundle.getInt("cid", -1);
45 mPsc = bundle.getInt("psc", -1);
/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/support/v4/java/android/support/v4/content/res/
H A DTypedArrayUtils.java44 public static int getInt(TypedArray a, @StyleableRes int index, method in class:TypedArrayUtils
46 int val = a.getInt(fallbackIndex, defaultValue);
47 return a.getInt(index, val);
/frameworks/base/core/java/com/android/internal/util/
H A DScreenShapeHelper.java25 return SystemProperties.getInt(ViewRootImpl.PROPERTY_EMULATOR_WIN_OUTSET_BOTTOM_PX, 0);
/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/SettingsLib/src/com/android/settingslib/
H A DWirelessUtils.java33 return Settings.Global.getInt(context.getContentResolver(),
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportPrefs.java37 return prefs.getInt(KEY_WARNING_STATE, def);
/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/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DWizardManagerHelper.java103 return Settings.Secure.getInt(context.getContentResolver(),
108 return Settings.Secure.getInt(context.getContentResolver(),
124 return Settings.Global.getInt(context.getContentResolver(),
127 return Settings.Secure.getInt(context.getContentResolver(),
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java130 int geoScope = cursor.getInt(
132 int serialNum = cursor.getInt(
134 int category = cursor.getInt(
140 int format = cursor.getInt(
142 int priority = cursor.getInt(
156 lac = cursor.getInt(lacColumn);
164 cid = cursor.getInt(cidColumn);
175 int warningType = cursor.getInt(etwsWarningTypeColumn);
185 int messageClass = cursor.getInt(cmasMessageClassColumn);
191 cmasCategory = cursor.getInt(cmasCategoryColum
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DHSWanMetricsElement.java40 mDlSpeed = payload.getInt() & INT_MASK;
41 mUlSpeed = payload.getInt() & INT_MASK;

Completed in 1808 milliseconds

1234567891011>>