Rename SliceStore to SlicePurchaseController

Test: atest TelephonyManagerReadNonDangerousPermissionTest
Test: manually verify premium capability purchase behavior
Bug: 255552152
Change-Id: I4d7f47f78b4dd80063c67fb65c6ae48ff089610a
diff --git a/Android.bp b/Android.bp
index 0a7ccdc..9a7a5b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,10 +79,10 @@
     },
 }
 
-// Allow other applications to use public constants from SliceStore
+// Allow other applications to use public constants from SlicePurchaseController
 java_library {
-    name: "SliceStore",
-    srcs: ["src/com/android/phone/slicestore/SliceStore.java",],
+    name: "SlicePurchaseController",
+    srcs: ["src/com/android/phone/slice/SlicePurchaseController.java",],
     libs: ["telephony-common"],
 }