HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 176 - 200 of 1266) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/os/
PatternMatcher.java 86 private final int mType;
96 mType = type;
97 if (mType == PATTERN_ADVANCED_GLOB) {
109 return mType;
113 return matchPattern(str, mPattern, mParsedPattern, mType);
118 switch (mType) {
139 proto.write(PatternMatcherProto.TYPE, mType);
151 dest.writeInt(mType);
157 mType = src.readInt();
  /frameworks/base/core/java/android/webkit/
JsDialogHelper.java 54 private final int mType;
62 mType = type;
70 mType = msg.getData().getInt("type");
75 switch (mType) {
85 throw new IllegalArgumentException("Unexpected type: " + mType);
98 if (mType == UNLOAD) {
113 if (mType != PROMPT) {
125 if (mType != ALERT) {
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 50 int mType = -1;
172 if (mType == SURFACE_TYPE_PUSH_BUFFERS) {
  /frameworks/base/libs/hwui/
Matrix.h 90 mType = kTypeUnknown;
145 mType |= kTypeUnknown;
149 uint8_t type = mType;
156 mType = type;
158 mType |= kTypeTranslate;
160 mType &= ~kTypeTranslate;
228 void invalidateType() { mType = kTypeUnknown; }
231 mutable uint8_t mType;
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 310 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {}
312 DumpType type() { return mType; }
317 DumpType mType;
  /frameworks/base/location/java/android/location/
GnssNavigationMessage.java 131 private int mType;
152 mType = navigationMessage.mType;
174 return mType;
183 mType = value;
191 switch (mType) {
213 return "<Invalid:" + mType + ">";
395 parcel.writeInt(mType);
433 mType = TYPE_UNKNOWN;
GpsNavigationMessage.java 81 private byte mType;
96 mType = navigationMessage.mType;
115 return mType;
122 mType = value;
130 switch (mType) {
142 return "<Invalid:" + mType + ">";
279 parcel.writeByte(mType);
317 mType = TYPE_UNKNOWN;
  /frameworks/base/lowpan/java/android/net/lowpan/
LowpanIdentity.java 119 mIdentity.mType = x;
140 private String mType = "";
168 return mType;
181 if (mType.length() > 0) {
182 sb.append(", Type:").append(mType);
208 && mType.equals(rhs.mType)
216 Arrays.hashCode(mRawName), mType, Arrays.hashCode(mXpanid), mPanid, mChannel);
229 dest.writeString(mType);
  /frameworks/base/media/java/android/media/
DataSourceDesc.java 65 private int mType = TYPE_NONE;
115 return mType;
213 private int mType = TYPE_NONE;
242 mType = dsd.mType;
265 if (mType != TYPE_CALLBACK
266 && mType != TYPE_FD
267 && mType != TYPE_URI) {
268 throw new IllegalStateException("Illegal type: " + mType);
276 dsd.mType = mType
    [all...]
MicrophoneInfo.java 163 private int mType;
172 mType = type;
215 return mType;
224 return AudioDeviceInfo.convertInternalDeviceToDeviceType(mType);
  /frameworks/base/media/java/android/media/midi/
MidiDeviceInfo.java 192 private final int mType; // USB or virtual
208 mType = type;
232 return mType;
321 return ("MidiDeviceInfo[mType=" + mType +
373 parcel.writeInt(mType);
  /frameworks/base/media/java/android/media/tv/
TvInputHardwareInfo.java 98 private int mType;
113 return mType;
125 if (mType != TV_INPUT_TYPE_HDMI) {
148 b.append(", type=").append(mType);
151 if (mType == TV_INPUT_TYPE_HDMI) {
168 dest.writeInt(mType);
171 if (mType == TV_INPUT_TYPE_HDMI) {
179 mType = source.readInt();
182 if (mType == TV_INPUT_TYPE_HDMI) {
190 private Integer mType = null
    [all...]
TvTrackInfo.java 57 private final int mType;
75 mType = type;
90 mType = in.readInt();
110 return mType;
141 if (mType != TYPE_AUDIO) {
153 if (mType != TYPE_AUDIO) {
166 if (mType != TYPE_VIDEO) {
179 if (mType != TYPE_VIDEO) {
192 if (mType != TYPE_VIDEO) {
205 if (mType != TYPE_VIDEO)
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 203 private String mType; // null terminated ASCII text string
321 mType = (String)headerValue;
519 return mType;
585 if (mType != null) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
SensorLoggerSession.java 41 private int mType;
53 mType = Session.REAL;
57 mType = type;
108 proto.setType(mType);
  /frameworks/base/services/core/java/com/android/server/wm/
Letterbox.java 130 private final String mType;
137 mType = type;
150 mSurface = mFactory.get().setName("Letterbox - " + mType)
  /frameworks/base/telephony/java/android/telephony/data/
DataProfile.java 51 private final int mType;
91 this.mType = type;
113 mType = source.readInt();
162 public int getType() { return mType; }
235 + "/" + mType + "/" + mMaxConnsTime
255 dest.writeInt(mType);
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
Interaction.java 42 private final @Interaction.Type int mType;
85 switch (mType) {
100 return mType;
150 mType = type;
159 mType = Type.KEY_EVENT;
183 mType = type;
  /frameworks/base/tests/utils/testutils/java/android/app/test/
TestAlarmManager.java 107 private final int mType;
113 mType = type;
  /frameworks/native/headers/media_plugin/media/drm/
DrmAPI.h 125 KeyStatusType mType;
  /frameworks/native/include/input/
KeyCharacterMap.h 231 int mType;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 289 DisplayType mType;
  /frameworks/rs/
rsAllocation.h 213 ObjectBaseRef<const Type> mType;
215 mType.set(t);
  /frameworks/support/media/src/main/java/androidx/media/
DataSourceDesc.java 70 private int mType = TYPE_NONE;
120 return mType;
207 private int mType = TYPE_NONE;
236 mType = dsd.mType;
259 if (mType != TYPE_CALLBACK
260 && mType != TYPE_FD
261 && mType != TYPE_URI) {
262 throw new IllegalStateException("Illegal type: " + mType);
270 dsd.mType = mType
    [all...]
SessionToken2.java 90 private final @TokenType int mType;
142 mType = TYPE_LIBRARY_SERVICE;
147 mType = TYPE_SESSION_SERVICE;
163 mType = type;
166 mComponentName = (mType == TYPE_SESSION) ? null
175 return mType
192 && mType == other.mType;
197 return "SessionToken {pkg=" + mPackageName + " id=" + mId + " type=" + mType
245 return mType;
    [all...]

Completed in 1506 milliseconds

1 2 3 4 5 6 78 91011>>