Loading telephony/java/com/android/internal/telephony/CallManager.java +9 −2 Original line number Diff line number Diff line Loading @@ -1108,14 +1108,21 @@ public final class CallManager { */ /** * @return list of ringing calls * @return list of all ringing calls */ public ArrayList<Call> getRingingCalls() { return mRingingCalls; } /** * @return list of background calls * @return list of all foreground calls */ public ArrayList<Call> getForegroundCalls() { return mForegroundCalls; } /** * @return list of all background calls */ public ArrayList<Call> getBackgroundCalls() { return mBackgroundCalls; Loading Loading
telephony/java/com/android/internal/telephony/CallManager.java +9 −2 Original line number Diff line number Diff line Loading @@ -1108,14 +1108,21 @@ public final class CallManager { */ /** * @return list of ringing calls * @return list of all ringing calls */ public ArrayList<Call> getRingingCalls() { return mRingingCalls; } /** * @return list of background calls * @return list of all foreground calls */ public ArrayList<Call> getForegroundCalls() { return mForegroundCalls; } /** * @return list of all background calls */ public ArrayList<Call> getBackgroundCalls() { return mBackgroundCalls; Loading