Searched refs:FocusOwnershipCallback (Results 1 – 4 of 4) sorted by relevance
50 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
52 private final CopyOnWriteArrayList<FocusOwnershipCallback> mFocusOwnershipCallbacks =196 for (FocusOwnershipCallback ownershipCallback : mFocusOwnershipCallbacks) { in abandonAppFocus()275 public interface FocusOwnershipCallback { interface in AppFocusService286 public void registerContextOwnerChangedCallback(FocusOwnershipCallback callback) { in registerContextOwnerChangedCallback()303 public void unregisterContextOwnerChangedCallback(FocusOwnershipCallback callback) { in unregisterContextOwnerChangedCallback()313 for (FocusOwnershipCallback callback : mFocusOwnershipCallbacks) { in updateFocusOwner()
44 FocusOwnershipCallback ownershipListener = new FocusOwnershipCallback(); in testFocusChange()79 private class FocusOwnershipCallback class in AppFocusTest
45 import com.android.car.AppFocusService.FocusOwnershipCallback;65 public class InstrumentClusterService implements CarServiceBase, FocusOwnershipCallback,