Home | History | Annotate | Download | only in cts

Lines Matching defs:getService

360         if (mInCallCallbacks.getService() != null) {
361 currentCallCount = mInCallCallbacks.getService().getCallCount();
381 mInCallCallbacks.getService().getCallCount());
417 if (mInCallCallbacks.getService() != null) {
418 currentCallCount = mInCallCallbacks.getService().getCallCount();
434 mInCallCallbacks.getService().getCallCount());
517 if (mInCallCallbacks.getService() != null) {
518 currentConfCallCount = mInCallCallbacks.getService().getConferenceCallCount();
545 mInCallCallbacks.getService().getConferenceCallCount());
629 if (mInCallCallbacks != null && mInCallCallbacks.getService() != null) {
630 mInCallCallbacks.getService().disconnectAllConferenceCalls();
631 mInCallCallbacks.getService().disconnectAllCalls();
632 assertNumConferenceCalls(mInCallCallbacks.getService(), 0);
633 assertNumCalls(mInCallCallbacks.getService(), 0);