diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-12-17 09:06:38 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-12-17 09:06:38 +0000 |
commit | 132a186bdbee6ec5fbb79c8771b12449d624f6ec (patch) | |
tree | 1337b27415caf435f50c4e25fabd216c4edd8c5b | |
parent | 355062a8c35bd499b665db078711882fefc7e3a6 (diff) | |
parent | a13e61ce71c7e7196821c12cb03eb3b7d9a3a061 (diff) |
Merge "Change function to public accessible"
-rw-r--r-- | packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java b/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java index 104cc8f9841c..d3315efa0656 100644 --- a/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java +++ b/packages/SettingsLib/src/com/android/settingslib/location/RecentLocationApps.java @@ -235,7 +235,7 @@ public class RecentLocationApps { public final CharSequence contentDescription; public final long requestFinishTime; - private Request(String packageName, UserHandle userHandle, Drawable icon, + public Request(String packageName, UserHandle userHandle, Drawable icon, CharSequence label, boolean isHighBattery, CharSequence contentDescription, long requestFinishTime) { this.packageName = packageName; |