Home
last modified time | relevance | path

Searched refs:onBind (Results 1 – 25 of 158) 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/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/contact/
DContactListViewHolderTest.java82 mContactListViewHolder.onBind(mMockContact); in testDisplayName()
93 mContactListViewHolder.onBind(mMockContact); in testLabel_withOnlyOneNumber_showLabel()
103 mContactListViewHolder.onBind(mMockContact); in testLabel_withOneNumberAndNumberHasNullLabel_showTypeLabel()
117 mContactListViewHolder.onBind(mMockContact); in testLabel_withOneNumberAndGetNullLabel_showEmptyString()
130 mContactListViewHolder.onBind(mMockContact); in testLabel_withMultipleNumbersAndNoPrimaryNumber_showMultipleLabel()
145 mContactListViewHolder.onBind(mMockContact); in testLabel_withMultipleNumbersAndHasPrimaryNumber_showPrimaryNumberLabel()
160 mContactListViewHolder.onBind(mMockContact); in testLabel_HasPrimaryNumberAndPrimaryNumberHasNullLabel_showPrimaryNumberLabel()
179 mContactListViewHolder.onBind(mMockContact); in testLabel_HasPrimaryNumberButGetNullLabel_showMultipleLabel()
191 mContactListViewHolder.onBind(mMockContact); in testClickCallActionButton_ContactHasOneNumber_placeCall()
212 mContactListViewHolder.onBind(mMockContact); in testClickCallActionButton_HasMultipleNumbersAndNoPrimaryNumber_showAlertDialog()
[all …]
/packages/apps/TV/src/com/android/tv/menu/
DItemListRowView.java40 void onBind(T row, boolean selected); in onBind() method
82 public void onBind(MenuRow row) { in onBind() method in ItemListRowView
83 super.onBind(row); in onBind()
216 cardView.onBind(mItemList.get(position), cardView.equals(mItemListView.mSelectedCard)); in onBindViewHolder()
DChannelCardView.java78 public void onBind(ChannelsRowItem item, boolean selected) { in onBind() method in ChannelCardView
90 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()
DChannelsBlockedFragment.java167 protected void onBind(View view) { in onBind() method in ChannelsBlockedFragment.BlockAllItem
168 super.onBind(view); 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.java273 holder.onBind(this, getItem(position)); in onBindViewHolder()
325 public void onBind(ItemAdapter adapter, Item item) { in onBind() method in SideFragment.ViewHolder
328 mItem.onBind(itemView); in onBind()
DCompoundButtonItem.java65 protected void onBind(View view) { in onBind() method in CompoundButtonItem
66 super.onBind(view); in onBind()
DChannelCheckItem.java90 protected void onBind(View view) { in onBind() method in ChannelCheckItem
91 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/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/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/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/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/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.java104 public IBinder onBind(Intent intent) { in onBind() method in CarNotificationListener
106 ? new LocalBinder() : super.onBind(intent); in onBind()
/packages/modules/ExtServices/src/android/ext/services/resolver/
DLRResolverRankerService.java64 public IBinder onBind(Intent intent) { in onBind() method in LRResolverRankerService
66 return super.onBind(intent); in onBind()
/packages/apps/Car/Cluster/src/android/car/cluster/
DClusterRenderingService.java139 public IBinder onBind(Intent intent) { in onBind() method in ClusterRenderingService
143 : super.onBind(intent); in onBind()

1234567