Searched defs:bind (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationBarController.java82 bind();
114 private void bind() { method in class:CarNavigationBarController
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java181 bind();
287 private void bind() { method in class:PacManager
295 // Already bound no need to bind again, just download the new file.
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderProxy.java62 if (proxy.bind()) {
79 private boolean bind () { method in class:LocationProviderProxy
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java50 * TileService as soon as it is bound. It will only bind to the service when it is allowed to
131 public void setBindService(boolean bind) { argument
138 mBound = bind;
139 if (bind) {
155 Log.e(TAG, "Failed to bind to service", e);
308 // Trying to bind again will check the state of the package before bothering to bind.
/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/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java123 bind();
130 bind();
140 private void bind() { method in class:TvRemoteProviderProxy
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java174 public void bind(RequestKey key) { method in class:BasicBitmapDrawable
175 Trace.beginSection("bind");
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DDefaultItemAnimatorTest.java417 holder.bind(mItems.get(position));
434 public void bind(String text) { method in class:DefaultItemAnimatorTest.ViewHolder
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java162 bind();
168 bind();
190 private void bind() { method in class:RegisteredMediaRouteProvider
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java189 * typing. For example, bind numbers as longs/doubles, and everything else
192 * @param prog the program to bind the object to
193 * @param index the 1-based index to bind at
194 * @param value the value to bind
613 * @param inserter The InsertHelper to bind into
614 * @param index the index of the bind entry in the InsertHelper
618 inserter.bind(index, cursor.getString(cursor.getColumnIndexOrThrow(field)));
1147 * in calls to bind().
1163 * @param index the index of the slot to which to bind
1164 * @param value the value to bind
1166 public void bind(int index, double value) { method in class:DatabaseUtils.InsertHelper
1176 public void bind(int index, float value) { method in class:DatabaseUtils.InsertHelper
1186 public void bind(int index, long value) { method in class:DatabaseUtils.InsertHelper
1196 public void bind(int index, int value) { method in class:DatabaseUtils.InsertHelper
1206 public void bind(int index, boolean value) { method in class:DatabaseUtils.InsertHelper
1225 public void bind(int index, byte[] value) { method in class:DatabaseUtils.InsertHelper
1239 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
1097 // Requesting bind service will trigger a super.notifyDataSetChanged(), which will
1283 mServiceConnection.bind(mContext, mAppWidgetId, mIntent);
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java47 * be instantiated using one of its generated static bind or inflate methods. If the specific
48 * binding is unknown, {@link DataBindingUtil#bind(View)} or
545 protected static ViewDataBinding bind(DataBindingComponent bindingComponent, View view, method in class:ViewDataBinding
547 return DataBindingUtil.bind(bindingComponent, view, layoutId);
979 bindings[index] = DataBindingUtil.bind(bindingComponent, child,
987 bindings[index] = DataBindingUtil.bind(bindingComponent, included,
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp295 void bind() { function in class:android::ArrayHelper
341 positions.bind();
342 sphere.bind();
504 mvp.bind();
505 spheres.bind();
506 results.bind();
554 ws.bind();
555 positions.bind();
556 indices.bind();
604 resultMat.bind();
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java398 bind(exitCondition, mZenRadioGroupContent.getChildAt(i), i);
494 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX),
498 bind(mTimeCondition, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX),
509 bind(nextAlarmCondition,
603 bind(mTimeCondition, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX),
617 private void bind(final Condition condition, final View row, final int rowId) { method in class:ZenModePanel
629 if (DEBUG) Log.d(mTag, "bind i=" + mZenRadioGroupContent.indexOfChild(row) + " first="
775 bind(mTimeCondition, row, rowId);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1415 uint8_t bind = 0x0; local
1417 bind = llvm::ELF::STB_LOCAL;
1419 bind = llvm::ELF::STB_GLOBAL;
1421 bind = llvm::ELF::STB_WEAK;
1424 bind = llvm::ELF::STB_GLOBAL;
1430 bind = llvm::ELF::STB_LOCAL;
1437 return (type | (bind << 4));
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1173 }.bind();
1282 }.bind();
1417 new TestFeaturesSession(accounts, response, account, features).bind();
1695 new RemoveAccountSession(accounts, response, account, expectActivityLaunch).bind();
2301 }.bind();
2526 }.bind();
2703 }.bind();
2786 }.bind();
2884 }.bind();
3133 }.bind();
4246 void bind() { method in class:AccountManagerService.Session
[all...]

Completed in 539 milliseconds

12