Loading src/java/com/android/internal/telephony/BaseCommands.java +1 −1 Original line number Diff line number Diff line Loading @@ -818,7 +818,7 @@ public abstract class BaseCommands implements CommandsInterface { getLastEmergencyNumberListIndication(); if (lastEmergencyNumberListIndication != null) { mEmergencyNumberListRegistrants.notifyRegistrants(new AsyncResult( null, getLastEmergencyNumberListIndication(), null)); null, lastEmergencyNumberListIndication, null)); } } Loading Loading
src/java/com/android/internal/telephony/BaseCommands.java +1 −1 Original line number Diff line number Diff line Loading @@ -818,7 +818,7 @@ public abstract class BaseCommands implements CommandsInterface { getLastEmergencyNumberListIndication(); if (lastEmergencyNumberListIndication != null) { mEmergencyNumberListRegistrants.notifyRegistrants(new AsyncResult( null, getLastEmergencyNumberListIndication(), null)); null, lastEmergencyNumberListIndication, null)); } } Loading