Home
last modified time | relevance | path

Searched refs:onBind (Results 1 – 25 of 232) sorted by relevance

12345678910

/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/sharedconnectivity/service/
H A DSharedConnectivityServiceTest.java184 assertThat(service.onBind(new Intent())).isNotNull(); in onBind_isNotNull()
191 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in getHotspotNetworks()
203 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in getKnownNetworks()
215 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in getSharedConnectivitySettingsState()
227 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in updateHotspotNetworkConnectionStatus()
239 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in updateKnownNetworkConnectionStatus()
293 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in connectHotspotNetwork()
306 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in disconnectHotspotNetwork()
319 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in connectKnownNetwork()
332 (ISharedConnectivityService.Stub) service.onBind(new Intent()); in forgetKnownNetwork()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/service/quicksettings/
H A DTileServiceTest.java74 IBinder result = mTileService.onBind(intent); in testErrorRetrievingTile_nullBinding()
85 IBinder result = mTileService.onBind(intent); in testNullTile_doesntSendStartSuccessful()
98 IBinder result = mTileService.onBind(intent); in testBindSuccessful()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DWalletContextualLocationsService.kt39 override fun onBind(intent: Intent): IBinder {
40 super.onBind(intent)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputAdapter.java98 ((MediaGroupDividerViewHolder) viewHolder).onBind(currentMediaItem.getTitle()); in onBindViewHolder()
101 ((MediaDeviceViewHolder) viewHolder).onBind(CUSTOMIZED_ITEM_PAIR_NEW); in onBindViewHolder()
104 ((MediaDeviceViewHolder) viewHolder).onBind( in onBindViewHolder()
146 void onBind(MediaDevice device, int position) { in onBind() method in MediaOutputAdapter.MediaDeviceViewHolder
147 super.onBind(device, position); in onBind()
430 void onBind(int customizedItem) { in onBind() method in MediaOutputAdapter.MediaDeviceViewHolder
525 void onBind(String groupDividerTitle) { in onBind() method in MediaOutputAdapter.MediaGroupDividerViewHolder
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanelSlicesAdapter.java69 sliceRowViewHolder.onBind(mSliceLiveData.get(position), position); in onBindViewHolder()
111 public void onBind(LiveData<Slice> sliceLiveData, int position) { in onBind() method in VolumePanelSlicesAdapter.SliceRowViewHolder
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestService.java27 public IBinder onBind(Intent intent) { in onBind() method in TestService
/aosp14/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledService.java29 public IBinder onBind(Intent intent) { in onBind() method in DisabledService
H A DEnabledService.java29 public IBinder onBind(Intent intent) { in onBind() method in EnabledService
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderProxyService.java32 public IBinder onBind(Intent intent) { in onBind() method in BinderProxyService
H A DBinderWorkSourceService.java49 public IBinder onBind(Intent intent) { in onBind() method in BinderWorkSourceService
H A DMessengerService.java41 public IBinder onBind(Intent intent) { in onBind() method in MessengerService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUISecondaryUserService.java32 public IBinder onBind(Intent intent) { in onBind() method in SystemUISecondaryUserService
/aosp14/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeCoreService.java28 public IBinder onBind(Intent intent) { in onBind() method in FakeCoreService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1AuthenticatorService.java28 public IBinder onBind(Intent intent) { in onBind() method in TestAccountType1AuthenticatorService
H A DTestAccountType2AuthenticatorService.java28 public IBinder onBind(Intent intent) { in onBind() method in TestAccountType2AuthenticatorService
/aosp14/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DEmptyService.java32 public IBinder onBind(Intent intent) { in onBind() method in EmptyService
H A DServiceUserTarget.java38 public IBinder onBind(Intent intent) { in onBind() method in ServiceUserTarget
H A DSingleUserService.java38 public IBinder onBind(Intent intent) { in onBind() method in SingleUserService
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminService.java63 public final IBinder onBind(Intent intent) { in onBind() method in DeviceAdminService
/aosp14/frameworks/base/core/java/android/nfc/cardemulation/
H A DOffHostApduService.java169 public abstract IBinder onBind(Intent intent); in onBind() method in OffHostApduService
/aosp14/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingClientService.java77 public final IBinder onBind(@Nullable Intent intent) { in onBind() method in CarrierMessagingClientService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotCrossProfileService.kt39 override fun onBind(intent: Intent): IBinder? {
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
H A DStartProcessService.java34 public IBinder onBind(Intent intent) { in onBind() method in StartProcessService
/aosp14/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
H A DLocalTransportService.java42 public IBinder onBind(Intent intent) { in onBind() method in LocalTransportService
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/stub/
H A DSatelliteService.java57 public IBinder onBind(Intent intent) { in onBind() method in SatelliteService

12345678910