Searched defs:get (Results 176 - 200 of 234) sorted by relevance

12345678910

/frameworks/volley/src/com/android/volley/toolbox/
H A DImageLoader.java37 * The simple way to use this class is to call {@link ImageLoader#get(String, ImageListener)}
138 * @param isImmediate True if this was called during ImageLoader.get() variants.
170 public ImageContainer get(String requestUrl, final ImageListener listener) { method in class:ImageLoader
171 return get(requestUrl, listener, 0, 0);
186 public ImageContainer get(String requestUrl, ImageListener imageListener, method in class:ImageLoader
210 BatchedImageRequest request = mInFlightRequests.get(cacheKey);
327 BatchedImageRequest request = mInFlightRequests.get(mCacheKey);
335 request = mBatchedResponses.get(mCacheKey);
/frameworks/base/core/java/android/os/
H A DAsyncTask.java300 postResultIfNotInvoked(get());
314 final boolean wasTaskInvoked = mTaskInvoked.get();
438 return mCancelled.get();
486 public final Result get() throws InterruptedException, ExecutionException { method in class:AsyncTask
487 return mFuture.get();
505 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:AsyncTask
507 return mFuture.get(timeout, unit);
H A DBaseBundle.java279 public Object get(String key) { method in class:BaseBundle
281 return mMap.get(key);
659 Object o = mMap.get(key);
693 Object o = mMap.get(key);
727 Object o = mMap.get(key);
761 Object o = mMap.get(key);
795 Object o = mMap.get(key);
829 Object o = mMap.get(key);
863 Object o = mMap.get(key);
897 Object o = mMap.get(ke
[all...]
H A DUserManager.java420 public synchronized static UserManager get(Context context) { method in class:UserManager
464 Log.w(TAG, "Could not get user name", re);
565 Log.w(TAG, "Could not get user info", re);
587 Log.w(TAG, "Could not get user restrictions", re);
863 Log.w(TAG, "Could not get user list", re);
880 UserInfo user = users.get(i);
903 Log.w(TAG, "Could not get user list", re);
920 Log.w(TAG, "Could not get user list", re);
940 Log.w(TAG, "Could not get profile parent", re);
1027 Log.w(TAG, "Could not get use
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java194 View view = mRecycler.get(selectedPosition);
449 View get(int position) { method in class:AbsSpinner.RecycleBin
451 View result = mScrapHeap.get(position);
H A DActivityChooserModel.java78 * ActivityChooserModel.get(context, "task_specific_history_file_name.xml");
341 public static ActivityChooserModel get(Context context, String historyFileName) { method in class:ActivityChooserModel
343 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
425 return mActivities.get(index).resolveInfo;
442 ActivityResolveInfo currentActivity = activities.get(i);
477 ActivityResolveInfo chosenActivity = mActivities.get(index);
528 return mActivities.get(0).resolveInfo;
548 ActivityResolveInfo newDefaultActivity = mActivities.get(index);
549 ActivityResolveInfo oldDefaultActivity = mActivities.get(0);
713 ResolveInfo resolveInfo = resolveInfos.get(
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp230 get function
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java104 public byte[] get(String key) { method in class:KeyStore
106 return mBinder.get(key);
/frameworks/base/libs/hwui/
H A DPathCache.cpp285 PATH_LOGD("PathCache::get/create: name, size, mSize = %d, %d, %d",
337 PathTask* t = static_cast<PathTask*>(task.get());
419 PathTexture* PathCache::get(const SkPath* path, const SkPaint* paint) { function in class:android::uirenderer::PathCache
425 PathTexture* texture = mCache.get(entry);
467 PathTexture* texture = mCache.get(entry);
488 // The conversion into GL texture will happen in get(), when a client
512 PathTexture* texture = get(entry);
534 PathTexture* texture = get(entry);
555 PathTexture* texture = get(entry);
578 PathTexture* texture = get(entr
[all...]
H A DPathCache.h195 PathTexture* get(const SkPath* path, const SkPaint* paint);
243 PathTexture* get(const PathDescription& entry) { function in class:android::uirenderer::PathCache
244 return mCache.get(entry);
279 delete future()->get();
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h85 static egl_display_t* get(EGLDisplay dpy);
226 const egl_display_t* get() const { return mDpy; } function in class:android::egl_display_ptr
227 egl_display_t* get() { return mDpy; } function in class:android::egl_display_ptr
241 return egl_display_ptr(egl_display_t::get(dpy));
247 return egl_display_t::get(dpy);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java430 boolean get(Time iterator, int day) method in class:RecurrenceProcessor.DaySet
438 Log.i(TAG, "get called with iterator=" + iterator
719 * you'll get a DateException.
942 if (!days.get(iterator, dayIndex)) {
984 // sometimes events get generated (BYDAY, BYHOUR, etc.) that
1064 // Add freqAmount to freqField until we get another date that we want.
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java292 return super.get("a=fmtp:" + format, ' ');
335 return super.get("a=rtpmap:" + type, ' ');
343 return super.get("a=fmtp:" + type, ' ');
402 String address = get("c", '=');
430 String encryption = get("k", '=');
442 String encryption = get("k", '=');
471 String value = get("b=" + type, ':');
501 return get("a=" + name, ':');
571 String line = mLines.get(i);
603 private String get(Strin method in class:SimpleSessionDescription.Fields
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java70 * {@link CaptureResult#get} or to set fields with
83 * @see CaptureResult#get
208 public <T> T get(Key<T> key) { method in class:CaptureRequest
209 return mSettings.get(key);
219 return (T) mSettings.get(key);
428 public <T> T get(Key<T> key) { method in class:CaptureRequest.Builder
429 return mRequest.mSettings.get(key);
729 * get locked do not necessarily correspond to the settings that were present in the
1034 * get locked do not necessarily correspond to the settings that were present in the
1523 * int sensorOrientation = c.get(CameraCharacteristic
[all...]
H A DCameraCharacteristics.java45 * {@link CameraCharacteristics#get}.
47 * <p>For example, to get the stream configuration map:
49 * StreamConfigurationMap map = cameraCharacteristics.get(
57 * @see CameraCharacteristics#get
169 public <T> T get(Key<T> key) { method in class:CameraCharacteristics
170 return mProperties.get(key);
180 return (T) mProperties.get(key);
204 int[] filterTags = get(REQUEST_AVAILABLE_CHARACTERISTICS_KEYS);
235 int[] filterTags = get(REQUEST_AVAILABLE_REQUEST_KEYS);
266 int[] filterTags = get(REQUEST_AVAILABLE_RESULT_KEY
[all...]
H A DCaptureResult.java57 * {@link CaptureResult#get}.
59 * <p>For example, to get the timestamp corresponding to the exposure of the first row:
61 * long timestamp = captureResult.get(CaptureResult.SENSOR_TIMESTAMP);
68 * @see CaptureResult#get
219 public <T> T get(Key<T> key) { method in class:CaptureResult
220 T value = mResults.get(key);
221 if (VERBOSE) Log.v(TAG, "#get for Key = " + key.getName() + ", returned value = " + value);
232 return (T) mResults.get(key);
580 * get locked do not necessarily correspond to the settings that were present in the
1507 * get locke
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java284 * @param other the previous metadata instance which will get pilfered
321 public <T> T get(CameraCharacteristics.Key<T> key) { method in class:CameraMetadataNative
322 return get(key.getNativeKey());
328 public <T> T get(CaptureResult.Key<T> key) { method in class:CameraMetadataNative
329 return get(key.getNativeKey());
335 public <T> T get(CaptureRequest.Key<T> key) { method in class:CameraMetadataNative
336 return get(key.getNativeKey());
345 public <T> T get(Key<T> key) { method in class:CameraMetadataNative
349 GetCommand g = sGetCommandMap.get(key);
382 SetCommand s = sSetCommandMap.get(ke
[all...]
/frameworks/base/core/java/android/provider/
H A DBrowserContract.java522 * @see android.provider.SyncStateContract.Helpers#get
524 public static byte[] get(ContentProviderClient provider, Account account) method in class:BrowserContract.SyncState
526 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
530 * @see android.provider.SyncStateContract.Helpers#get
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java64 public byte[] get(String name) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
611 public byte[] get(String name) throws RemoteException; method in interface:IKeystoreService
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java140 * This bit will be set in the return value of {@link #get(int, int)} if the
146 * Mask the return value from {@link #get(int, int)} with this value to get
267 final int combining = sAccentToCombining.get(accent);
366 public int get(int keyCode, int metaState) { method in class:KeyCharacterMap
370 int map = sCombiningToAccent.get(ch);
495 int combining = sAccentToCombining.get(accent);
503 combined = sDeadKeyCache.get(combination, -1);
521 * {@link KeyCharacterMap#getNumber(int)} and {@link KeyCharacterMap#get(int, int)}.
537 * (the same ones used for {@link #get} an
[all...]
H A DViewConfiguration.java246 * @deprecated Use {@link android.view.ViewConfiguration#get(android.content.Context)} instead.
275 * @see #get(android.content.Context)
358 public static ViewConfiguration get(Context context) { method in class:ViewConfiguration
362 ViewConfiguration configuration = sConfigurations.get(density);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java35 public static StopWatchMap get() { method in class:GLFrameTimer
65 * Keep a reference to the GL environment, so that it does not get deallocated while there
145 StopWatchMap timer = GLFrameTimer.get();
248 throw new RuntimeException("Could not get bitmap data from GL frame!");
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java263 backgroundChanged.get();
274 idle.get();
281 idle.get();
289 idle.get();
297 idle.get();
303 idle.get();
309 idle.get();
321 future.get();
330 future.get();
340 future.get();
930 public T get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.TestAbstractFuture
959 public Void get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.IdleFuture
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java75 * ActivityChooserModel.get(context, "task_specific_history_file_name.xml");
333 public static ActivityChooserModel get(Context context, String historyFileName) { method in class:ActivityChooserModel
335 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
416 return mActivities.get(index).resolveInfo;
433 ActivityResolveInfo currentActivity = activities.get(i);
468 ActivityResolveInfo chosenActivity = mActivities.get(index);
519 return mActivities.get(0).resolveInfo;
539 ActivityResolveInfo newDefaultActivity = mActivities.get(index);
540 ActivityResolveInfo oldDefaultActivity = mActivities.get(0);
698 ResolveInfo resolveInfo = resolveInfos.get(
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java653 * DPAD key events, which then get sent back to the view hierarchy, and
1047 * @param get true if the dialog should receive key events, false otherwise
1050 public void takeKeyEvents(boolean get) { argument
1051 mWindow.takeKeyEvents(get);
1263 ((OnDismissListener) msg.obj).onDismiss(mDialog.get());
1266 ((OnCancelListener) msg.obj).onCancel(mDialog.get());
1269 ((OnShowListener) msg.obj).onShow(mDialog.get());

Completed in 1476 milliseconds

12345678910