Home
last modified time | relevance | path

Searched defs:onServiceConnected (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/base/android/java/src/org/chromium/base/process_launcher/
DChildServiceConnectionDelegate.java14 void onServiceConnected(IBinder service); in onServiceConnected() method
DChildServiceConnectionImpl.java115 public void onServiceConnected(ComponentName className, final IBinder service) { in onServiceConnected() method in ChildServiceConnectionImpl
DChildProcessLauncher.java253 private void onServiceConnected(ChildProcessConnection connection) { in onServiceConnected() method in ChildProcessLauncher
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DTestService.java20 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestService
DShadowContextImplTest.java415 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ShadowContextImplTest.TestServiceConnection
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothAvrcpFacade.java57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothAvrcpFacade.AvrcpServiceListener
DBluetoothMapFacade.java57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothMapFacade.MapServiceListener
DBluetoothPanFacade.java57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothPanFacade.PanServiceListener
DBluetoothA2dpSinkFacade.java56 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothA2dpSinkFacade.A2dpSinkServiceListener
DBluetoothPbapClientFacade.java61 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothPbapClientFacade.PbapClientServiceListener
DBluetoothMapClientFacade.java91 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothMapClientFacade.MapServiceListener
DBluetoothA2dpFacade.java80 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothA2dpFacade.A2dpServiceListener
DBluetoothHfpClientFacade.java59 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHfpClientFacade.HfpClientServiceListener
DBluetoothHspFacade.java57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHspFacade.HspServiceListener
DBluetoothHidDeviceFacade.java269 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHidDeviceFacade.HidDeviceServiceListener
DBluetoothHidFacade.java84 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHidFacade.HidServiceListener
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/binder/java/io/grpc/binder/cpp/
DGrpcBinderConnection.java51 public void onServiceConnected(ComponentName className, IBinder service) { in onServiceConnected() method in GrpcBinderConnection
/external/grpc-grpc/src/core/ext/transport/binder/java/io/grpc/binder/cpp/
DGrpcBinderConnection.java51 public void onServiceConnected(ComponentName className, IBinder service) { in onServiceConnected() method in GrpcBinderConnection
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/profiles/
DBluetoothHearingAidSnippet.java51 public void onServiceConnected(int var1, BluetoothProfile profile) { in onServiceConnected() method in BluetoothHearingAidSnippet.HearingAidServiceListener
DBluetoothA2dpSnippet.java45 public void onServiceConnected(int var1, BluetoothProfile profile) { in onServiceConnected() method in BluetoothA2dpSnippet.A2dpServiceListener
/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DServiceBinding.java187 public void onServiceConnected(ComponentName className, IBinder binder) { in onServiceConnected() method in ServiceBinding
/external/android_onboarding/java/com/android/onboarding/tasks/crossApp/
DOnboardingTaskServiceItem.kt102 override fun onServiceConnected(name: ComponentName?, service: IBinder?) { in onServiceConnected() method in com.android.onboarding.tasks.crossApp.OnboardingTaskServiceItem
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessLauncher.java229 private void onServiceConnected() { in onServiceConnected() method in ChildProcessLauncher
DChildProcessConnection.java82 void onServiceConnected(IBinder service); in onServiceConnected() method
144 public void onServiceConnected(ComponentName className, final IBinder service) { in onServiceConnected() method in ChildProcessConnection.ChildServiceConnectionImpl
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java102 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in AppRTCBluetoothManager.BluetoothServiceListener

12