/external/setupcompat/main/java/com/google/android/setupcompat/portal/ |
D | PortalHelper.java | 90 public void onServiceConnected(ComponentName name, IBinder binder) { in registerProgressService() 149 public void onServiceConnected(ComponentName name, IBinder binder) { in isPortalAvailable() 187 public void onServiceConnected(ComponentName name, IBinder binder) { in isProgressServiceAlive()
|
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/ |
D | ChildProcessConnection.java | 82 void onServiceConnected(IBinder service); in onServiceConnected() method 144 public void onServiceConnected(ComponentName className, final IBinder service) { in onServiceConnected() method in ChildProcessConnection.ChildServiceConnectionImpl 145 mDelegate.onServiceConnected(service); in onServiceConnected() 287 public void onServiceConnected(final IBinder service) { in ChildProcessConnection()
|
D | ChildProcessLauncher.java | 221 onServiceConnected(); in setupConnection() 229 private void onServiceConnected() { in onServiceConnected() method in ChildProcessLauncher
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | TestService.java | 20 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestService
|
D | ShadowContextImplTest.java | 216 public void onServiceConnected(ComponentName name, IBinder service) {} in buildServiceConnection()
|
D | ShadowApplicationTest.java | 605 public void onServiceConnected(ComponentName name, IBinder service) {} in onServiceConnected() method in ShadowApplicationTest.EmptyServiceConnection
|
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/ |
D | BluetoothManagerTest.java | 229 bluetoothServiceListener.onServiceConnected(BluetoothProfile.HEADSET, mockedBluetoothHeadset); in simulateBluetoothServiceConnectedWithNoConnectedHeadset() 239 bluetoothServiceListener.onServiceConnected(BluetoothProfile.HEADSET, mockedBluetoothHeadset); in simulateBluetoothServiceConnectedWithConnectedHeadset()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothAvrcpFacade.java | 57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothAvrcpFacade.AvrcpServiceListener
|
D | BluetoothPanFacade.java | 57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothPanFacade.PanServiceListener
|
D | BluetoothMapFacade.java | 57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothMapFacade.MapServiceListener
|
D | BluetoothPbapClientFacade.java | 61 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothPbapClientFacade.PbapClientServiceListener
|
D | BluetoothA2dpSinkFacade.java | 56 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothA2dpSinkFacade.A2dpSinkServiceListener
|
D | BluetoothA2dpFacade.java | 80 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothA2dpFacade.A2dpServiceListener
|
D | BluetoothMapClientFacade.java | 91 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothMapClientFacade.MapServiceListener
|
D | BluetoothHfpClientFacade.java | 59 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHfpClientFacade.HfpClientServiceListener
|
D | BluetoothHspFacade.java | 56 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHspFacade.HspServiceListener
|
D | BluetoothHidDeviceFacade.java | 269 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHidDeviceFacade.HidDeviceServiceListener
|
D | BluetoothHidFacade.java | 80 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BluetoothHidFacade.HidServiceListener
|
/external/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/ |
D | MainActivity.java | 78 public void onServiceConnected(ComponentName name, IBinder service) { in onCreate()
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | SetupCompatServiceProvider.java | 216 public void onServiceConnected(ComponentName componentName, IBinder binder) {
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptProcessMonitor.java | 69 public void onServiceConnected(ComponentName name, IBinder service) {
|
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | AppRTCBluetoothManager.java | 102 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in AppRTCBluetoothManager.BluetoothServiceListener
|
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/ |
D | ChildProcessConnectionTest.java | 78 mDelegate.onServiceConnected(service); in notifyServiceConnected()
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
D | CrossProfileSender.java | 294 public void onServiceConnected(ComponentName className, IBinder service) {
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowInstrumentation.java | 500 serviceConnection.onServiceConnected(
|