HomeSort by relevance Sort by last modified time
    Searched refs:unregsiterProjectionListener (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/car-lib/src/android/car/
ICarProjection.aidl 50 void unregsiterProjectionListener(ICarProjectionListener listener) = 3;
CarProjectionManager.java 101 public void unregsiterProjectionListener() throws CarNotConnectedException {
104 mService.unregsiterProjectionListener(mBinderListener);
  /packages/services/Car/service/src/com/android/car/
CarProjectionService.java 167 public void unregsiterProjectionListener(ICarProjectionListener listener) {
208 unregsiterProjectionListener(bInterface.binderInterface);

Completed in 213 milliseconds