Searched defs:bind (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/database/
H A DCursorMapper.java28 * should bind column indexes to column names in this method. This method is
38 protected abstract Object bind(Cursor cursor); method in class:CursorMapper
48 return bind(mCursor);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java63 public void bind(NetworkController.MobileDataController.DataUsageInfo info) { method in class:DataUsageDetailView
H A DUserDetailItemView.java89 public void bind(String name, Bitmap picture) { method in class:UserDetailItemView
94 public void bind(String name, Drawable picture) { method in class:UserDetailItemView
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer) function in class:android::EGLBufferObjectManager
/frameworks/base/libs/hwui/
H A DRenderBuffer.h64 void bind() const { function in struct:android::uirenderer::RenderBuffer
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java68 throw new IllegalArgumentException("Too many bind arguments. "
127 * @param index The 1-based index to the parameter to bind null to
130 bind(index, null);
137 * @param index The 1-based index to the parameter to bind
138 * @param value The value to bind
141 bind(index, value);
148 * @param index The 1-based index to the parameter to bind
149 * @param value The value to bind
152 bind(index, value);
159 * @param index The 1-based index to the parameter to bind
210 private void bind(int index, Object value) { method in class:SQLiteProgram
[all...]
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java90 public void bind( method in class:AndroidHttpClientConnection
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java142 public void bind(ListView listView) { method in class:PreferenceScreen
169 bind(mListView);
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java46 if (proxy.bind()) {
62 private boolean bind () { method in class:GeocoderProxy
H A DLocationProviderProxy.java62 if (proxy.bind()) {
79 private boolean bind () { method in class:LocationProviderProxy
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java58 public void bind() { method in class:TextureSource
/frameworks/base/core/java/android/net/
H A DLocalSocket.java143 public void bind(LocalSocketAddress bindpoint) throws IOException { method in class:LocalSocket
152 impl.bind(localAddress);
H A DLocalSocketImpl.java300 public void bind(LocalSocketAddress endpoint) throws IOException method in class:LocalSocketImpl
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java315 KeyChainConnection keyChainConnection = bind(context);
350 KeyChainConnection keyChainConnection = bind(context);
389 * hardware support that can be used to bind keys to the device in a way
416 * @see KeyChain#bind
442 public static KeyChainConnection bind(Context context) throws InterruptedException { method in class:KeyChain
478 throw new AssertionError("could not bind to KeyChainService");
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp166 void CacheTexture::setLinearFiltering(bool linearFiltering, bool bind) { argument
171 if (bind) mCaches.bindTexture(getTextureId());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java163 bind(items[i], mItems.getChildAt(i));
175 private void bind(final Item item, View view) { method in class:QSDetailItems
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java173 bind();
261 private void bind() { method in class:PacManager
269 // Already bound no need to bind again, just download the new file.
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java161 bind();
167 bind();
184 private void bind() { method in class:RemoteDisplayProviderProxy
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java142 public void bind(RequestKey key) { method in class:BasicBitmapDrawable
143 Trace.beginSection("bind");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java84 void bind(ObjectAdapter adapter) { method in class:DetailsOverviewRowPresenter.ViewHolder
502 vh.bind(aoa);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java125 bind();
131 bind();
153 private void bind() { method in class:RegisteredMediaRouteProvider
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DDefaultItemAnimatorTest.java404 holder.bind(mItems.get(position));
421 public void bind(String text) { method in class:DefaultItemAnimatorTest.ViewHolder
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java191 * typing. For example, bind numbers as longs/doubles, and everything else
194 * @param prog the program to bind the object to
195 * @param index the 1-based index to bind at
196 * @param value the value to bind
593 * @param inserter The InsertHelper to bind into
594 * @param index the index of the bind entry in the InsertHelper
598 inserter.bind(index, cursor.getString(cursor.getColumnIndexOrThrow(field)));
1127 * in calls to bind().
1143 * @param index the index of the slot to which to bind
1144 * @param value the value to bind
1146 public void bind(int index, double value) { method in class:DatabaseUtils.InsertHelper
1156 public void bind(int index, float value) { method in class:DatabaseUtils.InsertHelper
1166 public void bind(int index, long value) { method in class:DatabaseUtils.InsertHelper
1176 public void bind(int index, int value) { method in class:DatabaseUtils.InsertHelper
1186 public void bind(int index, boolean value) { method in class:DatabaseUtils.InsertHelper
1205 public void bind(int index, byte[] value) { method in class:DatabaseUtils.InsertHelper
1219 public void bind(int index, String value) { method in class:DatabaseUtils.InsertHelper
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java154 public synchronized void bind(Context context, int appWidgetId, Intent intent) { method in class:RemoteViewsAdapter.RemoteViewsAdapterServiceConnection
163 Slog.w(TAG, "bind: adapter was null");
167 Log.e("RemoteViewsAdapterServiceConnection", "bind(): " + e.getMessage());
211 // create in response to this bind
1151 // Requesting bind service will trigger a super.notifyDataSetChanged(), which will
1386 mServiceConnection.bind(mContext, mAppWidgetId, mIntent);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp200 void bind() { function in class:android::ArrayHelper
246 positions.bind();
247 sphere.bind();
409 mvp.bind();
410 spheres.bind();
411 results.bind();
459 ws.bind();
460 positions.bind();
461 indices.bind();
509 resultMat.bind();
[all...]

Completed in 3594 milliseconds

12