OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWatcher
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java
77
if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.
mWatcher
80
rep.
mWatcher
.instrumentationStatus(rep.mName, rep.mResultCode,
83
if (DEBUG) Slog.d(TAG, "Dispatch finished to " + rep.
mWatcher
86
rep.
mWatcher
.instrumentationFinished(rep.mName, rep.mResultCode,
100
final IInstrumentationWatcher
mWatcher
;
108
mWatcher
= watcher;
/frameworks/base/services/core/java/com/android/server/tv/
TvRemoteService.java
219
private final TvRemoteProviderWatcher
mWatcher
;
224
mWatcher
= new TvRemoteProviderWatcher(context, provider, this);
248
mWatcher
.start(); // also starts all providers
/development/apps/Development/src/com/android/development/
InstrumentationList.java
158
startInstrumentation(className, profilingFile, 0, null,
mWatcher
, null,
174
private IInstrumentationWatcher
mWatcher
= new IInstrumentationWatcher.Stub() {
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java
67
private final FakeInstrumentationWatcher
mWatcher
= new FakeInstrumentationWatcher();
71
mWatcher
.instrumentationStatus(null, resultCode, status);
86
mWatcher
.instrumentationFinished(null, 0, results);
/frameworks/base/core/java/android/text/
DynamicLayout.java
178
if (
mWatcher
== null)
179
mWatcher
= new ChangeWatcher(this);
187
sp.setSpan(
mWatcher
, 0, base.length(),
719
private ChangeWatcher
mWatcher
;
/frameworks/base/core/java/android/app/
Instrumentation.java
102
private IInstrumentationWatcher
mWatcher
;
180
if (
mWatcher
!= null) {
182
mWatcher
.instrumentationStatus(mComponent, resultCode, results);
185
mWatcher
= null;
[
all
...]
/frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java
639
private final RemoteDisplayProviderWatcher
mWatcher
;
657
mWatcher
= new RemoteDisplayProviderWatcher(service.mContext, this,
715
mWatcher
.dump(pw, prefix);
730
mWatcher
.start(); // also starts all providers
738
mWatcher
.stop(); // also stops all providers
[
all
...]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptEditor.java
77
private ContentTextWatcher
mWatcher
;
122
mWatcher
= new ContentTextWatcher(mHistory);
151
mContentText.addTextChangedListener(
mWatcher
);
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 203 milliseconds