am 55c6f888: Fix missing break statement found by Motorola.
Merge commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d' into eclair-plus-aosp * commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d': Fix missing break statement found by Motorola.
This commit is contained in:
@@ -2511,6 +2511,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
|
|||||||
mRestrictedStateRegistrant.notifyRegistrant(
|
mRestrictedStateRegistrant.notifyRegistrant(
|
||||||
new AsyncResult (null, ret, null));
|
new AsyncResult (null, ret, null));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED:
|
case RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED:
|
||||||
if (RILJ_LOGD) unsljLog(response);
|
if (RILJ_LOGD) unsljLog(response);
|
||||||
|
|||||||
Reference in New Issue
Block a user