Searched refs:getAllFlags (Results 1 – 7 of 7) sorted by relevance
342 && ((refAttr.getAllFlags() == 0) in attributesMatches()343 || (attr.getAllFlags() != 0 in attributesMatches()344 && (attr.getAllFlags() & refAttr.getAllFlags()) == refAttr.getAllFlags())) in attributesMatches()
504 public int getAllFlags() { in getAllFlags() method in AudioAttributes603 mFlags = aa.getAllFlags(); in Builder()1204 if ((aa.getAllFlags() & FLAG_SCO) == FLAG_SCO) { in toVolumeStreamType()1208 if ((aa.getAllFlags() & FLAG_BEACON) == FLAG_BEACON) { in toVolumeStreamType()
351 if ((mAttributes.getAllFlags() & AudioAttributes.FLAG_BYPASS_INTERRUPTION_POLICY) != 0) { in isRestricted_sync()355 if (((mAttributes.getAllFlags() & AudioAttributes.FLAG_AUDIBILITY_ENFORCED) != 0) in isRestricted_sync()
613 .replaceFlags((mAttributes.getAllFlags() in AudioTrack()968 .replaceFlags((mAttributes.getAllFlags() in build()980 .replaceFlags((mAttributes.getAllFlags() in build()1188 (attributes.getAllFlags() != 0 // cannot have any special flags in shouldEnablePowerSaving()
168 out.writeInt(attrs.getAllFlags()); in writeAudioAttributes()
194 if ((apc.getAudioAttributes().getAllFlags() & FLAGS_FOR_SILENCE_OVERRIDE) in checkVolumeForPrivilegedAlarm()
3451 method public int getAllFlags();