/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/ |
D | InitialLockSetupServiceTest.java | 78 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/ |
D | ContactListViewHolderTest.java | 82 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/ |
D | ItemListRowView.java | 40 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()
|
D | ChannelCardView.java | 78 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/ |
D | SubRatingsFragment.java | 100 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()
|
D | ParentalControlsFragment.java | 98 protected void onBind(View view) { in getItemList() 99 super.onBind(view); in getItemList()
|
D | ChannelsBlockedFragment.java | 167 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/ |
D | DividerItem.java | 39 protected void onBind(View view) { in onBind() method in DividerItem 40 super.onBind(view); in onBind()
|
D | ActionItem.java | 42 protected void onBind(View view) { in onBind() method in ActionItem 43 super.onBind(view); in onBind()
|
D | CheckBoxItem.java | 44 protected void onBind(View view) { in onBind() method in CheckBoxItem 45 super.onBind(view); in onBind()
|
D | SideFragment.java | 273 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()
|
D | CompoundButtonItem.java | 65 protected void onBind(View view) { in onBind() method in CompoundButtonItem 66 super.onBind(view); in onBind()
|
D | ChannelCheckItem.java | 90 protected void onBind(View view) { in onBind() method in ChannelCheckItem 91 super.onBind(view); in onBind()
|
D | SettingsFragment.java | 68 protected void onBind(View view) { in getItemList() 69 super.onBind(view); in getItemList()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | IntentSearchViewHolder.java | 50 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/ |
D | InCallServiceImpl.java | 98 public IBinder onBind(Intent intent) { in onBind() method in InCallServiceImpl 102 : super.onBind(intent); in onBind()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramListAdapter.java | 88 holder.onBind(tableEntry, mProgramGuide, gapTitle); in onBindViewHolder() 108 void onBind(TableEntry entry, ProgramGuide programGuide, String gapTitle) { in onBind() method in ProgramListAdapter.ProgramItemViewHolder
|
D | GenreListAdapter.java | 74 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/ |
D | PanelSlicesAdapter.java | 77 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/ |
D | PanelSlicesAdapter.java | 70 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/ |
D | TouchInteractionService.java | 129 public void onBind(ISystemUiProxy iSystemUiProxy) { 177 public IBinder onBind(Intent intent) { in onBind() method in TouchInteractionService
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallServiceImpl.java | 95 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/ |
D | CarNotificationListener.java | 104 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/ |
D | LRResolverRankerService.java | 64 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/ |
D | ClusterRenderingService.java | 139 public IBinder onBind(Intent intent) { in onBind() method in ClusterRenderingService 143 : super.onBind(intent); in onBind()
|