/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ActivityTestMain.java | 541 int taskId = am.addAppTask(this, intent, desc, bitmap); 542 Log.i(TAG, "Added new task id #" + taskId); 549 int taskId = getTaskId(); 552 if (task.getTaskInfo().id == taskId) {
|
/system/update_engine/ |
chrome_browser_proxy_resolver.cc | 88 MessageLoop::TaskId timer = MessageLoop::current()->PostDelayedTask(
|
/system/update_engine/common/ |
subprocess.h | 123 brillo::MessageLoop::TaskId stdout_task_id{
|
http_fetcher.h | 159 brillo::MessageLoop::TaskId no_resolver_idle_id_{
|
http_fetcher_unittest.cc | 586 MessageLoop::TaskId* my_id) { 607 MessageLoop::TaskId callback_id; 677 MessageLoop::TaskId* my_id) { 701 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; [all...] |
/system/update_engine/payload_consumer/ |
postinstall_runner_action.h | 140 brillo::MessageLoop::TaskId progress_task_{brillo::MessageLoop::kTaskIdNull};
|
/system/update_engine/update_manager/ |
real_device_policy_provider_unittest.cc | 102 // Check that the RefreshPolicy gets scheduled by checking the TaskId.
|
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionSession.java | 275 public void taskStarted(Intent intent, int taskId) { 277 taskId, intent)); 281 public void taskFinished(Intent intent, int taskId) { 283 taskId, intent)); [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | [all...] |
/external/libbrillo/brillo/streams/ |
file_stream.cc | 202 MessageLoop::TaskId read_watcher_{MessageLoop::kTaskIdNull}; 203 MessageLoop::TaskId write_watcher_{MessageLoop::kTaskIdNull};
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
IWindowManagerImpl.java | 568 public void cancelTaskWindowTransition(int taskId) { 572 public void cancelTaskThumbnailTransition(int taskId) {
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_common.h | 111 UINT8 taskid; member in struct:__anon15423
|
/external/libnfc-nci/src/gki/common/ |
gki_common.h | 111 UINT8 taskid; member in struct:__anon15452
|
/frameworks/base/services/core/java/com/android/server/ |
EventLogTags.logtags | 165 31001 wm_task_created (TaskId|1|5),(StackId|1|5) 167 31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1) 169 31003 wm_task_removed (TaskId|1|5),(Reason|3)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/ |
layer1.py | 472 params = {'taskId': task_id, } 586 params = {'taskId': task_id, 'taskStatus': task_status, }
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
Recents.java | 608 mImpl.onStartScreenPinning(event.applicationContext, event.taskId); 614 mUserToSystemCallbacks.startScreenPinning(event.taskId);
|
RecentsImpl.java | 231 public void onStartScreenPinning(Context context, int taskId) { 235 statusBar.showScreenPinningRequest(taskId, false); [all...] |
/frameworks/base/services/core/java/com/android/server/statusbar/ |
StatusBarManagerService.java | 159 public void showScreenPinningRequest(int taskId) { 162 mBar.showScreenPinningRequest(taskId);
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallActivity.java | [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityRecord.java | [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowSurfacePlacer.java | [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWI.h | 491 virtual int32_t waitForBackgroundTask(uint32_t &taskId);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 907 ** Description This function gets the task name of the taskid passed as arg. [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 884 ** Description This function gets the task name of the taskid passed as arg. [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
TaskStack.java | [all...] |