OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyStopped
(Results
1 - 25
of
34
) sorted by null
1
2
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java
74
notifyStopped
();
AbstractIdleService.java
70
notifyStopped
();
AbstractScheduledService.java
231
notifyStopped
();
AbstractService.java
47
* requests, responding to them with {@link #notifyStarted()} and {@link #
notifyStopped
()}
159
* cause a call to {@link #
notifyStopped
()}, either during this method's run, or after it has
333
protected final void
notifyStopped
() {
337
//
notifyStopped
() to be called while STARTING, even if stop() has already been called.
341
"Cannot
notifyStopped
() when the service is " + previous);
ServiceManager.java
793
@Override protected void doStop() {
notifyStopped
(); }
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java
166
notifyStopped
();
188
service.
notifyStopped
(); // usually this would be invoked by another thread
207
service.
notifyStopped
();
239
service.
notifyStopped
();
322
service.
notifyStopped
();
330
* #
notifyStopped
} after calling {@link #startAsync} and {@link #stopAsync}.
506
notifyStopped
();
917
service.
notifyStopped
();
ServiceManagerTest.java
58
notifyStopped
();
86
notifyStopped
();
392
notifyStopped
();
/cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java
225
TestEnvironment.getTestEnvironment().
notifyStopped
();
404
private void
notifyStopped
() {
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
StreamService.java
258
notifyStopped
();
/external/guice/lib/
guava-16.0.1.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
/packages/services/Telecomm/libs/
guava.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
guava-17.0.jar
guava-18.0.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/misc/common/guava/
guava-18.0.jar
/prebuilts/misc/common/robolectric/lib/
guava-19.0.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar
Completed in 1607 milliseconds
1
2