Home
last modified time | relevance | path

Searched refs:InCallController (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java85 public class InCallController extends CallsManagerListenerBase implements class
87 public static final String NOTIFICATION_TAG = InCallController.class.getSimpleName();
344 Log.i(InCallController.this, "ICSBC#disconnect: unbinding after %s ms;" in disconnect()
366 InCallController.this.onDisconnected(mInCallServiceInfo); in disconnect()
368 Log.i(InCallController.this, "ICSBC#disconnect: already disconnected; %s", in disconnect()
392 InCallController.this.onConnected(mInCallServiceInfo, service); in onConnected()
403 InCallController.this.onDisconnected(mInCallServiceInfo); in onDisconnected()
669 Log.i(InCallController.this, "CSICSC: disconnect %s", mCurrentConnection); in disconnect()
953 InCallController.this.handleCarModeChange(priority, packageName, isCarMode);
958 InCallController.this.handleSetAutomotiveProjection(automotiveProjectionPackage);
[all …]
H A DInCallControllerFactory.java25 InCallController create(Context context, TelecomSystem.SyncRoot lock, CallsManager callsManager, in create()
H A DTelecomSystem.java261 public InCallController create(Context context, SyncRoot lock, in TelecomSystem()
265 return new InCallController(context, lock, callsManager, systemStateProvider, in TelecomSystem()
H A DRinger.java140 private final InCallController mInCallController;
180 InCallController inCallController) { in Ringer()
H A DCallsManager.java335 private final InCallController mInCallController;
1166 InCallController getInCallController() { in getInCallController()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallTest.java52 import com.android.server.telecom.InCallController;
53 import com.android.server.telecom.InCallController.InCallServiceInfo;
H A DRingerTest.java37 import com.android.server.telecom.InCallController;
120 @Mock InCallController mockInCallController;
H A DInCallControllerTests.java19 import static com.android.server.telecom.InCallController.IN_CALL_SERVICE_NOTIFICATION_ID;
20 import static com.android.server.telecom.InCallController.NOTIFICATION_TAG;
96 import com.android.server.telecom.InCallController;
171 private InCallController mInCallController;
203 mInCallController = new InCallController(mMockContext, mLock, mMockCallsManager, in setUp()
H A DCallsManagerTest.java89 import com.android.server.telecom.InCallController;
201 @Mock private InCallController mInCallController;
/aosp12/packages/services/Telecomm/proto/
H A Dtelecom.proto165 // Keep this up-to-date with com.android.server.telecom.InCallController.