HomeSort by relevance Sort by last modified time
    Searched refs:ProcessWatcher (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/testing/
WeightWatcher.java 74 ProcessWatcher pw = ((ProcessWatcher) getChildAt(i));
113 final ProcessWatcher v = new ProcessWatcher(getContext());
131 public class ProcessWatcher extends LinearLayout {
137 public ProcessWatcher(Context context) {
141 public ProcessWatcher(Context context, AttributeSet attrs) {
212 //Log.v("WeightWatcher.ProcessWatcher",
  /external/autotest/client/common_lib/cros/fake_device_server/
fake_gcd_helper.py 25 self._process = process_watcher.ProcessWatcher(
  /external/autotest/client/common_lib/cros/
process_watcher.py 11 # Use this with ProcessWatcher to start your process in a minijail. This
17 class ProcessWatcher(object):
21 """Construst a ProcessWatcher without starting the process.
33 'ProcessWatcher.')
  /external/autotest/client/common_lib/cros/tendo/
n_faced_peerd_helper.py 45 self._process_watcher = process_watcher.ProcessWatcher(

Completed in 220 milliseconds