OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ERROR_OPENING_CAMERA
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
CameraManager.java
81
private static final int
ERROR_OPENING_CAMERA
= 1;
278
listener.onCameraError(
ERROR_OPENING_CAMERA
, e);
305
listener.onCameraError(
ERROR_OPENING_CAMERA
, e);
383
listener.onCameraError(
ERROR_OPENING_CAMERA
, exception);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java
111
static final int
ERROR_OPENING_CAMERA
= 1;
344
mListener.onCameraError(
ERROR_OPENING_CAMERA
, e);
368
mListener.onCameraError(
ERROR_OPENING_CAMERA
, e);
452
mListener.onCameraError(
ERROR_OPENING_CAMERA
, mException);
648
mListener.onCameraError(
ERROR_OPENING_CAMERA
, e);
653
mListener.onCameraError(
ERROR_OPENING_CAMERA
, e);
703
mListener.onCameraError(
ERROR_OPENING_CAMERA
, e);
[
all
...]
Completed in 71 milliseconds