OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHasBeenCalled
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/device/
Camera2Actions.java
151
private boolean
mHasBeenCalled
= false;
193
boolean result =
mHasBeenCalled
;
194
if (!
mHasBeenCalled
) {
195
mHasBeenCalled
= true;
PortabilityCameraActions.java
184
private boolean
mHasBeenCalled
= false;
235
boolean result =
mHasBeenCalled
;
236
if (!
mHasBeenCalled
) {
237
mHasBeenCalled
= true;
Completed in 2695 milliseconds