Searched refs:bind (Results 1 - 25 of 53) sorted by relevance

123

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastCursorAdapter.java53 listItem.bind(message);
68 listItem.bind(message);
H A DCellBroadcastListItem.java61 * @param message the message contents to bind
63 public void bind(CellBroadcastMessage message) { method in class:CellBroadcastListItem
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListHelper.java44 conversationsInOutboxTipView.bind(account, activity.getFolderSelector());
59 nestedFolderTeaserView.bind(account, activity.getFolderSelector());
H A DAccountItemView.java71 public void bind(final Context context, final Account account, final boolean isCurrentAccount, method in class:AccountItemView
100 drawable.bind(account.getSenderName(), account.getEmailAddress());
H A DSecureConversationViewController.java210 mMessageHeaderView.bind(item, false);
213 mSnapHeaderView.bind(item, false);
217 mMessageFooterView.bind(item, false);
H A DMiniDrawerView.java192 mDrawable.bind(mAccount.getSenderName(), mAccount.getEmailAddress());
/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dictionary/
H A Dbloom_filter_test.cpp40 auto randomNumberGenerator = std::bind(distribution, std::mt19937());
57 auto randomBitGenerator = std::bind(distribution, std::mt19937());
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSwipeableConversationItemView.java55 public void bind(final Conversation conversation, final ControllableActivity activity, method in class:SwipeableConversationItemView
68 mConversationItemView.bind(conversation, activity, set, folder, checkboxOrSenderImage,
H A DConversationFooterView.java90 public void bind(ConversationFooterItem footerItem) { method in class:ConversationFooterView
113 bind(footerItem);
H A DConversationViewHeader.java110 public void bind(ConversationHeaderItem headerItem) { method in class:ConversationViewHeader
114 mSubjectAndFolderView.bind(headerItem);
H A DSuperCollapsedBlock.java71 public void bind(SuperCollapsedBlockItem item) { method in class:SuperCollapsedBlock
H A DMessageInviteView.java59 public void bind(Message message) { method in class:MessageInviteView
H A DConversationViewAdapter.java153 header.bind(this);
201 ((ConversationFooterView) v).bind(this);
296 header.bind(this, measureOnly);
431 attachmentsView.bind(mHeaderItem, measureOnly);
505 scb.bind(this);
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
H A DSnepBasicTests.java39 MockLlcpSocket.bind(clientSocket, serverSocket);
70 MockLlcpSocket.bind(clientSocket, serverSocket);
101 MockLlcpSocket.bind(clientSocket, serverSocket);
132 MockLlcpSocket.bind(clientSocket, serverSocket);
163 MockLlcpSocket.bind(clientSocket, serverSocket);
194 MockLlcpSocket.bind(clientSocket, serverSocket);
228 MockLlcpSocket.bind(clientSocket, serverSocket);
/packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/
H A Dtrie_map_test.cpp68 auto keyRandomNumberGenerator = std::bind(keyDistribution, std::mt19937());
72 auto valueRandomNumberGenerator = std::bind(valueDistribution, std::mt19937());
99 auto keyRandomNumberGenerator = std::bind(distribution, std::mt19937());
100 auto randomNumberGeneratorForKeySelection = std::bind(distribution, std::mt19937());
104 auto valueRandomNumberGenerator = std::bind(valueDistribution, std::mt19937());
204 auto keyRandomNumberGenerator = std::bind(keyDistribution, std::mt19937());
208 auto valueRandomNumberGenerator = std::bind(valueDistribution, std::mt19937());
/packages/apps/Mms/src/com/android/mms/ui/
H A DDeliveryReportAdapter.java57 listItem.bind(item.recipient, item.status, item.deliveryDate);
H A DConversationListAdapter.java58 headerView.bind(context, conv);
H A DDeliveryReportListItem.java59 public final void bind(String recipient, String status, String deliveryDate) { method in class:DeliveryReportListItem
H A DConversationListItem.java99 public void bind(String title, String explain) { method in class:ConversationListItem
175 public final void bind(Context context, final Conversation conversation) { method in class:ConversationListItem
176 //if (DEBUG) Log.v(TAG, "bind()");
206 Log.v(TAG, "bind: contacts.addListeners " + this);
/packages/apps/Nfc/tests/src/com/android/nfc/
H A DMockLlcpSocket.java39 throw new UnsupportedOperationException("Use MockLlcpSocket.bind(client, server)");
71 public static void bind(MockLlcpSocket client, MockLlcpSocket server) { method in class:MockLlcpSocket
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
H A DKeyChainServiceTestSupport.java74 connection = KeyChain.bind(KeyChainServiceTestSupport.this);
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
H A DPartnerBookmarksProvider.java300 insertHelper.bind(idColumn, bookmarkId);
301 insertHelper.bind(titleColumn, bookmarkTitle);
302 insertHelper.bind(urlColumn, bookmarkUrl);
303 insertHelper.bind(typeColumn,
305 insertHelper.bind(parentColumn, parentId);
307 insertHelper.bind(faviconColumn, favicon);
310 insertHelper.bind(touchiconColumn, touchicon);
/packages/apps/UnifiedEmail/src/com/android/mail/adapter/
H A DDrawerItem.java371 accountItemView.bind(mActivity.getActivityContext(), mAccount, mIsSelected, mImagesCache,
427 folderItemView.bind(mFolder, mActivity);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DServiceBinder.java51 * Listener for bind events on ServiceBinder.
62 * Performs an asynchronous bind to the service (only if not already bound) and executes the
67 void bind(BindCallback callback) { method in class:ServiceBinder.Binder
69 Log.d(ServiceBinder.this, "bind()");
71 // Reset any abort request if we're asked to bind again.
135 /** The component name of the service to bind to. */
141 /** Used to bind and unbind from the service. */
168 * @param componentName The component name of the service with which to bind.
269 * Notifies all the outstanding callbacks that the service failed to bind. The list of
H A DInCallController.java58 * Used to bind to the in-call app and triggers the start of communication between
153 bind();
261 private void bind() { method in class:InCallController
294 Log.i(this, "Attempting to bind to InCall %s, is dupe? %b ",
373 // has disconnected, disconnect all calls and un-bind all other InCallService

Completed in 549 milliseconds

123