diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-03-02 19:39:25 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-02 19:39:25 +0000 |
| commit | f5324f74f50bb683b6935fae797765efedccddff (patch) | |
| tree | dc0ee86b06ecbeb9deb164563b09253134784fbf /core/java | |
| parent | d28d403f8fe2ea885eead2514e452f791a6f307b (diff) | |
| parent | 3cc20a4ed874e45adc5f655b842151faeb4306ef (diff) | |
Merge "Revert "Notification statsd logs: Notification panel."" into rvc-dev
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/com/android/internal/logging/InstanceId.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/java/com/android/internal/logging/InstanceId.java b/core/java/com/android/internal/logging/InstanceId.java index c90d851201a2..85643fcffa2f 100644 --- a/core/java/com/android/internal/logging/InstanceId.java +++ b/core/java/com/android/internal/logging/InstanceId.java @@ -48,17 +48,6 @@ public final class InstanceId implements Parcelable { return mId; } - /** - * Create a fake instance ID for testing purposes. Not for production use. See also - * InstanceIdSequenceFake, which is a testing replacement for InstanceIdSequence. - * @param id The ID you want to assign. - * @return new InstanceId. - */ - @VisibleForTesting - public static InstanceId fakeInstanceId(int id) { - return new InstanceId(id); - } - @Override public int hashCode() { return mId; |
