Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36d82938 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "rename TRIGGER_CLEAR_RAT_BLOCK to _BLOCKS" into main

parents 749e7b58 e6fcf244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,5 +39,5 @@ enum SuggestedAction {
  TRIGGER_PLMN_BLOCK,
  TRIGGER_PLMN_BLOCK_WITH_TIMEOUT,
  TRIGGER_RAT_BLOCK,
  TRIGGER_CLEAR_RAT_BLOCK,
  TRIGGER_CLEAR_RAT_BLOCKS,
}
+5 −4
Original line number Diff line number Diff line
@@ -37,9 +37,10 @@ enum SuggestedAction {
    TRIGGER_PLMN_BLOCK_WITH_TIMEOUT,
    /**
     * Indicates that the IMS registration on current RAT failed multiple times.
     * The radio shall block the current RAT and search for other available RATs in the
     * background. If no other RAT is available that meets the carrier requirements, the
     * radio may remain on the current RAT for internet service. The radio clears all
     * The radio shall block the {@link AccessNetwork} included with this and
     * search for other available RATs in the background.
     * If no other RAT is available that meets the carrier requirements, the
     * radio may remain on the blocked RAT for internet service. The radio clears all
     * RATs marked as unavailable if {@link IRadioIms#updateImsRegistrationInfo()} API
     * with REGISTERED state is invoked.
     */
@@ -48,5 +49,5 @@ enum SuggestedAction {
     * Indicates that the radio clears all RATs marked as unavailable and tries to find
     * an available RAT that meets the carrier requirements.
     */
    TRIGGER_CLEAR_RAT_BLOCK,
    TRIGGER_CLEAR_RAT_BLOCKS,
}