/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
ApiClass.java | 20 import java.util.Collection; 74 public Collection<ApiConstructor> getConstructors() { 93 public Collection<ApiMethod> getMethods() {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ITestPlan.java | 25 import java.util.Collection; 42 public Collection<String> getTestUris(); 69 public void addExcludedTests(String uri, Collection<TestIdentifier> excludedTests);
|
InstrumentationApkTest.java | 28 import java.util.Collection; 41 private Collection<String> mInstallFileNames = new ArrayList<String>(); 42 private Collection<String> mUninstallPackages = new ArrayList<String>();
|
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
AnimatorPath.java | 19 import java.util.Collection; 62 * Returns a Collection of PathPoint objects that describe all points in the path. 64 public Collection<PathPoint> getPoints() {
|
/external/chromium/chrome/browser/chromeos/notifications/ |
desktop_notifications_unittest.h | 35 // Test version of the balloon collection which counts the number 52 // Returns the highest y-coordinate of all the balloons in the collection. 101 // Mock balloon collection -- owned by the NotificationUIManager
|
/external/chromium_org/chrome/browser/ui/panels/ |
detached_panel_collection.cc | 85 DCHECK_NE(this, panel->collection()); 96 DCHECK_EQ(this, panel->collection()); 111 DCHECK_EQ(this, panel->collection()); 117 DCHECK_EQ(this, panel->collection()); 125 DCHECK_EQ(this, panel->collection()); 147 DCHECK_EQ(this, panel->collection()); 152 DCHECK_EQ(this, panel->collection()); 154 // regardless of which collection the panel is in. So we just quietly return. 158 DCHECK_EQ(this, panel->collection()); 160 // regardless of which collection the panel is in. So we just quietly return [all...] |
panel_drag_controller.h | 21 // docking, stacking, snapping and intra-collection dragging. 81 // collection. 93 // The original panel collection when the drag is started.
|
panel_drag_controller.cc | 150 // Keep track of original collection and placement for the case that the drag 152 dragging_panel_original_collection_ = dragging_panel_->collection(); 187 // At last, handle the drag via its collection's specific handler. 188 switch (dragging_panel_->collection()->type()) { 199 dragging_panel_->collection() == dragging_panel_original_collection_); 211 PanelCollection* current_collection = dragging_panel_->collection(); 213 // Restore the dragging panel to its original collection if needed. 254 // If the origianl collection is a stack and it becomes empty, remove it. 299 // It has to come from the docked collection. 300 if (dragging_panel_->collection()->type() != PanelCollection::DOCKED [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8HTMLFormControlsCollectionCustom.cpp | 43 static v8::Handle<v8::Value> getNamedItems(HTMLFormControlsCollection* collection, const AtomicString& name, const CallbackInfo& info) 46 collection->namedItems(name, namedItems); 54 return toV8(collection->ownerNode()->radioNodeList(name).get(), info.Holder(), info.GetIsolate());
|
/external/droiddriver/src/com/google/android/droiddriver/util/ |
DefaultPoller.java | 28 import java.util.Collection; 34 private final Collection<TimeoutListener> timeoutListeners = Lists.newLinkedList(); 35 private final Collection<PollingListener> pollingListeners = Lists.newLinkedList();
|
/external/guava/guava/src/com/google/common/collect/ |
Constraint.java | 24 * collection. For example, {@link Constraints#notNull()}, which prevents a 25 * collection from including any null elements, could be implemented like this: 39 * that all the collection's elements meet the constraint, since the constraint
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionCreationTester.java | 30 * static factory method) of a collection. Can't be invoked directly; please see 42 collection = getSubjectGenerator().create(array); 53 fail("Creating a collection containing null should fail");
|
SetHashCodeTester.java | 25 import java.util.Collection; 48 Collection<E> elements = getSampleElements(getNumElements() - 1); 55 collection = getSubjectGenerator().create(elements.toArray());
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForMapMultimapAsMapImplementsMapTest.java | 22 import java.util.Collection; 39 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { 44 @Override protected Map<String, Collection<Integer>> makePopulatedMap() {
|
LinkedHashMultimapTest.java | 31 import java.util.Collection; 104 Iterator<Map.Entry<String, Collection<Integer>>> collectionIterator = 106 Map.Entry<String, Collection<Integer>> entry = collectionIterator.next(); 322 Set<Entry<String, Collection<Integer>>> set = newLinkedHashSet(asList( 324 (Collection<Integer>) Sets.newHashSet(2, 3, 6)), 326 (Collection<Integer>) Sets.newHashSet(4, 5, 10, 11)), 328 (Collection<Integer>) Sets.newHashSet(7, 8)), 330 (Collection<Integer>) Sets.newHashSet(9)), 332 (Collection<Integer>) Sets.newHashSet(12, 13, 14)) 334 new IteratorTester<Entry<String, Collection<Integer>>>(6, MODIFIABLE, set [all...] |
MapsTransformValuesUnmodifiableIteratorTest.java | 24 import java.util.Collection; 65 @Override public boolean removeAll(Collection<?> c) { 68 @Override public boolean retainAll(Collection<?> c) { 74 @Override public Collection<V> values() { 76 @Override protected Collection<V> delegate() { 82 @Override public boolean removeAll(Collection<?> c) { 85 @Override public boolean retainAll(Collection<?> c) { 99 @Override public boolean removeAll(Collection<?> c) { 102 @Override public boolean retainAll(Collection<?> c) { 142 Collection<?> expectedValues = expected.values() [all...] |
/external/objenesis/tck/src/org/objenesis/tck/ |
Reporter.java | 18 import java.util.Collection; 44 void startTests(String platformDescription, Collection allCandidates, 45 Collection allObjenesisInstances);
|
/frameworks/base/core/java/com/android/internal/os/ |
BinderInternal.java | 59 * SystemClock.uptimeMillis()}) that the last garbage collection occurred 61 * meaning of "when a garbage collection occurred" will change as the 65 * SystemClock.uptimeMillis()} of the last garbage collection.
|
/frameworks/base/services/java/com/android/server/accounts/ |
IAccountAuthenticatorCache.java | 26 import java.util.Collection; 46 * @return A copy of a Collection of all the current Authenticators. 48 Collection<RegisteredServicesCache.ServiceInfo<AuthenticatorDescription>> getAllServices(
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
ProcessErrorsTest.java | 30 import java.util.Collection; 54 private static final Collection<ProcessError> mAsyncErrors = 100 final Collection<ProcessError> errProcs = runOneActivity(app); 136 * A method to run the specified Activity and return a {@link Collection} of the Activities that 142 public Collection<ProcessError> runOneActivity(ResolveInfo app) { 152 final Collection<ProcessError> preErrProcs = 174 final Collection<ProcessError> errProcs = 255 * {@see reportListContents(Collection<ProcessErrorStateInfo>)}. 257 static String reportWrappedListContents(Collection<ProcessError> errList) { 271 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) [all...] |
/libcore/luni/src/main/java/java/security/ |
PermissionsHash.java | 29 * permissions which do not require special collection. 39 * Adds the argument to the collection. 42 * the permission to add to the collection.
|
/libcore/luni/src/main/java/java/security/cert/ |
CertStoreSpi.java | 21 import java.util.Collection; 54 public abstract Collection<? extends Certificate> engineGetCertificates(CertSelector selector) 69 public abstract Collection<? extends CRL> engineGetCRLs(CRLSelector selector)
|
/libcore/luni/src/main/java/java/util/ |
AbstractSequentialList.java | 41 public boolean addAll(int location, Collection<? extends E> collection) { 43 Iterator<? extends E> colIt = collection.iterator();
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Extensions.java | 28 import java.util.Collection; 276 * @return Returns the collection of pairs: 280 public Collection<List<?>> valueOfSubjectAlternativeName() throws IOException { 295 * @return Returns the collection of pairs: 299 public Collection<List<?>> valueOfIssuerAlternativeName() throws IOException { 307 private static Collection<List<?>> decodeGeneralNames(Extension extension) 313 Collection<List<?>> collection = ((GeneralNames) GeneralNames.ASN1.decode(extension local 318 * collection at this point, so just return null. 320 if (collection.size() == 0) [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoSourcePlexor.java | 22 import java.util.Collection; 42 public Collection<AlbumData> findAlbums() { 56 protected Collection<ImageData> findImages(int howMany) {
|