Searched defs:calls (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java135 CallInfo calls[] = new CallInfo[MAX_CALLS]; field in class:SimulatedGsmCallState
162 // calls may have hung up by the time delayed events happen
182 // ensure there aren't already calls INCOMING or WAITING
183 for (int i = 0 ; i < calls.length ; i++) {
184 CallInfo call = calls[i];
205 calls[empty] = CallInfo.createIncomingCall(
209 calls[empty].state = CallInfo.State.WAITING;
220 for (int i = 0 ; i < calls.length ; i++) {
221 CallInfo call = calls[i];
246 for (int i = 0 ; i < calls
[all...]
/frameworks/base/core/java/android/content/
H A DContentService.java233 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>();
236 userHandle, calls);
238 final int numCalls = calls.size();
240 ObserverCall oc = calls.get(i);
780 ArrayList<ObserverCall> calls) {
799 calls.add(new ObserverCall(this, entry.observer, selfChange));
810 ArrayList<ObserverCall> calls) {
816 targetUserHandle, calls);
821 targetUserHandle, calls);
830 observer, observerWantsSelfNotifications, targetUserHandle, calls);
778 collectMyObserversLocked(boolean leaf, IContentObserver observer, boolean observerWantsSelfNotifications, int targetUserHandle, ArrayList<ObserverCall> calls) argument
808 collectObserversLocked(Uri uri, int index, IContentObserver observer, boolean observerWantsSelfNotifications, int targetUserHandle, ArrayList<ObserverCall> calls) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java42 * and control calls. It implements Phone interface.
88 // list of supported ringing calls
91 // list of supported background calls
94 // list of supported foreground calls
393 // There is no active Fg calls, the OFFHOOK state
572 * 3. both active and held calls from same phone, aka, swap
573 * 4. active and held calls from different phones, aka, phone swap
837 * Disconnects the subscriber from both calls
1067 * Extraneous calls are tolerated silently
1088 * Extraneous calls ar
1553 getFirstNonIdleCall(List<Call> calls) argument
1678 getFirstActiveCall(ArrayList<Call> calls) argument
1690 getFirstCallOfState(ArrayList<Call> calls, Call.State state) argument
[all...]

Completed in 73 milliseconds