Home
last modified time | relevance | path

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

123

/cts/tests/quickaccesswallet/src/android/quickaccesswallet/
DTestQuickAccessWalletService.java41 public boolean onUnbind(Intent intent) { in onUnbind() method in TestQuickAccessWalletService
43 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom/NonUiInCallServiceWoExport/src/android/telecom/cts/nonuiincallservicewoexport/
DCtsNonUiInCallServiceWoExport.java49 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsNonUiInCallServiceWoExport
51 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/
DAppOpsForegroundControlForegroundService.kt72 override fun onUnbind(intent: Intent?): Boolean { in onUnbind() method in android.app.appops.cts.appthatcanbeforcedintoforegroundstates.AppOpsForegroundControlForegroundService
79 return super.onUnbind(intent) in onUnbind()
DAppOpsForegroundControlLocationForegroundService.kt74 override fun onUnbind(intent: Intent?): Boolean { in onUnbind() method in android.app.appops.cts.appthatcanbeforcedintoforegroundstates.AppOpsForegroundControlLocationForegroundService
81 return super.onUnbind(intent) in onUnbind()
/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/
DAppOpsForegroundControlForegroundService.kt72 override fun onUnbind(intent: Intent?): Boolean { in onUnbind() method in android.app.appops.cts.appfordiscretetest.AppOpsForegroundControlForegroundService
79 return super.onUnbind(intent) in onUnbind()
DAppOpsForegroundControlLocationForegroundService.kt74 override fun onUnbind(intent: Intent?): Boolean { in onUnbind() method in android.app.appops.cts.appfordiscretetest.AppOpsForegroundControlLocationForegroundService
81 return super.onUnbind(intent) in onUnbind()
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DTestGbaService.java62 public boolean onUnbind(Intent intent) { in onUnbind() method in TestGbaService
65 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DCujInCallService.java43 public boolean onUnbind(Intent intent) { in onUnbind() method in CujInCallService
48 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DConnectionTestTextToSpeechService.java61 public boolean onUnbind(Intent intent) { in onUnbind() method in ConnectionTestTextToSpeechService
66 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallService.java74 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsApi29InCallService
76 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockCallScreeningService.java81 public boolean onUnbind(Intent intent) { in onUnbind() method in MockCallScreeningService
85 return super.onUnbind(intent); in onUnbind()
DCtsRemoteConnectionService.java172 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsRemoteConnectionService
176 return super.onUnbind(intent); in onUnbind()
DNullBindingConnectionService.java45 public boolean onUnbind(Intent intent) { in onUnbind() method in NullBindingConnectionService
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedConnectionService.java40 public boolean onUnbind(Intent intent) { in onUnbind() method in ManagedConnectionService
44 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/
DVoipConnectionServiceMain.java40 public boolean onUnbind(Intent intent) { in onUnbind() method in VoipConnectionServiceMain
44 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java55 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsCarModeInCallService
61 return super.onUnbind(intent); in onUnbind()
/cts/tests/suspendapps/test-apps/SuspendTestApp/src/com/android/suspendapps/suspendtestapp/
DTestService.java135 public boolean onUnbind(Intent intent) { in onUnbind() method in TestService
140 return super.onUnbind(intent); in onUnbind()
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DCtsContentSuggestionsService.java63 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsContentSuggestionsService
65 return super.onUnbind(intent); in onUnbind()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/premade/
DEventLibService.java107 public boolean onUnbind(Intent intent) { in onUnbind() method in EventLibService
109 return super.onUnbind(intent); in onUnbind()
DEventLibContentSuggestionsService.java131 public boolean onUnbind(Intent intent) { in onUnbind() method in EventLibContentSuggestionsService
133 return super.onUnbind(intent); in onUnbind()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DMockVrListenerService.java94 public boolean onUnbind(Intent intent) { in onUnbind() method in MockVrListenerService
102 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java103 public boolean onUnbind(Intent intent) { in onUnbind() method in SelfManagedAwareInCallService
106 return super.onUnbind(intent); in onUnbind()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java77 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsThirdPartyInCallService
81 return super.onUnbind(intent); in onUnbind()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnectionService.java103 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsConnectionService
105 return super.onUnbind(intent); in onUnbind()
/cts/tests/searchui/src/android/searchuiservice/cts/
DCtsSearchUiService.java59 public boolean onUnbind(Intent intent) { in onUnbind() method in CtsSearchUiService
61 return super.onUnbind(intent); in onUnbind()

123