HomeSort by relevance Sort by last modified time
    Searched refs:writeInt (Results 201 - 225 of 1007) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/content/pm/
PermissionInfo.java 278 dest.writeInt(protectionLevel);
279 dest.writeInt(flags);
281 dest.writeInt(descriptionRes);
  /frameworks/base/core/java/android/hardware/display/
WifiDisplay.java 166 dest.writeInt(mIsAvailable ? 1 : 0);
167 dest.writeInt(mCanConnect ? 1 : 0);
168 dest.writeInt(mIsRemembered ? 1 : 0);
  /frameworks/base/core/java/android/text/style/
BulletSpan.java 81 dest.writeInt(mGapWidth);
82 dest.writeInt(mWantColor ? 1 : 0);
83 dest.writeInt(mColor);
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIcon.java 97 out.writeInt(this.iconLevel);
98 out.writeInt(this.visible ? 1 : 0);
99 out.writeInt(this.number);
  /frameworks/base/media/java/android/media/
AudioFocusInfo.java 116 dest.writeInt(mGainRequest);
117 dest.writeInt(mLossReceived);
118 dest.writeInt(mFlags);
PlaybackParams.java 244 dest.writeInt(mSet);
245 dest.writeInt(mAudioFallbackMode);
246 dest.writeInt(mAudioStretchMode);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
DisplayAdjustmentUtils.java 134 data.writeInt(mode);
157 data.writeInt(1);
162 data.writeInt(0);
  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 180 dest.writeInt(type);
181 dest.writeInt(mRegistered ? 1 : 0);
182 dest.writeInt(mTimeStampType);
  /frameworks/base/wifi/java/android/net/wifi/passpoint/
WifiPasspointOsuProvider.java 119 out.writeInt(osuMethod);
120 out.writeInt(iconWidth);
121 out.writeInt(iconHeight);
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 96 dest.writeInt(mWarningType);
97 dest.writeInt(mEmergencyUserAlert ? 1 : 0);
98 dest.writeInt(mActivatePopup ? 1 : 0);
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardCategory.java 117 dest.writeInt(titleRes);
118 dest.writeInt(externalIndex);
123 dest.writeInt(count);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 150 rr.mParcel.writeInt(request);
151 rr.mParcel.writeInt(rr.mSerial);
738 rr.mParcel.writeInt(slotId);
739 rr.mParcel.writeInt(appIndex);
740 rr.mParcel.writeInt(subId);
741 rr.mParcel.writeInt(subStatus);
754 rr.mParcel.writeInt(1);
755 rr.mParcel.writeInt(allowed ? 1 : 0);
772 rr.mParcel.writeInt(2);
792 rr.mParcel.writeInt(3)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java 278 DexDataWriter.writeInt(output, (int)a32.getValue());
295 indexWriter.writeInt(offsetWriter.getPosition());
312 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())));
326 writer.writeInt(stringSection.getItemIndex(protoSection.getShorty(key)));
327 writer.writeInt(typeSection.getItemIndex(protoSection.getReturnType(key)));
328 writer.writeInt(typeListSection.getNullableItemOffset(protoSection.getParameters(key)));
344 writer.writeInt(stringSection.getItemIndex(fieldSection.getName(key)));
360 writer.writeInt(stringSection.getItemIndex(methodSection.getName(key)));
418 indexWriter.writeInt(typeSection.getItemIndex(classSection.getType(key)));
419 indexWriter.writeInt(classSection.getAccessFlags(key))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsBackupHelper.java 67 dataOutput.writeInt(cursor.getCount());
76 dataOutput.writeInt(result);
77 dataOutput.writeInt(infoSeen);
79 dataOutput.writeInt(metricsData.length);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
CommandApdu.java 46 dest.writeInt(mReachable ? 1 : 0);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 113 out.writeInt(firstCase);
128 out.writeInt(relTarget);
135 out.writeInt(cases.get(i));
140 out.writeInt(relTarget);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 78 out.writeInt(annotationsOff);
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 114 out.writeInt(firstCase);
129 out.writeInt(relTarget);
136 out.writeInt(cases.get(i));
141 out.writeInt(relTarget);
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 78 out.writeInt(annotationsOff);
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 122 outWriter.writeInt(mFilling);
185 out.writeInt(AGENT_VERSION);
186 out.writeInt(mFilling);
234 file.writeInt(mFilling);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 114 out.writeInt(firstCase);
129 out.writeInt(relTarget);
136 out.writeInt(cases.get(i));
141 out.writeInt(relTarget);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetRefItem.java 78 out.writeInt(annotationsOff);
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Integer_info.java 67 out.writeInt (m_value);
  /external/guava/guava/src/com/google/common/io/
ByteArrayDataOutput.java 37 @Override void writeInt(int v);
  /frameworks/base/core/java/android/bluetooth/
SdpRecord.java 54 dest.writeInt(this.mRawSize);

Completed in 1255 milliseconds

1 2 3 4 5 6 7 891011>>