Home
last modified time | relevance | path

Searched refs:onBind (Results 1 – 25 of 153) 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/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()
DChannelCardView.java80 public void onBind(ChannelsRowItem item, boolean selected) { in onBind() method in ChannelCardView
92 super.onBind(item, selected); in onBind()
/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/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java196 IOns onsBinder = (IOns)mOpportunisticNetworkService.onBind(null); in testSystemPreferredDataWhileCarrierAppIsActive()
321 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
331 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
342 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
353 IOns onsBinder = (IOns) mOpportunisticNetworkService.onBind(null); in testPriorityRuleOfActivatingAvailableNetworks()
/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()
DSettingsFragment.java68 protected void onBind(View view) { in getItemList()
69 super.onBind(view); in getItemList()
/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.java60 public IBinder onBind(Intent intent) { in onBind() method in MediaConnectorService
61 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/apps/Settings/src/com/android/settings/panel/
DPanelSlicesAdapter.java77 sliceRowViewHolder.onBind(mSliceLiveData.get(position)); in onBindViewHolder()
115 public void onBind(LiveData<Slice> sliceLiveData) { in onBind() method in PanelSlicesAdapter.SliceRowViewHolder
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTouchInteractionService.java129 public void onBind(ISystemUiProxy iSystemUiProxy) {
177 public IBinder onBind(Intent intent) { in onBind() method in TouchInteractionService
/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()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java103 public IBinder onBind(Intent intent) { in onBind() method in CarNotificationListener
105 ? new LocalBinder() : super.onBind(intent); in onBind()

1234567