commit | 564084cbdbe4e540af199b9d3890fb33c29320e3 | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Wed Nov 11 16:53:04 2020 -0800 |
committer | Hall Liu <hallliu@google.com> | Wed Nov 11 19:02:47 2020 -0800 |
tree | 0a85b83a29d067ad154ed135aaacb8b86859c993 | |
parent | 3a14c6bdcc973838660dd7eb89302e349b39daec [diff] |
Move usage of Runnable::run to TelephonyUtils Using Runnable::run in com.android.internal.telephony from this directory will conflict with any usages from frameworks/opt/telephony since the compiles apparently scopes method references at the package level. Move it to TelephonyUtils (which is in the .util sub-package) to avoid the conflict. Bug: 156779270 Test: build Change-Id: I3471162eecde869aea66533de0355b3214859098