Searched refs:mWatcher (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | InstrumentationReporter.java | 77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher in run() 80 rep.mWatcher.instrumentationStatus(rep.mName, rep.mResultCode, in run() 83 if (DEBUG) Slog.d(TAG, "Dispatch finished to " + rep.mWatcher in run() 86 rep.mWatcher.instrumentationFinished(rep.mName, rep.mResultCode, in run() 100 final IInstrumentationWatcher mWatcher; field in InstrumentationReporter.Report 108 mWatcher = watcher; in Report()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteService.java | 219 private final TvRemoteProviderWatcher mWatcher; field in TvRemoteService.UserHandler 224 mWatcher = new TvRemoteProviderWatcher(context, provider, this); in UserHandler() 248 mWatcher.start(); // also starts all providers in start()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestRunner.java | 67 private final FakeInstrumentationWatcher mWatcher = new FakeInstrumentationWatcher(); field in UiAutomatorTestRunner 71 mWatcher.instrumentationStatus(null, resultCode, status); 86 mWatcher.instrumentationFinished(null, 0, results); in run()
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 178 if (mWatcher == null) in DynamicLayout() 179 mWatcher = new ChangeWatcher(this); in DynamicLayout() 187 sp.setSpan(mWatcher, 0, base.length(), in DynamicLayout() 719 private ChangeWatcher mWatcher; field in DynamicLayout
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 102 private IInstrumentationWatcher mWatcher; field in Instrumentation 180 if (mWatcher != null) { in sendStatus() 182 mWatcher.instrumentationStatus(mComponent, resultCode, results); in sendStatus() 185 mWatcher = null; in sendStatus() 1791 mWatcher = watcher; in init()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRouterService.java | 639 private final RemoteDisplayProviderWatcher mWatcher; field in MediaRouterService.UserHandler 657 mWatcher = new RemoteDisplayProviderWatcher(service.mContext, this, in UserHandler() 715 mWatcher.dump(pw, prefix); in dump() 730 mWatcher.start(); // also starts all providers in start() 738 mWatcher.stop(); // also stops all providers in stop()
|