Home
last modified time | relevance | path

Searched refs:onAutomotiveProjectionStateReleased (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DSystemStateHelper.java65 void onAutomotiveProjectionStateReleased(); in onAutomotiveProjectionStateReleased() method
287 listener.onAutomotiveProjectionStateReleased(); in onReleaseAutomotiveProjection()
DInCallController.java1196 public void onAutomotiveProjectionStateReleased() {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSystemStateHelperTest.java270 verify(mSystemStateListener).onAutomotiveProjectionStateReleased(); in testOnSetReleaseAutomotiveProjection()
278 verify(mSystemStateListener, times(2)).onAutomotiveProjectionStateReleased(); in testOnSetReleaseAutomotiveProjection()