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

1 2 3 4 5 6 78 910

  /external/guava/guava/src/com/google/common/collect/
ImmutableSetMultimap.java 43 * a <i>view</i> of a separate multimap which can still change, an instance of
66 return (ImmutableSetMultimap<K, V>) EmptyImmutableSetMultimap.INSTANCE;
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...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableList.java 57 return (ImmutableList<E>) EmptyImmutableList.INSTANCE;
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...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
AndroidUtils.java 98 IEclipsePreferences pref = InstanceScope.INSTANCE.getNode("com.android.ide.eclipse.adt"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 178 PropertyEditor editor = XmlPropertyEditor.INSTANCE;
183 editor = BooleanXmlPropertyEditor.INSTANCE;
185 // We deliberately don't use EnumXmlPropertyEditor.INSTANCE here,
302 // However, create a new instance of the property, such that the propertysheet
303 // doesn't see the same property instance twice (when selected, it will highlight
XmlPropertyEditor.java 81 public static final XmlPropertyEditor INSTANCE = new XmlPropertyEditor();
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.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();
176 * get singleton instance of CallManager
180 return INSTANCE;
879 * Sends user response to a USSD REQUEST message. An MmiCode instance
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.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 
lint_api.jar 
lint_checks.jar 
  /packages/apps/Email/src/com/android/email/
NotificationController.java 141 sInstance = new NotificationController(context, Clock.INSTANCE);
    [all...]

Completed in 658 milliseconds

1 2 3 4 5 6 78 910