Searched refs:ownershipCallback (Results 1 – 3 of 3) sorted by relevance
255 int appType, OnAppFocusOwnershipCallback ownershipCallback) { in requestAppFocus() argument256 if (ownershipCallback == null) { in requestAppFocus()261 binder = mOwnershipBinders.get(ownershipCallback); in requestAppFocus()263 binder = new IAppFocusOwnershipCallbackImpl(this, ownershipCallback); in requestAppFocus()264 mOwnershipBinders.put(ownershipCallback, binder); in requestAppFocus()281 public void abandonAppFocus(OnAppFocusOwnershipCallback ownershipCallback, in abandonAppFocus() argument283 if (ownershipCallback == null) { in abandonAppFocus()288 binder = mOwnershipBinders.get(ownershipCallback); in abandonAppFocus()302 mOwnershipBinders.remove(ownershipCallback); in abandonAppFocus()312 public void abandonAppFocus(OnAppFocusOwnershipCallback ownershipCallback) { in abandonAppFocus() argument[all …]
139 OnAppFocusOwnershipCallback ownershipCallback = new OnAppFocusOwnershipCallback() { in testSendEvent() local151 ownershipCallback); in testSendEvent()152 assertThat(mCarAppFocusManager.isOwningFocus(ownershipCallback, in testSendEvent()
83 Missing nullability on parameter `ownershipCallback` in method `abandonAppFocus`85 Missing nullability on parameter `ownershipCallback` in method `abandonAppFocus`95 Missing nullability on parameter `ownershipCallback` in method `requestAppFocus`