Merge "API Review Feedbacks" am: 3d2b3a114b am: 25693b816a am: 3f7ff13f0e am: 94cb49a2b9

Change-Id: I62ea626881f9984abb1bddcc149ea6696a9c7b98
This commit is contained in:
Automerger Merge Worker
2020-02-29 01:33:44 +00:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -201,7 +201,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, * @return {@code true} if this {@link ModemActivityInfo} record is valid,
* {@code false} otherwise. * {@code false} otherwise.