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

  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProviderWatcher.java 38 private static ActivityRecognitionProviderWatcher sWatcher;
47 if (sWatcher == null) {
48 sWatcher = new ActivityRecognitionProviderWatcher();
50 return sWatcher;
  /art/test/079-phantom/src/
Bitmap.java 30 private static BitmapWatcher sWatcher = new BitmapWatcher(sPhantomQueue);
32 sWatcher.setDaemon(true);
33 sWatcher.start();
55 sWatcher.shutDown();
57 sWatcher.join();

Completed in 637 milliseconds