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

  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
AppFocusTest.java 35 FocusOwnershipCallback ownershipListener = new FocusOwnershipCallback();
77 private class FocusOwnershipCallback
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarAppFocusManagerTest.java 39 FocusOwnershipCallback owner = new FocusOwnershipCallback();
85 FocusOwnershipCallback owner = new FocusOwnershipCallback();
86 FocusOwnershipCallback owner2 = new FocusOwnershipCallback();
188 FocusOwnershipCallback owner = new FocusOwnershipCallback();
233 FocusOwnershipCallback owner = new FocusOwnershipCallback();
    [all...]
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarAppFocusManagerTest.java 51 FocusOwnershipCallback owner = new FocusOwnershipCallback();
100 manager.requestAppFocus(APP_FOCUS_TYPE_NAVIGATION, new FocusOwnershipCallback()));
110 manager.requestAppFocus(APP_FOCUS_TYPE_NAVIGATION, new FocusOwnershipCallback()));
114 manager.requestAppFocus(APP_FOCUS_TYPE_VOICE_COMMAND, new FocusOwnershipCallback()));
131 FocusOwnershipCallback owner1 = new FocusOwnershipCallback();
132 FocusOwnershipCallback owner2 = new FocusOwnershipCallback();
260 FocusOwnershipCallback owner = new FocusOwnershipCallback()
    [all...]
  /cts/tests/tests/car/src/android/car/cts/
CarAppFocusManagerTest.java 48 FocusOwnershipCallback owner = new FocusOwnershipCallback();
95 FocusOwnershipCallback owner = new FocusOwnershipCallback();
96 FocusOwnershipCallback owner2 = new FocusOwnershipCallback();
227 FocusOwnershipCallback owner = new FocusOwnershipCallback();
274 FocusOwnershipCallback owner = new FocusOwnershipCallback();
    [all...]
  /packages/services/Car/service/src/com/android/car/
AppFocusService.java 52 private final CopyOnWriteArrayList<FocusOwnershipCallback> mFocusOwnershipCallbacks =
196 for (FocusOwnershipCallback ownershipCallback : mFocusOwnershipCallbacks) {
275 public interface FocusOwnershipCallback {
284 * {@link FocusOwnershipCallback#onFocusAcquired} call immediately in the same thread.
286 public void registerContextOwnerChangedCallback(FocusOwnershipCallback callback) {
303 public void unregisterContextOwnerChangedCallback(FocusOwnershipCallback callback) {
313 for (FocusOwnershipCallback callback : mFocusOwnershipCallbacks) {
  /packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterService.java 49 import com.android.car.AppFocusService.FocusOwnershipCallback;
71 FocusOwnershipCallback, KeyEventListener {
139 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */);

Completed in 201 milliseconds