OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastValue
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/async/
FilteredCallback.java
34
private T
mLastValue
;
38
mLastValue
= null;
43
if (Objects.equals(
mLastValue
, result)) {
46
mLastValue
= result;
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryCellParser.java
28
private int
mLastValue
;
56
if (value !=
mLastValue
) {
58
mLastValue
= value;
65
if (
mLastValue
!= 0) {
67
mLastValue
= 0;
73
if (
mLastValue
!= 0) {
75
mLastValue
= 0;
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java
169
private int
mLastValue
= 0;
187
if (value !=
mLastValue
) {
188
mLastValue
= value;
Completed in 807 milliseconds