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

  /packages/services/Car/car-lib/src/android/car/
IAppContext.aidl 24 void unregisterContextListener(IAppContextListener listener) = 1;
CarAppContextManager.java 126 public void unregisterContextListener() throws CarNotConnectedException {
129 mService.unregisterContextListener(mBinderListener);
  /packages/services/Car/car-support-lib/src/android/support/car/
CarAppContextManager.java 84 public abstract void unregisterContextListener() throws CarNotConnectedException;
CarAppContextManagerEmbedded.java 58 public void unregisterContextListener() throws CarNotConnectedException {
63 mManager.unregisterContextListener();
  /cts/tests/tests/car/src/android/car/cts/
CarAppContextManagerTest.java 59 mManager.unregisterContextListener();
61 mManager.unregisterContextListener();
162 mManager.unregisterContextListener();
163 manager2.unregisterContextListener();
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarAppContextManagerTest.java 61 mManager.unregisterContextListener();
63 mManager.unregisterContextListener();
164 mManager.unregisterContextListener();
165 manager2.unregisterContextListener();
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarAppContextManagerTest.java 61 mManager.unregisterContextListener();
63 mManager.unregisterContextListener();
164 mManager.unregisterContextListener();
165 manager2.unregisterContextListener();
  /packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
AppContextTest.java 61 manager.unregisterContextListener();
  /packages/services/Car/service/src/com/android/car/
AppContextService.java 70 public void unregisterContextListener(IAppContextListener listener) {

Completed in 476 milliseconds