OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServiceBound
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java
110
boolean
mServiceBound
;
127
if (
mServiceBound
) {
147
if (!
mServiceBound
) {
150
mServiceBound
= true;
155
if (
mServiceBound
) {
157
mServiceBound
= false;
168
if (
mServiceBound
) {
177
if (
mServiceBound
) {
/frameworks/base/test-runner/src/android/test/
ServiceTestCase.java
118
private boolean
mServiceBound
= false;
247
mServiceBound
= true;
260
} else if (
mServiceBound
) {
262
mServiceBound
= false;
Completed in 74 milliseconds