Home
last modified time | relevance | path

Searched refs:FocusOwnershipCallback (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java50 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in setUp()
101 manager.requestAppFocus(APP_FOCUS_TYPE_NAVIGATION, new FocusOwnershipCallback())); in testRegisterUnregisterSpecificApp()
111 manager.requestAppFocus(APP_FOCUS_TYPE_NAVIGATION, new FocusOwnershipCallback())); in testRegisterUnregisterSpecificApp()
128 FocusOwnershipCallback owner1 = new FocusOwnershipCallback(); in testFocusChange()
129 FocusOwnershipCallback owner2 = new FocusOwnershipCallback(); in testFocusChange()
224 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testFilter()
274 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testMultipleChangeListenersPerManager()
329 private class FocusOwnershipCallback class in CarAppFocusManagerTest
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java52 private final CopyOnWriteArrayList<FocusOwnershipCallback> mFocusOwnershipCallbacks =
196 for (FocusOwnershipCallback ownershipCallback : mFocusOwnershipCallbacks) { in abandonAppFocus()
275 public interface FocusOwnershipCallback { interface in AppFocusService
286 public void registerContextOwnerChangedCallback(FocusOwnershipCallback callback) { in registerContextOwnerChangedCallback()
303 public void unregisterContextOwnerChangedCallback(FocusOwnershipCallback callback) { in unregisterContextOwnerChangedCallback()
313 for (FocusOwnershipCallback callback : mFocusOwnershipCallbacks) { in updateFocusOwner()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java44 FocusOwnershipCallback ownershipListener = new FocusOwnershipCallback(); in testFocusChange()
79 private class FocusOwnershipCallback class in AppFocusTest
/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java45 import com.android.car.AppFocusService.FocusOwnershipCallback;
65 public class InstrumentClusterService implements CarServiceBase, FocusOwnershipCallback,