Searched refs:FLAG_JOIN (Results 1 – 3 of 3) sorted by relevance
1086 FLAG_JOIN,1118 private static final int FLAG_JOIN = 1 << 2; field in VolumeShaper.Operation1253 mFlags |= FLAG_JOIN; in replace()1255 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()
41981 Landroid/media/VolumeShaper$Operation;->FLAG_JOIN:I