HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_LIST (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /packages/apps/Settings/src/com/android/settings/search/
BaseSearchIndexProvider.java 30 private static final List<String> EMPTY_LIST = Collections.<String>emptyList();
47 return EMPTY_LIST;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemObject.java 10 private static final List EMPTY_LIST = Collections.unmodifiableList(new ArrayList());
24 this(type, EMPTY_LIST, content);
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigurationEvent.java 52 return Collections.EMPTY_LIST;
ItemDeleteEvent.java 26 private List<String> itemIds = Collections.EMPTY_LIST;
SubscriptionEvent.java 26 private List<String> subIds = Collections.EMPTY_LIST;
AffiliationsExtension.java 27 protected List<Affiliation> items = Collections.EMPTY_LIST;
SubscriptionsExtension.java 26 protected List<Subscription> items = Collections.EMPTY_LIST;
  /external/smack/src/org/xbill/DNS/
OPTRecord.java 167 return Collections.EMPTY_LIST;
178 return Collections.EMPTY_LIST;
179 List list = Collections.EMPTY_LIST;
183 if (list == Collections.EMPTY_LIST)
RRset.java 123 return Collections.EMPTY_LIST.iterator();
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSetTest.java 102 private static final List<String> EMPTY_LIST =
158 forward().addAll(EMPTY_LIST);
173 forward().containsAll(EMPTY_LIST);
193 forward().removeAll(EMPTY_LIST);
198 forward().retainAll(EMPTY_LIST);
ForwardingListTest.java 135 private static final List<String> EMPTY_LIST =
193 forward.addAll(EMPTY_LIST);
213 forward.containsAll(EMPTY_LIST);
263 forward.removeAll(EMPTY_LIST);
268 forward.retainAll(EMPTY_LIST);
  /external/smack/src/org/jivesoftware/smackx/packet/
HeadersExtension.java 33 private Collection<Header> headers = Collections.EMPTY_LIST;
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
UserManagerCompatVL.java 42 return Collections.EMPTY_LIST;
LauncherAppsCompatVL.java 52 return Collections.EMPTY_LIST;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 36 private Collection<IDevice> mDevices = Collections.EMPTY_LIST;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 117 nodeIterator = Collections.EMPTY_LIST.iterator();
225 private Iterator subIterator = Collections.EMPTY_LIST.iterator();
337 subIterator = Collections.EMPTY_LIST.iterator();
XMPNode.java 366 return Collections.EMPTY_LIST.listIterator();
412 return Collections.EMPTY_LIST.iterator();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
X509ExtensionUtil.java 56 return Collections.EMPTY_LIST;
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 53 private static final List<String> EMPTY_LIST = new ArrayList<String>();
255 mSuggestions = EMPTY_LIST;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertUtils.java 36 private static List EMPTY_LIST = Collections.unmodifiableList(new ArrayList());
145 return EMPTY_LIST;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 46 private static final String[] EMPTY_LIST = new String[0];
429 if (BUILDS_LENGTH == 0) return EMPTY_LIST;
483 if (COMPONENTS == null) return EMPTY_LIST;
506 if (CONFIGS == null) return EMPTY_LIST;
1018 BUILDS = EMPTY_LIST;
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 604 return Collections.EMPTY_LIST;
622 return Collections.EMPTY_LIST;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 94 private static ArrayList<Result> EMPTY_LIST = new ArrayList<Result>();
150 super(context, R.layout.location_dropdown_item, EMPTY_LIST);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 49 private static final NodeList EMPTY_LIST = new NodeListImpl();
87 return EMPTY_LIST;
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 144 assertEquals("Extra algorithms", Collections.EMPTY_LIST, extra);
151 assertEquals("Missing classes", Collections.EMPTY_LIST, missing);

Completed in 530 milliseconds

1 2 3 4