Merge "API Review Feedbacks" am: 3d2b3a114b am: 25693b816a
Change-Id: I4854155fb0c5cd85239afa2b3ff695fd6d9603ee
This commit is contained in:
@@ -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 "";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user