Home
last modified time | relevance | path

Searched refs:bindLocked (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityServiceConnectionTest.java133 mConnection.bindLocked(); in bind_requestsContextToBindService()
151 mConnection.bindLocked(); in bindConnectUnbind_linksAndUnlinksToServiceDeath()
161 mConnection.bindLocked(); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
179 mConnection.bindLocked(); in binderDied_keysGetFlushed()
193 mConnection.bindLocked(); in connectedService_notInEnabledServiceList_doNotInitClient()
205 mConnection.bindLocked(); in sendGesture_touchableDevice_injectEvents()
222 mConnection.bindLocked(); in sendGesture_untouchableDevice_performGestureResultFailed()
239 mConnection.bindLocked(); in sendGesture_invalidDisplay_performGestureResultFailed()
259 mConnection.bindLocked(); in binderDied_resetAllMagnification()
H A DAccessibilityManagerServiceTest.java230 mAccessibilityServiceConnection.bindLocked(); in setupAccessibilityServiceConnection()
/aosp14/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteIntArray.java49 bindLocked(); in RemoteIntArray()
115 private void bindLocked() throws TimeoutException { in bindLocked() method in RemoteIntArray
/aosp14/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java289 bindLocked(); in checkAttention()
376 bindLocked(); in onStartProximityUpdates()
880 private void bindLocked() { in bindLocked() method in AttentionManagerService
/aosp14/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java594 bindLocked(); in getRemoteInstanceLazy()
600 private void bindLocked() throws TimeoutException, InterruptedException { in bindLocked() method in RemotePrintSpooler
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DTextClassificationManagerService.java519 } else if (attemptToBind && !serviceState.bindLocked()) { in handleRequest()
1044 return !mPendingRequests.isEmpty() && bindLocked(); in bindIfHasPendingRequestsLocked()
1061 private boolean bindLocked() { in bindLocked() method in TextClassificationManagerService.ServiceState
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java105 public void bindLocked() { in bindLocked() method in AccessibilityServiceConnection
H A DAccessibilityManagerService.java2439 service.bindLocked(); in updateServicesLocked()