Home
last modified time | relevance | path

Searched refs:onServiceDisconnected (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/service/
H A DSimulatorServiceClient.java48 private void onServiceDisconnected() {} in onServiceDisconnected() method in SimulatorServiceClient
62 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected() method in SimulatorServiceClient.SimulatorServiceConnection
63 client.onServiceDisconnected(); in onServiceDisconnected()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java51 void onServiceDisconnected(); in onServiceDisconnected() method
167 public void onServiceDisconnected(ComponentName name) { in createServiceConnection() method
170 mConnectionListener.onServiceDisconnected(); in createServiceConnection()
/aosp12/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java74 @Override public void onServiceDisconnected(ComponentName name) {
81 @Override public void onServiceDisconnected(ComponentName name) {
88 @Override public void onServiceDisconnected(ComponentName name) {
/aosp12/packages/services/Car/service/src/com/android/car/
H A DPerUserCarServiceHelper.java133 public void onServiceDisconnected(ComponentName componentName) {
144 callback.onServiceDisconnected();
236 void onServiceDisconnected(); in onServiceDisconnected() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallScreeningServiceFilterTest.java221 connection.onServiceDisconnected(COMPONENT_NAME); in testBindingCondition()
278 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testAllowCall()
316 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testDisallowCall()
352 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testSilenceCall()
389 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testScreenCallFurther()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfileConnector.java70 public void onServiceDisconnected(ComponentName className) {
74 mServiceListener.onServiceDisconnected(mProfileId);
H A DBluetoothPbap.java388 public void onServiceDisconnected(ComponentName className) {
392 mServiceListener.onServiceDisconnected(BluetoothProfile.PBAP);
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
H A DTransportClientTest.java226 connection.onServiceDisconnected(mTransportComponent); in testConnectAsync_afterOnServiceDisconnectedBeforeNewConnection_callsListener()
239 connection.onServiceDisconnected(mTransportComponent); in testConnectAsync_afterOnServiceDisconnectedAfterNewConnection_callsListener()
326 connection.onServiceDisconnected(mTransportComponent); in testConnect_afterOnServiceDisconnected_returnsNull()
390 connection.onServiceDisconnected(mTransportComponent); in testOnServiceDisconnected_whenConnected_logsDisconnectedAndUnboundTransitionEvents()
444 connection.onServiceDisconnected(mTransportComponent); in testMarkAsDisposed_afterOnServiceDisconnected()
/aosp12/frameworks/base/core/java/android/content/
H A DServiceConnection.java57 void onServiceDisconnected(ComponentName name); in onServiceDisconnected() method
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DSimplifiedConnection.java28 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected() method in SimplifiedConnection
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothProfileServiceConnection.aidl31 void onServiceDisconnected(in ComponentName comp); in onServiceDisconnected() method
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderWorkSourceTest.java59 public void onServiceDisconnected(ComponentName name) {
69 public void onServiceDisconnected(ComponentName name) {
H A DBinderWorkSourceNestedService.java59 public void onServiceDisconnected(ComponentName name) {
H A DMessengerTest.java37 public void onServiceDisconnected(ComponentName name) {
/aosp12/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
H A DWritingActivity.java44 public void onServiceDisconnected(ComponentName className) {
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
H A DTestInputControlConnection.java44 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected() method in TestInputControlConnection
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerProvider.java59 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected() method in PrintSpoolerProvider
/aosp12/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
H A DMainActivity.java45 public void onServiceDisconnected(ComponentName name) {
/aosp12/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcherImpl.java235 onServiceDisconnected(mBoundServiceInfo.getComponentName()); in unbind()
277 public final void onServiceDisconnected(ComponentName component) { in onServiceDisconnected() method in ServiceWatcherImpl.MyServiceConnection
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/
H A DCarTest.java224 car.getServiceConnectionListener().onServiceDisconnected(new ComponentName("", "")); in testCreateCarWithStatusChangeNoServiceConnectionWithCarServiceStarted()
246 car.getServiceConnectionListener().onServiceDisconnected( in testCreateCarWithStatusChangeNoServiceHandleCarServiceRestart()
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/networkstack/
H A DTestNetworkStackServiceClient.kt69 override fun onServiceDisconnected(name: ComponentName) = Unit
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationApplication.java63 public void onServiceDisconnected(ComponentName name) {
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
H A DMultiProcessActivity.java46 public void onServiceDisconnected(ComponentName componentName) {
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalReceiver.java52 public void onServiceDisconnected(ComponentName name) { in onReceive()
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/
H A DShadowCar.java57 serviceConnection.onServiceDisconnected(null); in createCar()

12345678910>>...12