Loading telecomm/java/android/telecom/PhoneAccountHandle.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -80,6 +80,9 @@ public class PhoneAccountHandle implements Parcelable { * ({@code 0}, {@code 1}, {@code 2}, ...) that are generated locally on each phone and could * ({@code 0}, {@code 1}, {@code 2}, ...) that are generated locally on each phone and could * collide with values generated on other phones or after a data wipe of a given phone. * collide with values generated on other phones or after a data wipe of a given phone. * * * Important: A non-unique identifier could cause non-deterministic call-log backup/restore * behavior. * * @return A service-specific unique identifier for this {@code PhoneAccountHandle}. * @return A service-specific unique identifier for this {@code PhoneAccountHandle}. */ */ public String getId() { public String getId() { Loading Loading
telecomm/java/android/telecom/PhoneAccountHandle.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -80,6 +80,9 @@ public class PhoneAccountHandle implements Parcelable { * ({@code 0}, {@code 1}, {@code 2}, ...) that are generated locally on each phone and could * ({@code 0}, {@code 1}, {@code 2}, ...) that are generated locally on each phone and could * collide with values generated on other phones or after a data wipe of a given phone. * collide with values generated on other phones or after a data wipe of a given phone. * * * Important: A non-unique identifier could cause non-deterministic call-log backup/restore * behavior. * * @return A service-specific unique identifier for this {@code PhoneAccountHandle}. * @return A service-specific unique identifier for this {@code PhoneAccountHandle}. */ */ public String getId() { public String getId() { Loading