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

/frameworks/base/services/java/com/android/server/
H A DServiceWatcher.java53 private final Runnable mNewServiceWork; field in class:ServiceWatcher
88 mNewServiceWork = newServiceWork;
254 if (mHandler !=null && mNewServiceWork != null) {
255 mHandler.post(mNewServiceWork);
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderProxy.java73 mNewServiceWork, handler, userId);
93 private Runnable mNewServiceWork = new Runnable() { field in class:LocationProviderProxy

Completed in 37 milliseconds