Searched refs:FLAG_JOIN (Results 1 – 4 of 4) sorted by relevance
1087 FLAG_JOIN,1119 private static final int FLAG_JOIN = 1 << 2; field in VolumeShaper.Operation1254 mFlags |= FLAG_JOIN; in replace()1256 mFlags &= ~FLAG_JOIN; in replace()
348 FLAG_JOIN = (1 << 2), enumerator352 FLAG_ALL = (FLAG_REVERSE | FLAG_TERMINATE | FLAG_JOIN | FLAG_DELAY794 if ((operation->getFlags() & VolumeShaper::Operation::FLAG_JOIN) != 0) { in applyVolumeShaper()
694 bool join = (flags | media::VolumeShaper::Operation::FLAG_JOIN) != 0; in createVolumeShaperOperationObj()
45061 Landroid/media/VolumeShaper$Operation;->FLAG_JOIN:I