Home
last modified time | relevance | path

Searched defs:onConnected (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DICarConnectionListener.aidl24 void onConnected() = 0; in onConnected() method
/packages/services/Car/car-support-lib/src/android/support/car/
DCarConnectionListener.java30 void onConnected(@Car.ConnectionType int connectionType); in onConnected() method
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DAccountServiceProxy.java36 public void onConnected(IBinder binder) { in onConnected() method in AccountServiceProxy
DServiceProxy.java88 public abstract void onConnected(IBinder binder); in onConnected() method in ServiceProxy
DPolicyServiceProxy.java39 public void onConnected(IBinder binder) { in onConnected() method in PolicyServiceProxy
DEmailServiceProxy.java96 public void onConnected(IBinder binder) { in onConnected() method in EmailServiceProxy
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DCarConnectionListenerTest.java56 public void onConnected(int connectionType) { in onConnected() method in CarConnectionListenerTest.CarConnectionListerImpl
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
DCarConnectionListenerInMockingTest.java107 public void onConnected(int connectionType) { in onConnected() method in CarConnectionListenerInMockingTest.CarConnectionListerImpl
/packages/experimental/PrintService2/src/foo/bar/printservice2/
DMyPrintService.java39 protected void onConnected() { in onConnected() method in MyPrintService
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java169 protected void onConnected(IBinder service) { in onConnected() method in InCallController.InCallServiceBindingConnection
906 private boolean onConnected(ComponentName componentName, IBinder service) { in onConnected() method in InCallController
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapManager.java122 public abstract void onConnected(); in onConnected() method in BluetoothMapManager.ConnectionCallbacks
/packages/experimental/PrintService/src/foo/bar/printservice/
DMyPrintService.java92 protected void onConnected() { in onConnected() method in MyPrintService
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java701 void onConnected(int clientIf, int connId, int status, String address) in onConnected() method in GattService