HomeSort by relevance Sort by last modified time
    Searched refs:INSTANCE (Results 176 - 200 of 257) sorted by null

1 2 3 4 5 6 78 91011

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSetMultimap.java 38 * a <i>view</i> of a separate multimap which can still change, an instance of
61 return (ImmutableSetMultimap<K, V>) EmptyImmutableSetMultimap.INSTANCE;
  /packages/apps/Email/src/com/android/email/activity/
UIControllerTwoPane.java 545 // Cancel previously running instance if any.
575 this(tracker, context, accountId, mailboxId, Clock.INSTANCE,
MessageViewFragmentBase.java 199 * Tab that was selected in the previous activity instance.
233 public static final Callback INSTANCE = new EmptyCallback();
244 private Callback mCallback = EmptyCallback.INSTANCE;
450 mCallback = (callback == null) ? EmptyCallback.INSTANCE : callback;
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 249 removalNotificationQueue = (removalListener == NullListener.INSTANCE)
312 return weigher != OneWeigher.INSTANCE;
662 * ValueReference instance.
844 INSTANCE;
1007 return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 827 if (id2.getParameters() != null && !id2.getParameters().equals(DERNull.INSTANCE))
837 if (id1.getParameters() != null && !id1.getParameters().equals(DERNull.INSTANCE))
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 53 return NotNullMapConstraint.INSTANCE;
58 INSTANCE;
MapMakerInternalMap.java 213 removalNotificationQueue = (removalListener == NullListener.INSTANCE)
772 INSTANCE;
917 return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 193 PropertyEditor editor = XmlPropertyEditor.INSTANCE;
198 editor = BooleanXmlPropertyEditor.INSTANCE;
200 // We deliberately don't use EnumXmlPropertyEditor.INSTANCE here,
320 // However, create a new instance of the property, such that the propertysheet
321 // doesn't see the same property instance twice (when selected, it will highlight
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 48 INSTANCE;
57 = StringLengthComparator.INSTANCE;
227 * an interface type. 2) An instance of a class implementing that interface
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 82 // Singleton instance
83 private static final CallManager INSTANCE = new CallManager();
178 * get singleton instance of CallManager
182 return INSTANCE;
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /libcore/luni/src/main/java/java/util/
Collections.java 165 * An empty immutable instance of {@link List}.
171 * An empty immutable instance of {@link Set}.
177 * An empty immutable instance of {@link Map}.
186 private static final ReverseComparator<Object> INSTANCE = new ReverseComparator<Object>();
197 return INSTANCE;
640 * @return a SynchronizedList instance if the underlying list implements
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 

Completed in 965 milliseconds

1 2 3 4 5 6 78 91011