Searched refs:get (Results 426 - 450 of 2963) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifestReader.java66 Attributes entry = entries.get(entryNameValue);
76 if (chunks.get(entryNameValue) != null) {
129 name = attributeNameCache.get(nameString);
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java135 animation.mAnimations.add(animations.get(i).clone());
189 if (animations.get(i).hasAlpha()) {
261 Animation a = animations.get(i);
274 Animation a = animations.get(i);
289 animations.get(i).restrictDuration(durationMillis);
310 duration = Math.max(duration, animations.get(i).getDuration());
328 final long d = animations.get(i).computeDurationHint();
350 final Animation a = animations.get(i);
381 final Animation a = animations.get(i);
416 animations.get(
[all...]
/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java323 * @see #get(int, int)
325 public static CamcorderProfile get(int quality) { method in class:CamcorderProfile
331 return get(i, quality);
388 public static CamcorderProfile get(int cameraId, int quality) { method in class:CamcorderProfile
H A DMediaInserter.java58 List<ContentValues> list = rowmap.get(tableUri);
73 List<ContentValues> list = mRowMap.get(tableUri);
81 List<ContentValues> list = mPriorityRowMap.get(tableUri);
/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java162 * @param graphId The ID of the graph to get.
170 return mGraphs.get(graphId).getGraph();
178 * @param graphId The ID of the graph to get.
186 return mGraphs.get(graphId).getAsyncRunner(getContext());
189 return mGraphs.get(graphId).getSyncRunner(getContext());
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DStorageBrowser.java65 return mStorageList.get(position);
81 MtpStorageInfo info = mStorageList.get(position);
117 intent.putExtra("storage", mStorageList.get(position).getStorageId());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaProfileReader.java56 s = SystemProperties.get("ro.product.name");
84 return videoEncoderMap.get(videoEncoder);
95 return audioEncoderMap.get(audioEncoder);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java170 mDevDetail.add(new ConstPathAccessor<>(SystemProperties.get("ro.product.brand"),
230 node = (OMAConstructed) parent.addChild(name, RTProps.get(name),
306 return SystemProperties.get("ro.hardware", "Unknown")
307 + "." + SystemProperties.get("ro.revision", "Unknown");
314 String devicetype = SystemProperties.get("ro.build.characteristics");
325 return "Android " + SystemProperties.get("ro.build.version.release");
327 version = SystemProperties.get("ro.build.version.full");
329 return SystemProperties.get("ro.build.id", null) + "~"
330 + SystemProperties.get("ro.build.config.version", null) + "~"
331 + SystemProperties.get("gs
[all...]
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DHPRecommendationPlugin.java90 String pdls = MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE));
91 boolean hasMobileSupport = TextUtils.equals(ATTRIBUTE_VALUE__TRUE, MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATTRIBUTE__HPLFMOBILEPRINTER)));
93 return (((hasMobileSupport || isPrintSupported(MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATTRIBUTE__TY))))
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DDiscoveryListenerMultiplexer.java48 DiscoveryListenerSet listenerSet = sListeners.get(serviceType);
158 NsdManager.DiscoveryListener listener = mListeners.get(i);
170 NsdManager.DiscoveryListener listener = mListeners.get(i);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java99 * Attempts to get the name of a remote device, otherwise returns the address.
120 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i);
133 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i);
157 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DBatteryPreference.java50 TunerService.get(getContext()).addTunable(this, StatusBarIconController.ICON_BLACKLIST);
57 TunerService.get(getContext()).removeTunable(this);
92 TunerService.get(getContext()).setValue(StatusBarIconController.ICON_BLACKLIST,
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner.cpp71 ResourceConfigValue* configValue = entry->values[i].get();
78 if (Style* style = valueCast<Style>(configValue->value.get())) {
110 if (shouldGenerateVersionedResource(entry.get(),
H A DProductFilter.cpp30 ResourceConfigValue* configValue = iter->get();
38 ResourceConfigValue* previouslySelectedConfigValue = selectedProductIter->get();
55 ResourceConfigValue* previouslyDefaultConfigValue = defaultProductIter->get();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java96 return mItems.get(position);
106 return mItems.get(position).getType();
112 AdapterItem item = mItems.get(position);
/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DShowDataAction.java49 DumpData data = dataTableModel.getData().get(selRow);
55 add(builder, "Boot classpath:", inv.get(null));
61 add(builder, k, inv.get(k));
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DTernaryExpr.java33 return getChildren().get(0);
37 return getChildren().get(1);
41 return getChildren().get(2);
/frameworks/minikin/libs/minikin/
H A DHbFontCache.cpp58 hb_font_t* get(int32_t fontId) { function in class:android::HbFontCache
59 return mCache.get(fontId);
104 // TODO: get rid of nullFaceFont
115 hb_font_t* font = fontCache->get(fontId);
/frameworks/minikin/tests/
H A DFontFamilyTest.cpp355 family->addFont(minikinFont.get());
368 EXPECT_TRUE(family->getCoverage()->get(kSupportedChar1));
369 expectVSGlyphs(family.get(), kSupportedChar1, std::set<uint32_t>({kVS1, kVS17, kVS18, kVS19}));
372 EXPECT_TRUE(family->getCoverage()->get(kSupportedChar2));
373 expectVSGlyphs(family.get(), kSupportedChar2, std::set<uint32_t>({kVS2, kVS18, kVS19, kVS20}));
376 EXPECT_TRUE(family->getCoverage()->get(kNoVsSupportedChar));
377 expectVSGlyphs(family.get(), kNoVsSupportedChar, std::set<uint32_t>());
380 EXPECT_FALSE(family->getCoverage()->get(kVsOnlySupportedChar));
381 expectVSGlyphs(family.get(), kVsOnlySupportedChar, std::set<uint32_t>({kVS3, kVS19, kVS20}));
384 EXPECT_FALSE(family->getCoverage()->get(kNotSupportedCha
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DFeatureAssembly.java93 String value = featureMap.get(pair.first) + Predictor.FEATURE_SEPARATOR +
94 featureMap.get(pair.second);
108 fs = fs + "+" + mAggregatorManager.getDataMap(f).get(f);
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java82 in.get(nameBytes, 0, nameBytes.length);
97 in.get(commentBytes, 0, commentByteCount);
103 in.get(extra, 0, extraLength);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp59 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) { function in class:android::egl_object_t
79 ANativeWindow* const window = win.get();
87 ANativeWindow* const window = win.get();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java171 mDevDetail.add(new ConstPathAccessor<>(SystemProperties.get("ro.product.brand"), "DevDetail", "OEM"));
220 node = (OMAConstructed) parent.addChild(name, RTProps.get(name),
298 return SystemProperties.get("ro.hardware", "Unknown")
299 + "." + SystemProperties.get("ro.revision", "Unknown");
306 String devicetype = SystemProperties.get("ro.build.characteristics");
317 return "Android " + SystemProperties.get("ro.build.version.release");
319 version = SystemProperties.get("ro.build.version.full");
321 return SystemProperties.get("ro.build.id", null) + "~"
322 + SystemProperties.get("ro.build.config.version", null) + "~"
323 + SystemProperties.get("gs
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockWifiMonitor.java59 SparseArray<Handler> ifaceHandlers = mHandlerMap.get(iface);
75 SparseArray<Handler> ifaceHandlers = mHandlerMap.get(iface);
91 Handler handler = ifaceHandlers.get(message.what);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemGroup.java151 ItemHierarchy item = mChildren.get(itemIndex);
152 int subpos = position - mHierarchyStart.get(itemIndex);
189 ItemHierarchy item = mChildren.get(itemIndex);

Completed in 5742 milliseconds

<<11121314151617181920>>