diff options
author | Scott Mertz <scott@cyngn.com> | 2015-11-10 12:00:22 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-11-10 12:25:45 -0800 |
commit | 2b74aee16a496e8bc4eab2907a331a2ed30b8ee7 (patch) | |
tree | 90c5a7413b5c0aba3e1c1fe5c3f2c3072b896ed4 /telecomm | |
parent | b373b628de273d1879359d15aa5f8c721074b168 (diff) | |
download | frameworks_base-2b74aee16a496e8bc4eab2907a331a2ed30b8ee7.zip frameworks_base-2b74aee16a496e8bc4eab2907a331a2ed30b8ee7.tar.gz frameworks_base-2b74aee16a496e8bc4eab2907a331a2ed30b8ee7.tar.bz2 |
telecomm: hide getCreateTimeMillis from public api
Partial application of de776397ad8e7137cc1bc5beeef7b3c53282f7bf
Change-Id: I82eac6ece5f05b378645e98ccdf595a843359662
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecom/Call.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/Call.java b/telecomm/java/android/telecom/Call.java index 3ef4af7..66e8b3e 100644 --- a/telecomm/java/android/telecom/Call.java +++ b/telecomm/java/android/telecom/Call.java @@ -497,6 +497,7 @@ public final class Call { /** * @return the time the Call object was created + * {@hide} */ public long getCreateTimeMillis() { return mCreateTimeMillis; |