OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containsType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java
336
if (!
containsType
(serviceInfos, v1)) {
359
private boolean
containsType
(ArrayList<ServiceInfo<V>> serviceInfos, V type) {
/cts/tools/signature-tools/src/signature/compare/
ApiComparator.java
305
if (!
containsType
(type, toInterfaces)) {
306
if (!(
containsType
(type, toClosure) /*
307
* && !
containsType
(type,
318
if (!
containsType
(type, fromInterfaces)) {
319
if (!(
containsType
(type, fromClosure) /*
320
* && !
containsType
(type,
331
private boolean
containsType
(ITypeReference type,
[
all
...]
Completed in 2367 milliseconds