Home
last modified time | relevance | path

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

1234567

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
DInitialLockSetupServiceTest.java78 assertThat(mInitialLockSetupService.onBind(new Intent())).isNull(); in testBindReturnsNull_ifLockSet()
83 assertThat(mInitialLockSetupService.onBind( in testBindReturnsInstanceOfServiceInterface_ifLockNotSet()
90 mInitialLockSetupService.onBind(new Intent())); in testGetLockConfig_returnsCorrectConfig()
105 mInitialLockSetupService.onBind(new Intent())); in testCheckValidLock_tooShort()
114 mInitialLockSetupService.onBind(new Intent())); in testCheckValidLock_longEnough()
123 mInitialLockSetupService.onBind(new Intent())); in testCheckValidLockPin_withLetters()
132 mInitialLockSetupService.onBind(new Intent())); in testCheckValidLockPattern_tooShort()
145 mInitialLockSetupService.onBind(new Intent())); in testCheckValidLockPattern_longEnough()
158 mInitialLockSetupService.onBind(new Intent())); in testSetLockPassword_doesNotWorkWithExistingPassword()
167 mInitialLockSetupService.onBind(new Intent())); in testSetLockPassword_doesNotWorkWithInvalidPassword()
[all …]
/packages/modules/ExtServices/tests/src/android/ext/services/resolver/
DLRResolverRankerServiceTest.java81 service.onBind(new Intent("test")); in testInitModelUnderUserLocked()
92 service.onBind(new Intent("test")); in testInitModelWhileNoSharedPreferences()
107 service.onBind(new Intent("test")); in testInitModelWhileVersionInSharedPreferencesSmallerThanCurrent()
122 service.onBind(new Intent("test")); in testInitModelWhileVersionInSharedPreferencesNotSmallerThanCurrent()
136 service.onBind(new Intent("test")); in testOnPredictSharingProbabilitiesWhileServiceIsNotReady()
153 service.onBind(new Intent("test")); in testOnPredictSharingProbabilitiesAfterUserUnlock()
173 service.onBind(new Intent("test")); in testOnPredictSharingProbabilities()
192 service.onBind(new Intent("test")); in testOnTrainRankingModelWhileServiceIsNotReady()
211 service.onBind(new Intent("test")); in testOnTrainRankingModelAfterUserUnlock()
236 service.onBind(new Intent("test")); in testOnTrainRankingModelWhileSelectedPositionScoreIsNotHighest()
[all …]
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java79 iOpportunisticNetworkService = (IOns) mOpportunisticNetworkService.onBind(null); in setUp()
188 IOns onsBinder = (IOns)mOpportunisticNetworkService.onBind(null); in testSystemPreferredDataWhileCarrierAppIsActive()
313 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
323 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
334 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
345 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
/packages/apps/TV/src/com/android/tv/menu/
DItemListRowView.java40 void onBind(T row, boolean selected); in onBind() method
84 public void onBind(MenuRow row) { in onBind() method in ItemListRowView
85 super.onBind(row); in onBind()
225 cardView.onBind(mItemList.get(position), cardView.equals(mItemListView.mSelectedCard)); in onBindViewHolder()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DListViewService.java33 public IBinder onBind(Intent intent) { in onBind() method in ListViewService
34 return sBinderForTest != null ? sBinderForTest : super.onBind(intent); in onBind()
92 }.onBind(new Intent("dummy_intent")); in toBinder() method in ListViewService
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DSubRatingsFragment.java100 protected void onBind(View view) { in onBind() method in SubRatingsFragment.RatingItem
101 super.onBind(view); in onBind()
161 protected void onBind(View view) { in onBind() method in SubRatingsFragment.SubRatingItem
162 super.onBind(view); in onBind()
DParentalControlsFragment.java98 protected void onBind(View view) { in getItemList()
99 super.onBind(view); in getItemList()
/packages/services/Car/experimental/service/src/com/android/experimentalcar/
DSampleExternalDriverAwarenessSupplier.java48 public IBinder onBind(Intent intent) { in onBind() method in SampleExternalDriverAwarenessSupplier
50 return super.onBind(intent); in onBind()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DDividerItem.java39 protected void onBind(View view) { in onBind() method in DividerItem
40 super.onBind(view); in onBind()
DActionItem.java42 protected void onBind(View view) { in onBind() method in ActionItem
43 super.onBind(view); in onBind()
DCheckBoxItem.java44 protected void onBind(View view) { in onBind() method in CheckBoxItem
45 super.onBind(view); in onBind()
DSideFragment.java279 holder.onBind(this, getItem(position)); in onBindViewHolder()
331 public void onBind(ItemAdapter adapter, Item item) { in onBind() method in SideFragment.ViewHolder
334 mItem.onBind(itemView); in onBind()
DCompoundButtonItem.java65 protected void onBind(View view) { in onBind() method in CompoundButtonItem
66 super.onBind(view); in onBind()
DChannelCheckItem.java91 protected void onBind(View view) { in onBind() method in ChannelCheckItem
92 super.onBind(view); in onBind()
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt166 MissingNullability: android.car.AoapService#onBind(android.content.Intent):
167 Missing nullability on method `onBind` return
168 MissingNullability: android.car.AoapService#onBind(android.content.Intent) parameter #0:
169 Missing nullability on parameter `intent` in method `onBind`
200 MissingNullability: android.car.cluster.renderer.InstrumentClusterRenderingService#onBind(android.c…
201 Missing nullability on method `onBind` return
202 MissingNullability: android.car.cluster.renderer.InstrumentClusterRenderingService#onBind(android.c…
203 Missing nullability on parameter `intent` in method `onBind`
236 MissingNullability: android.car.content.pm.CarAppBlockingPolicyService#onBind(android.content.Inten…
237 Missing nullability on method `onBind` return
[all …]
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DIntentSearchViewHolder.java50 public void onBind(final SearchFragment fragment, final SearchResult result) { in onBind() method in IntentSearchViewHolder
51 super.onBind(fragment, result); in onBind()
/packages/apps/Car/Media/src/com/android/car/media/service/
DMediaConnectorService.java62 public IBinder onBind(Intent intent) { in onBind() method in MediaConnectorService
63 return super.onBind(intent); in onBind()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DInCallServiceImpl.java98 public IBinder onBind(Intent intent) { in onBind() method in InCallServiceImpl
102 : super.onBind(intent); in onBind()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DFavoriteContactViewHolder.java62 public void onBind(@NonNull Contact contact) { in onBind() method in FavoriteContactViewHolder
90 public void onBind(@NonNull Header header) { in onBind() method in FavoriteContactViewHolder
DFavoriteAdapter.java104 viewHolder.onBind(contact); in onBindViewHolder()
109 viewHolder.onBind(header); in onBindViewHolder()
/packages/apps/TV/src/com/android/tv/guide/
DProgramListAdapter.java88 holder.onBind(tableEntry, mProgramGuide, gapTitle); in onBindViewHolder()
108 void onBind(TableEntry entry, ProgramGuide programGuide, String gapTitle) { in onBind() method in ProgramListAdapter.ProgramItemViewHolder
DGenreListAdapter.java74 holder.onBind(genreId, mGenreLabels[genreId]); in onBindViewHolder()
107 public void onBind(int genreId, String genreLabel) { in onBind() method in GenreListAdapter.GenreRowHolder
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/panel/
DPanelSlicesAdapter.java70 sliceRowViewHolder.onBind(mPanelFragment, mSliceUris.get(position)); in onBindViewHolder()
107 public void onBind(PanelFragment fragment, Uri sliceUri) { in onBind() method in PanelSlicesAdapter.SliceRowViewHolder
/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DNotificationListener.java80 public IBinder onBind(Intent intent) { in onBind() method in NotificationListener
83 ? new LocalBinder() : super.onBind(intent); in onBind()
/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java95 public IBinder onBind(Intent intent) { in onBind() method in InCallServiceImpl
120 IBinder iBinder = super.onBind(intent); in onBind()

1234567