HomeSort by relevance Sort by last modified time
    Searched defs:callList (Results 1 - 9 of 9) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
ConferenceManagerPresenter.java 26 import com.android.incallui.call.CallList;
53 public void onStateChange(InCallState oldState, InCallState newState, CallList callList) {
57 final DialerCall call = callList.getActiveOrBackgroundCall();
61 update(callList);
99 public void init(CallList callList) {
100 update(callList);
106 * @param callList The callList
    [all...]
NotificationBroadcastReceiver.java 28 import com.android.incallui.call.CallList;
68 // TODO: Commands of this nature should exist in the CallList.
91 CallList callList = InCallPresenter.getInstance().getCallList();
92 if (callList == null) {
96 DialerCall call = callList.getVideoUpgradeRequestCall();
104 CallList callList = InCallPresenter.getInstance().getCallList();
105 if (callList == null) {
109 DialerCall call = callList.getVideoUpgradeRequestCall()
    [all...]
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 286 final List<String> callList = Lists.newArrayList();
290 new NamedInterceptor("a", callList),
291 new NamedInterceptor("b", callList),
292 new NamedInterceptor("c", callList));
297 assertEquals(0, callList.size());
299 assertEquals(Arrays.asList("a", "b", "c"), callList);
306 NamedInterceptor(String name, List<String> callList) {
308 this.called = callList;
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java 168 ArrayList<Call> callList = new ArrayList<>();
169 callList.add(newCall);
179 assertCallConferenceableList(conf, callList);
352 ArrayList<Call> callList = new ArrayList<>();
353 callList.add(newCall);
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 91 milliseconds