Home
last modified time | relevance | path

Searched refs:mBaseType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeDetails.java83 private final @UserInfoFlag int mBaseType; field in UserTypeDetails
192 this.mBaseType = baseType; in UserTypeDetails()
248 return mDefaultUserInfoPropertyFlags | mBaseType; in getDefaultUserInfoFlags()
339 return (mBaseType & UserInfo.FLAG_PROFILE) != 0; in isProfile()
343 return (mBaseType & UserInfo.FLAG_FULL) != 0; in isFull()
347 return (mBaseType & UserInfo.FLAG_SYSTEM) != 0; in isSystem()
380 pw.print(prefix); pw.print("mBaseType: "); pw.println(UserInfo.flagsToString(mBaseType)); in dump()
427 private int mBaseType; // This MUST be explicitly set. field in UserTypeDetails.Builder
471 mBaseType = baseType; in setBaseType()
570 return mBaseType; in getBaseType()
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java55 protected int mBaseType = TYPE_UNSPECIFIED; field in FrameFormat
67 mBaseType = baseType; in FrameFormat()
77 return mBaseType; in getBaseType()
81 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE; in isBinaryDataType()
89 return mBytesPerSample / bytesPerSampleOf(mBaseType); in getValuesPerSample()
184 return format.mBaseType == mBaseType && in equals()
193 return 4211 ^ mBaseType ^ mBytesPerSample ^ getSize(); in hashCode()
414 + baseTypeToString(mBaseType) in toString()
422 mBytesPerSample = bytesPerSampleOf(mBaseType); in initDefaults()
DMutableFrameFormat.java39 mBaseType = baseType; in setBaseType()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15390 Landroid/filterfw/core/FrameFormat;->mBaseType:I