Merge "API Review Feedbacks" am: 3d2b3a114b

Change-Id: I5fe33e2b6199382cbc7327afbe7234c9e1299e3d
This commit is contained in:
Automerger Merge Worker
2020-02-29 00:41:56 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -4221,6 +4221,7 @@ public class CarrierConfigManager {
} catch (RemoteException ex) {
Rlog.e(TAG, "getDefaultCarrierServicePackageName ICarrierConfigLoader is null"
+ ex.toString());
ex.rethrowAsRuntimeException();
}
return "";
}

View File

@@ -199,7 +199,7 @@ public final class ModemActivityInfo implements Parcelable {
}
/**
* Indicate if the ModemActivityInfo is invalid due to modem's invalid reporting.
* Indicates if the modem has reported valid {@link ModemActivityInfo}.
*
* @return {@code true} if this {@link ModemActivityInfo} record is valid,
* {@code false} otherwise.