Searched refs:get (Results 26 - 50 of 1791) sorted by relevance

1234567891011>>

/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateReadyForCapture.java136 mResourceCaptureTools.get().getResourceConstructed().get()
167 mResourceCaptureTools.get().getMainThread().execute(new Runnable() {
170 CaptureIntentModuleUI moduleUI = mResourceCaptureTools.get().getModuleUI();
176 mResourceCaptureTools.get()
195 mResourceCaptureTools.get().getMainThread().execute(new Runnable() {
198 mResourceCaptureTools.get().getModuleUI().cancelCountDown();
199 mResourceCaptureTools.get().getModuleUI().showPictureCaptureUI();
206 mResourceCaptureTools.get().takePictureNow(mPictureCallback, captureLoggingInfo);
216 mResourceCaptureTools.get()
[all...]
/packages/apps/Nfc/nci/jni/
H A DNfcJniUtil.cpp82 if (cls.get() == NULL)
88 jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V");
89 ScopedLocalRef<jobject> obj(e, e->NewObject(cls.get(), ctor));
90 if (obj.get() == NULL)
96 *cachedObj = e->NewGlobalRef(obj.get());
120 jfieldID f = e->GetFieldID(c.get(), "mHandle", "I");
139 jfieldID f = e->GetFieldID(c.get(), "mNative", "J");
157 if(cls.get() == NULL)
163 jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V");
164 jobject obj = e->NewObject(cls.get(), cto
[all...]
/packages/apps/Launcher3/tests/src/com/android/launcher3/
H A DInvariantDeviceProfileTest.java58 assertTrue(closestProfiles.get(0).equals(idf));
68 InvariantDeviceProfile p1 = mPredefinedDeviceProfiles.get(7); // e.g., Large Phone
69 InvariantDeviceProfile p2 = mPredefinedDeviceProfiles.get(8); // e.g., Nexus 7
79 pts.get(i).x, pts.get(i).y, mPredefinedDeviceProfiles);
82 pts.get(i).x, pts.get(i).y, closestProfiles);
85 pts.get(i).x, pts.get(i).y, result.iconSize));
/packages/apps/Camera/tests/src/com/android/camera/stress/
H A DCameraStressTestRunner.java47 String video_iterations = (String) icicle.get("video_iterations");
48 String image_iterations = (String) icicle.get("image_iterations");
49 String video_duration = (String) icicle.get("video_duration");
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DFlashBasedAEMode.java39 public Integer get() { method in class:FlashBasedAEMode
41 if (mHdrSceneMode.get()) {
45 switch (mFlash.get()) {
/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DCameraStressTestRunner.java47 String video_iterations = (String) icicle.get("video_iterations");
48 String image_iterations = (String) icicle.get("image_iterations");
49 String video_duration = (String) icicle.get("video_duration");
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
H A DCameraStressTestRunner.java47 String video_iterations = (String) icicle.get("video_iterations");
48 String image_iterations = (String) icicle.get("image_iterations");
49 String video_duration = (String) icicle.get("video_duration");
/packages/apps/LegacyCamera/tests/src/com/android/camera/
H A DCameraStressTestRunner.java49 String video_iterations = (String) icicle.get("video_iterations");
50 String image_iterations = (String) icicle.get("image_iterations");
51 String video_duration = (String) icicle.get("video_duration");
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduPart.java198 return (byte[]) mPartHeader.get(P_CONTENT_ID);
216 final Integer charset = (Integer) mPartHeader.get(P_CHARSET);
247 return (byte[]) mPartHeader.get(P_CONTENT_LOCATION);
273 return (byte[]) mPartHeader.get(P_CONTENT_DISPOSITION);
296 return (byte[]) mPartHeader.get(P_CONTENT_TYPE);
319 return (byte[]) mPartHeader.get(P_CONTENT_TRANSFER_ENCODING);
342 return (byte[]) mPartHeader.get(P_NAME);
365 return (byte[]) mPartHeader.get(P_FILENAME);
372 byte[] location = (byte[]) mPartHeader.get(P_NAME);
374 location = (byte[]) mPartHeader.get(P_FILENAM
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
H A DDomainList.java56 public String get(int index) { method in class:DomainList
59 return domains.get(index);
70 out.append(get(i));
H A DMailboxList.java54 public Mailbox get(int index) { method in class:MailboxList
57 return (Mailbox)mailboxes.get(index);
66 Mailbox mailbox = get(i);
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dsparse_table_test.cpp37 EXPECT_EQ(100u, sparseTable.get(10));
42 EXPECT_EQ(100u, sparseTable.get(10));
43 EXPECT_EQ(101u, sparseTable.get(11));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DDictionaryFacilitatorLruCacheTests.java30 final DictionaryFacilitator dictionaryFacilitatorEnUs = cache.get(Locale.US);
34 final DictionaryFacilitator dictionaryFacilitatorFr = cache.get(Locale.FRENCH);
38 final DictionaryFacilitator dictionaryFacilitatorDe = cache.get(Locale.GERMANY);
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/
H A DDomainList.java56 public String get(int index) { method in class:DomainList
59 return domains.get(index);
70 out.append(get(i));
H A DMailboxList.java54 public Mailbox get(int index) { method in class:MailboxList
57 return (Mailbox)mailboxes.get(index);
66 Mailbox mailbox = get(i);
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
H A DAETriggerResult.java75 Integer state = result.get(CaptureResult.CONTROL_AE_STATE);
78 result.getRequest().get(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER),
93 public boolean get() throws InterruptedException { method in class:AETriggerResult
95 return mFutureResult.get();
107 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, method in class:AETriggerResult
110 return mFutureResult.get(timeout, timeUnit);
H A DAFTriggerResult.java72 Integer afState = result.get(CaptureResult.CONTROL_AF_STATE);
75 result.getRequest().get(CaptureRequest.CONTROL_AF_TRIGGER),
90 public boolean get() throws InterruptedException { method in class:AFTriggerResult
92 return mFutureResult.get();
104 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, method in class:AFTriggerResult
107 return mFutureResult.get(timeout, timeUnit);
/packages/apps/Camera2/src/com/android/camera/async/
H A DForwardingObservable.java44 public T get() { method in class:ForwardingObservable
45 return mDelegate.get();
H A DRefCountedBufferQueueController.java33 mBuffer.get().update(element);
38 return mBuffer.get().isClosed();
/packages/apps/Camera2/src/com/android/camera/exif/
H A DByteBufferInputStream.java35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DProcessorBase.java31 * {@link #get()} and {@link #get(long, TimeUnit)}, which are form {@link Future}, aren't
64 public final Object get() { method in class:ProcessorBase
72 public final Object get(long timeout, TimeUnit unit) { method in class:ProcessorBase
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DByteBufferInputStream.java35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DByteBufferInputStream.java35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DByteBufferInputStream.java35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockSuggestionProviderCursor.java41 public Object get(int column) { method in class:MockSuggestionProviderCursor
42 return mRows.get(getPosition()).get(column);
57 return mRows.get(getPosition()).getDouble(column);
62 return mRows.get(getPosition()).getFloat(column);
67 return mRows.get(getPosition()).getInt(column);
72 return mRows.get(getPosition()).getLong(column);
77 return mRows.get(getPosition()).getShort(column);
82 return mRows.get(getPosition()).getString(column);
87 return mRows.get(getPositio
107 public Object get(int column) { method in class:MockSuggestionProviderCursor.Row
[all...]

Completed in 1095 milliseconds

1234567891011>>