Home
last modified time | relevance | path

Searched refs:getClient (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayServiceTest.java206 overlay.getClient(callback); in getClient()
216 final IDreamOverlayClient client = getClient(); in testOnStartMetricsLogged()
230 final IDreamOverlayClient client = getClient(); in testOverlayContainerViewAddedToWindow()
244 final IDreamOverlayClient client = getClient(); in testInvalidWindowAddStart()
267 final IDreamOverlayClient client = getClient(); in testDreamOverlayContainerViewControllerInitialized()
284 final IDreamOverlayClient client = getClient(); in testDreamOverlayContainerViewRemovedFromOldParentWhenInitialized()
296 final IDreamOverlayClient client = getClient(); in testShouldShowComplicationsSetByStartDream()
308 final IDreamOverlayClient client = getClient(); in testLowLightSetByStartDream()
321 final IDreamOverlayClient client = getClient(); in testOnEndDream()
346 final IDreamOverlayClient client = getClient(); in testImmediateEndDream()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/dreams/
H A DDreamOverlayServiceTest.java133 final IDreamOverlayClient client = getClient(overlay); in testCallbacksRunOnExecutor()
184 final IDreamOverlayClient firstClient = getClient(overlay); in testOverlayClientInteraction()
187 final IDreamOverlayClient secondClient = getClient(overlay); in testOverlayClientInteraction()
222 private static IDreamOverlayClient getClient(IDreamOverlay overlay) throws RemoteException { in getClient() method in DreamOverlayServiceTest
224 overlay.getClient(callback); in getClient()
/aosp14/frameworks/base/services/core/java/com/android/server/slice/
H A DSlicePermissionManager.java96 SliceClientPermissions client = getClient(pkgUser); in grantFullAccess()
105 SliceClientPermissions client = getClient(pkgUser); in grantSliceAccess()
118 SliceClientPermissions client = getClient(pkgUser); in revokeSliceAccess()
128 getClient(p).removeAuthority(authority.getAuthority(), userId); in removePkg()
131 SliceClientPermissions client = getClient(pkgUser); in removePkg()
148 return getClient(pkgUser).hasFullAccess(); in hasFullAccess()
153 SliceClientPermissions client = getClient(pkgUser); in hasPermission()
247 private SliceClientPermissions getClient(PkgUser pkgUser) { in getClient() method in SlicePermissionManager
H A DPinnedSliceState.java156 ContentProviderClient getClient() { in getClient() method in PinnedSliceState
185 try (ContentProviderClient client = getClient()) { in handleSendPinned()
198 try (ContentProviderClient client = getClient()) { in handleSendUnpinned()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1592 final AutofillClient client = getClient(); in isClientVisibleForAutofillLocked()
1597 final AutofillClient client = getClient(); in isClientDisablingEnterExitEvent()
2266 private AutofillClient getClient() { in getClient() method in AutofillManager
2350 final AutofillClient client = getClient(); in getNextAutofillId()
2518 final AutofillClient client = getClient(); in tryAddServiceClientIfNeededLocked()
2989 final AutofillClient client = getClient(); in newLog()
3172 final AutofillClient client = getClient(); in requestShowSoftInput()
3238 AutofillClient client = getClient(); in requestHideFillUi()
3341 final AutofillClient client = getClient(); in findView()
3374 final AutofillClient client = getClient(); in dump()
[all …]
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DIDreamOverlay.aidl32 void getClient(in IDreamOverlayClientCallback callback); in getClient() method
H A DDreamOverlayService.java135 public void getClient(IDreamOverlayClientCallback callback) {
H A DDreamOverlayConnectionHandler.java195 service.getClient(mClientCallback); in onConnected()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DSSLLoopbackPerfTest.java45 TestSSLContext.create(TestKeyStore.getClient(), TestKeyStore.getServer()); in time()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DClientLifecycleManager.java46 final IApplicationThread client = transaction.getClient(); in scheduleTransaction()
H A DShellRoot.java110 IWindow getClient() { in getClient() method in ShellRoot
H A DDisplayContent.java1450 if (root.getClient() == client) { in addShellRoot()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityManagerTest.java125 verify(mMockService).removeClient(manager.getClient(), UserHandle.USER_CURRENT); in testRemoveManager()
188 manager.getClient().setState(0); in testIsEnabled()
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java360 private Client getClient(IBinder token) { in getClient() method in MidiService
649 connection.getClient().removeDeviceConnection(connection); in closeLocked()
754 public Client getClient() { in getClient() method in MidiService.DeviceConnection
1004 Client client = getClient(token); in registerListener()
1013 Client client = getClient(token); in unregisterListener()
1077 Client client = getClient(token); in openDevice()
1153 Client client = getClient(token); in openBluetoothDevice()
1179 Client client = getClient(clientToken); in closeDevice()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java1249 public HdmiClient getClient(int type) { in getClient() method in HdmiControlManager
1289 return (HdmiPlaybackClient) getClient(HdmiDeviceInfo.DEVICE_PLAYBACK); in getPlaybackClient()
1304 return (HdmiTvClient) getClient(HdmiDeviceInfo.DEVICE_TV); in getTvClient()
1321 return (HdmiAudioSystemClient) getClient(HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in getAudioSystemClient()
1336 return (HdmiSwitchClient) getClient(HdmiDeviceInfo.DEVICE_PURE_CEC_SWITCH); in getSwitchClient()
/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DClientTransaction.java63 public IApplicationThread getClient() { in getClient() method in ClientTransaction
/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/dreams/
H A DDreamOverlayConnectionHandlerTest.java227 verify(mOverlayService, atLeastOnce()).getClient(callbackCaptor.capture()); in captureClientCallback()
/aosp14/frameworks/base/native/android/
H A Dsurface_control.cpp111 SurfaceComposerClient* client = ASurfaceControl_to_SurfaceControl(parent)->getClient().get(); in ASurfaceControl_create()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java587 public IAccessibilityManagerClient getClient() { in getClient() method in AccessibilityManager
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java2538 IAutoFillManagerClient client = getClient(); in requestShowSoftInput()
3594 final IAutoFillManagerClient client = getClient(); in showSaveLocked()
4540 getClient().notifyFillDialogTriggerIds(fieldIds); in notifyClientFillDialogTriggerIds()
4746 IAutoFillManagerClient getClient() { in getClient() method in Session
H A DAutofillManagerServiceImpl.java1553 if (session.getClient().equals(client)) { in isClientSessionDestroyedLocked()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt4540 method @Nullable public android.hardware.hdmi.HdmiClient getClient(int);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8589 Landroid/app/servertransaction/ClientTransaction;->getClient()Landroid/app/IApplicationThread;
58537 Landroid/view/accessibility/AccessibilityManager;->getClient()Landroid/view/accessibility/IAccessib…
59362 Landroid/view/autofill/AutofillManager;->getClient()Landroid/view/autofill/AutofillManager$Autofill…
/aosp14/frameworks/base/services/
H A Dart-profile9916 HPLcom/android/server/slice/SlicePermissionManager;->getClient(Lcom/android/server/slice/SlicePermi…
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19103 HSPLandroid/view/autofill/AutofillManager;->getClient()Landroid/view/autofill/AutofillManager$Autof…

12