OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsReady
(Results
1 - 6
of
6
) sorted by null
/packages/services/Car/service/src/com/android/car/
DayNightModePolicy.java
35
private boolean
mIsReady
= false;
44
mIsReady
= true;
59
if (
mIsReady
) {
71
return
mIsReady
;
DrivingStatePolicy.java
44
private boolean
mIsReady
= false;
65
mIsReady
= true;
106
if (
mIsReady
) {
113
return
mIsReady
;
/packages/services/Car/service/src/com/android/car/hal/
SensorHalService.java
47
private boolean
mIsReady
= false;
59
mIsReady
= true;
84
mIsReady
= false;
152
if (
mIsReady
) {
159
return
mIsReady
;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java
53
private boolean
mIsReady
= false;
130
mIsReady
= true;
144
mIsReady
= false;
148
return
mIsReady
;
171
mIsReady
= false;
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
Completed in 121 milliseconds