Searched defs:pulse (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DLedConfiguration.java46 public final boolean pulse; field in class:LedConfiguration
49 public LedConfiguration(int color0, int color1, boolean pulse) { argument
52 this.pulse = pulse;
58 this.pulse = that.pulse;
68 && this.pulse == that.pulse
87 this.pulse ? "p" : "", this.isTransient ? "t" : "");
99 parcel.writeBooleanArray(new boolean[] {pulse, isTransien
[all...]

Completed in 67 milliseconds