Searched defs:onDisconnected (Results 1 - 9 of 9) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/
H A DCarConnectionListener.java32 void onDisconnected(); method in interface:CarConnectionListener
/packages/experimental/PrintService2/src/foo/bar/printservice2/
H A DMyPrintService.java45 protected void onDisconnected() { method in class:MyPrintService
46 Log.i(LOG_TAG, "#onDisconnected()");
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DCarConnectionListenerTest.java64 public void onDisconnected() { method in class:CarConnectionListenerTest.CarConnectionListerImpl
65 Log.i(TAG, "onDisconnected");
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
H A DCarConnectionListenerInMockingTest.java114 public void onDisconnected() { method in class:CarConnectionListenerInMockingTest.CarConnectionListerImpl
115 Log.i(TAG, "onDisconnected");
/packages/apps/DevCamera/src/com/android/devcamera/
H A DLoggingCallbacks.java53 public void onDisconnected(CameraDevice camera) { method in class:LoggingCallbacks.DeviceStateCallback
/packages/apps/Camera2/src/com/android/camera/device/
H A DCamera2Actions.java176 public void onDisconnected(CameraDevice cameraDevice) { method in class:Camera2Actions.OpenCameraStateCallback
178 mLogger.w("onDisconnected(id: " + cameraDevice.getId() + ")");
/packages/experimental/PrintService/src/foo/bar/printservice/
H A DMyPrintService.java101 protected void onDisconnected() { method in class:MyPrintService
102 Log.i(LOG_TAG, "#onDisconnected()");
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java160 Log.d(this, "onDisconnected: %s", name);
162 onDisconnected();
241 protected void onDisconnected() { method in class:InCallController.InCallServiceBindingConnection
242 InCallController.this.onDisconnected(mInCallServiceInfo.getComponentName());
321 protected void onDisconnected() { method in class:InCallController.EmergencyInCallServiceConnection
322 // Save this here because super.onDisconnected() could force us to explicitly
325 super.onDisconnected();
1135 private void onDisconnected(ComponentName disconnectedComponent) { method in class:InCallController
1136 Log.i(this, "onDisconnected from %s", disconnectedComponent);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java715 void onDisconnected(int clientIf, int connId, int status, String address) method in class:GattService
717 if (DBG) Log.d(TAG, "onDisconnected() - clientIf=" + clientIf

Completed in 2399 milliseconds