Searched refs:getAllFlags (Results 1 – 9 of 9) sorted by relevance
343 && ((refAttr.getAllFlags() == 0) in attributesMatches()344 || (attr.getAllFlags() != 0 in attributesMatches()345 && (attr.getAllFlags() & refAttr.getAllFlags()) == refAttr.getAllFlags())) in attributesMatches()
504 public int getAllFlags() { in getAllFlags() method in AudioAttributes613 mFlags = aa.getAllFlags(); in Builder()1214 if ((aa.getAllFlags() & FLAG_SCO) == FLAG_SCO) { in toVolumeStreamType()1218 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()1190 final int flags = attributes.getAllFlags() in shouldEnablePowerSaving()
168 out.writeInt(attrs.getAllFlags()); in writeAudioAttributes()
605 final int flags = attrs.getAllFlags() in fixupVibrationAttributes()952 return (attrs.getAllFlags() & AudioAttributes.FLAG_BYPASS_INTERRUPTION_POLICY) != 0; in shouldBypassDnd()
207 if ((apc.getAudioAttributes().getAllFlags() & FLAGS_FOR_SILENCE_OVERRIDE) in checkVolumeForPrivilegedAlarm()
3705 method public int getAllFlags();