Searched defs:ON_TASK_SNAPSHOT_CHANGED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java290 mHandler.obtainMessage(H.ON_TASK_SNAPSHOT_CHANGED, taskId, 0, snapshot).sendToTarget();
1356 private static final int ON_TASK_SNAPSHOT_CHANGED = 2; field in class:SystemServicesProxy.H
1379 case ON_TASK_SNAPSHOT_CHANGED: {

Completed in 512 milliseconds