OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIntentPool
(Results
1 - 2
of
2
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
IntentPool.java
36
private final List<Intent>
mIntentPool
;
44
mIntentPool
= new ArrayList<Intent>(initialSize);
62
if (
mIntentPool
.size() > 0) {
63
final Intent intent =
mIntentPool
.remove(0);
83
mIntentPool
.add(intent);
ApiService.java
201
private static final IntentPool
mIntentPool
= new IntentPool(8);
241
final Intent intent =
mIntentPool
.get();
297
final Intent intent =
mIntentPool
.get(context, ApiService.class);
317
final Intent intent =
mIntentPool
.get(context, ApiService.class);
335
final Intent intent =
mIntentPool
.get(context, ApiService.class);
353
final Intent intent =
mIntentPool
.get(context, ApiService.class);
398
final Intent intent =
mIntentPool
.get(context, ApiService.class);
414
final Intent intent =
mIntentPool
.get(context, ApiService.class);
430
final Intent intent =
mIntentPool
.get(context, ApiService.class);
484
final Intent intent =
mIntentPool
.get(context, ApiService.class)
[
all
...]
Completed in 26 milliseconds