HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 2501 - 2525 of 4892) sorted by null

<<101102103104105106107108109110>>

  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 234 MediaBucket bucket = buckets.get(0);
245 mediaType = items.get(0).getMediaType();
250 if (items.get(0).getMediaType() != mediaType) {
281 App.get(mContext).getHandler().post(new Runnable() {
597 App.get(mContext).getHandler().postDelayed(new Runnable() {
686 // Get the first selected item. Wire this up to multiple-item intents
696 MediaBucket bucket = selection.get(j);
708 MediaItem item = items.get(i);
747 builder.append(uris.get(i));
756 intent.putExtra(Intent.EXTRA_STREAM, uris.get(0))
    [all...]
LongSparseArray.java 60 public E get(long key) { method in class:LongSparseArray
61 return get(key, null);
69 public E get(long key, E valueIfKeyNotFound) { method in class:LongSparseArray
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 269 final ApplicationInfo item = list.get(i);
283 final ApplicationInfo item = list.get(i);
305 ApplicationInfo x = list.get(i);
WallpaperChooser.java 144 wpm.setResource(mImages.get(position));
183 int thumbRes = mThumbs.get(position);
213 mImages.get(params[0]), mOptions);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettings.java 113 return QsbApplication.get(this).getShortcutRepository();
117 return QsbApplication.get(this).getConfig();
154 return resolveInfos.get(0).activityInfo.loadLabel(pm);
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 102 ResolveInfo resolveInfo = availableRecognitionServices.get(0);
129 // Get the current value from the secure setting.
137 ResolveInfo resolveInfo = recognizers.get(i);
158 ResolveInfo currentRecognizer = mAvailableRecognizersMap.get(currentSetting);
ZoneList.java 235 alarm.setTimeZone((String) map.get(KEY_ID));
252 Object value1 = map1.get(mSortingKey);
253 Object value2 = map2.get(mSortingKey);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 109 File file = mFiles.get(position);
139 File file = mFiles.get(info.position);
142 intent.putExtra("section", ID_MAP.get(id));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 110 qb.appendWhere(uri.getPathSegments().get(1));
117 String phoneNumber = uri.getPathSegments().get(2);
173 + url.getPathSegments().get(1));
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 96 qb.appendWhere(Mms._ID + "=" + uri.getPathSegments().get(0));
103 qb.appendWhere(Mms._ID + "=" + uri.getPathSegments().get(1));
112 qb.appendWhere(Part.MSG_ID + "=" + uri.getPathSegments().get(0));
116 qb.appendWhere(Part._ID + "=" + uri.getPathSegments().get(1));
120 qb.appendWhere(Addr.MSG_ID + "=" + uri.getPathSegments().get(0));
366 finalValues.put(Addr.MSG_ID, uri.getPathSegments().get(0));
378 finalValues.put(Part.MSG_ID, uri.getPathSegments().get(0));
418 // in FTS3. The bug is such that the call to get the last inserted
534 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0);
538 extraSelection = Part._ID + "=" + uri.getPathSegments().get(1)
    [all...]
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 117 qb.appendWhere("_id" + "=" + uri.getPathSegments().get(1));
132 // Get the database and run the query
205 String wordId = uri.getPathSegments().get(1);
229 String wordId = uri.getPathSegments().get(1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 413 String s = spans.get(i);
415 s = spans.get(++i);
420 String base = spans.get(++i);
421 String anchor = spans.get(++i);
422 String text = spans.get(++i);
451 s = spans.get(++i);
503 String s = spans.get(i);
505 s = spans.get(++i);
516 String base = spans.get(++i);
517 String anchor = spans.get(++i)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 71 // get object. Field is static so no need to pass an object
72 ThreadLocal<?> threadLocal = (ThreadLocal<?>) threadLocalField.get(null);
236 return mAttributeValues.get(key);
258 String[] values = mAttributeValues.get(key);
WidgetClassLoader.java 240 return mMap.get(fqcn);
250 // get the super class
269 // get the enclosed name.
275 ClassDescriptor enclosingType = mMap.get(enclosed);
331 return mMap.get(className);
  /external/webkit/WebCore/dom/
Document.cpp 324 return frame->editor()->shouldBeginEditing(rangeOfContents(root).get());
621 return m_implementation.get();
825 Attr* attr = static_cast<Attr*>(source.get());
833 static_cast<HTMLIFrameElement*>(source.get())->setRemainsAliveOnRemovalFromTree(attached());
836 source->parentNode()->removeChild(source.get(), ec);
839 for (Node* node = source.get(); node; node = node->traverseNextNode(source.get()))
920 Element* element = m_elementsById.get(elementId.impl());
    [all...]
Node.cpp 607 return ChildNodeList::create(this, data->nodeLists()->m_childNodeListCaches.get());
671 static_cast<Element*>(node.get())->normalizeAttributes();
681 Text* text = static_cast<Text*>(node.get());
685 // Care must be taken to get the next node before removing the current node.
709 document()->textNodesMerged(nextText.get(), offset);
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 177 // get the context from the webview
183 // get the application context using JNI
471 return FrameLoaderClientAndroid::get(m_mainFrame)->getCacheBuilder();
687 env->CallVoidMethod(m_javaGlue->object(env).get(),
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 357 wifiConfiguration = wifiConfiguredNetworks.get(pos);
377 wifiConfiguration = mWifiManager.getConfiguredNetworks().get(pos);
383 wifiConfiguration = mWifiManager.getConfiguredNetworks().get(pos);
387 wifiConfiguration = mWifiManager.getConfiguredNetworks().get(pos);
391 wifiConfiguration = wifiConfiguredNetworks.get(pos);
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 470 PositionList.Entry ple = pl.get(i);
501 LocalEntry entry = decodedLocals.get(i);
506 LocalEntry e2 = decodedLocals.get(j);
525 LocalList.Entry origEntry = ll.get(i);
539 decodedEntry = decodedLocals.get(decodeAt);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 137 AccountManager.get(this).addOnAccountsUpdatedListener(this, null, true);
171 // Get values from UI
175 int phoneType = mContactPhoneTypes.get(
177 int emailType = mContactEmailTypes.get(
236 AccountManager.get(this).removeOnAccountsUpdatedListener(this);
249 // Get account data from system
250 AuthenticatorDescription[] accountTypes = AccountManager.get(this).getAuthenticatorTypes();
  /external/chromium/net/http/
http_stream_parser.cc 365 if (result > 0 && chunked_decoder_.get()) {
388 if (chunked_decoder_.get()) {
508 if (!request_body_.get())
519 if (chunked_decoder_.get())
528 return chunked_decoder_.get() || response_body_length_ >= 0;
  /external/chromium/third_party/icu/source/test/intltest/
callimts.cpp 346 int32_t v = cal.get(f, status);
446 str.append((UnicodeString)"" + cal.get(UCAL_EXTENDED_YEAR, status)
447 + "/" + (cal.get(UCAL_MONTH, status) + 1)
448 + (cal.get(UCAL_IS_LEAP_MONTH, status) == 1 ? "(leap)" : "")
449 + "/" + cal.get(UCAL_DATE, status)
  /external/clearsilver/python/examples/base/
odb.py 233 # get this stuff ready!
251 # get ready to run!
267 sz = options.get('size', None)
271 sz = options.get('size', None)
287 if options.get('notnull', 0): coldef = coldef + " NOT NULL"
288 if options.get('autoincrement', 0): coldef = coldef + " AUTO_INCREMENT"
289 if options.get('unique', 0): coldef = coldef + " UNIQUE"
290 # if options.get('primarykey', 0): coldef = coldef + " primary key"
291 if options.get('default', None) is not None: coldef = coldef + " DEFAULT %s" % options.get('default'
1389 def get(self,key,default = None): member in class:Row
    [all...]
  /external/guava/src/com/google/common/collect/
Iterables.java 163 T element = list.get(from);
570 * {@code predicate.apply(Iterables.get(iterable, i))} is {@code true} or
607 public static <T> T get(Iterable<T> iterable, int position) {
610 return ((List<T>) iterable).get(position);
624 return Iterators.get(iterable.iterator(), position);
641 return list.get(list.size() - 1);
  /external/icu4c/test/intltest/
callimts.cpp 348 int32_t v = cal.get(f, status);
448 str.append((UnicodeString)"" + cal.get(UCAL_EXTENDED_YEAR, status)
449 + "/" + (cal.get(UCAL_MONTH, status) + 1)
450 + (cal.get(UCAL_IS_LEAP_MONTH, status) == 1 ? "(leap)" : "")
451 + "/" + cal.get(UCAL_DATE, status)

Completed in 1485 milliseconds

<<101102103104105106107108109110>>