Home
last modified time | relevance | path

Searched refs:onUnbind (Results 1 – 25 of 32) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/service/media/
H A DCameraPrewarmService.java71 public boolean onUnbind(Intent intent) { in onUnbind() method in CameraPrewarmService
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
H A DTestService.java54 public boolean onUnbind(Intent intent) { in onUnbind() method in TestService
/aosp14/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java259 mService.onUnbind(mServiceIntent); in shutdownService()
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DHardwareActivityRecognitionProxy.java109 public void onUnbind() {} in onUnbind() method in HardwareActivityRecognitionProxy
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/
H A DAccessibilityMenuService.java359 public boolean onUnbind(Intent intent) { in onUnbind() method in AccessibilityMenuService
364 return super.onUnbind(intent); in onUnbind()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallRedirectionService.java245 public final boolean onUnbind(@NonNull Intent intent) { in onUnbind() method in CallRedirectionService
H A DCallScreeningService.java601 public boolean onUnbind(Intent intent) { in onUnbind() method in CallScreeningService
H A DInCallService.java536 public boolean onUnbind(Intent intent) { in onUnbind() method in InCallService
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceProxy.java101 public void onUnbind() {} in onUnbind() method in GeofenceProxy
/aosp14/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcher.java87 void onUnbind(); in onUnbind() method
H A DServiceWatcherImpl.java298 mServiceListener.onUnbind(); in onServiceDisconnected()
/aosp14/frameworks/base/core/java/android/service/textclassifier/
H A DTextClassifierService.java229 public boolean onUnbind(@NonNull Intent intent) { in onUnbind() method in TextClassifierService
231 return super.onUnbind(intent); in onUnbind()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareService.java49 public boolean onUnbind(Intent intent) { in onUnbind() method in GeofenceHardwareService
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DRealLocationTimeZoneProviderProxy.java121 public void onUnbind() { in onUnbind() method in RealLocationTimeZoneProviderProxy
/aosp14/frameworks/base/core/api/
H A Dsystem-lint-baseline.txt24 MissingNullability: android.media.soundtrigger.SoundTriggerDetectionService#onUnbind(android.conten…
25 Missing nullability on parameter `intent` in method `onUnbind`
44 MissingNullability: android.service.autofill.augmented.AugmentedAutofillService#onUnbind(android.co…
45 Missing nullability on parameter `intent` in method `onUnbind`
54 MissingNullability: android.telephony.NetworkService#onUnbind(android.content.Intent) parameter #0:
55 Missing nullability on parameter `intent` in method `onUnbind`
56 MissingNullability: android.telephony.data.DataService#onUnbind(android.content.Intent) parameter #…
57 Missing nullability on parameter `intent` in method `onUnbind`
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DNetworkService.java258 public boolean onUnbind(Intent intent) { in onUnbind() method in NetworkService
/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetectionService.java288 public boolean onUnbind(Intent intent) { in onUnbind() method
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DQualifiedNetworksService.java322 public boolean onUnbind(Intent intent) { in onUnbind() method in QualifiedNetworksService
/aosp14/frameworks/base/core/java/android/app/
H A DService.java585 public boolean onUnbind(Intent intent) { in onUnbind() method in Service
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
H A DProxyLocationProvider.java136 public void onUnbind() { in onUnbind() method in ProxyLocationProvider
/aosp14/frameworks/base/core/java/android/service/controls/
H A DControlsProviderService.java200 public final boolean onUnbind(@NonNull Intent intent) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java141 public boolean onUnbind(Intent intent) { in onUnbind() method in TakeScreenshotService
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DTakeScreenshotServiceTest.kt131 service.onUnbind(null /* unused: Intent */)
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java961 public boolean onUnbind(Intent intent) { in onUnbind() method in DreamService
968 return super.onUnbind(intent); in onUnbind()
/aosp14/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java151 public boolean onUnbind(Intent intent) { in onUnbind() method in AugmentedAutofillService

12