OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherTask
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskImageContainer.java
159
* @param
otherTask
the original task that is spawning this task.
162
public TaskImageContainer(TaskImageContainer
otherTask
, ProcessingPriority processingPriority) {
163
mId =
otherTask
.mId;
164
mExecutor =
otherTask
.mExecutor;
165
mImageTaskManager =
otherTask
.mImageTaskManager;
167
mSession =
otherTask
.mSession;
TaskJpegEncode.java
47
* @param
otherTask
Parent task that is spawning this task
50
public TaskJpegEncode(TaskImageContainer
otherTask
, ProcessingPriority processingPriority) {
51
super(
otherTask
, processingPriority);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTest.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 104 milliseconds