aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunsuk Choi <forestchoi@google.com>2024-02-01 10:24:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2024-02-01 10:24:01 +0000
commit6628b3d7d9c3c28f0aa1104d5b677bbd8e517e06 (patch)
tree6462b1984ce5eabc484cac0e5872e3dfe7eb3172
parente6a8d49181aff1eb47d1f2c27071842d24431a33 (diff)
parent2440d0d882b02abdcf7f31a0a2b37073cfbc920e (diff)
downloadtelephony-6628b3d7d9c3c28f0aa1104d5b677bbd8e517e06.tar.gz
Merge "Remove incorrect annotations." into main
-rw-r--r--src/java/com/android/internal/telephony/domainselection/DomainSelectionResolver.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/java/com/android/internal/telephony/domainselection/DomainSelectionResolver.java b/src/java/com/android/internal/telephony/domainselection/DomainSelectionResolver.java
index 3a109e1522..410f89b01d 100644
--- a/src/java/com/android/internal/telephony/domainselection/DomainSelectionResolver.java
+++ b/src/java/com/android/internal/telephony/domainselection/DomainSelectionResolver.java
@@ -208,7 +208,6 @@ public class DomainSelectionResolver {
* @return {@code true} if the requested operation is successfully done,
* {@code false} otherwise.
*/
- @VisibleForTesting
public boolean setDomainSelectionServiceOverride(@NonNull ComponentName componentName) {
if (mController == null) {
logd("Controller is not initialized.");
@@ -234,7 +233,6 @@ public class DomainSelectionResolver {
* @return {@code true} if the requested operation is successfully done,
* {@code false} otherwise.
*/
- @VisibleForTesting
public boolean clearDomainSelectionServiceOverride() {
if (mController == null) {
logd("Controller is not initialized.");