Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DCameraAccessException.java111 public CameraAccessException(@AccessError int problem) { in CameraAccessException() argument
112 super(getDefaultMessage(problem)); in CameraAccessException()
113 mReason = problem; in CameraAccessException()
116 public CameraAccessException(@AccessError int problem, String message) { in CameraAccessException() argument
117 super(getCombinedMessage(problem, message)); in CameraAccessException()
118 mReason = problem; in CameraAccessException()
121 public CameraAccessException(@AccessError int problem, String message, Throwable cause) { in CameraAccessException() argument
122 super(getCombinedMessage(problem, message), cause); in CameraAccessException()
123 mReason = problem; in CameraAccessException()
126 public CameraAccessException(@AccessError int problem, Throwable cause) { in CameraAccessException() argument
[all …]
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java224 problem("ACTION_DOWN but key is already down and this event " in onKeyEvent()
235 problem("ACTION_UP but key was not down."); in onKeyEvent()
244 problem("Invalid action " + KeyEvent.actionToString(action) in onKeyEvent()
276 problem("ACTION_DOWN but trackball is already down."); in onTrackballEvent()
286 problem("ACTION_UP but trackball is not down."); in onTrackballEvent()
298 problem("Invalid action " + MotionEvent.actionToString(action) in onTrackballEvent()
304 problem("Trackball is down but pressure is not greater than 0."); in onTrackballEvent()
306 problem("Trackball is up but pressure is not equal to 0."); in onTrackballEvent()
309 problem("Source was not SOURCE_CLASS_TRACKBALL."); in onTrackballEvent()
352 problem("Touch event stream contains events from multiple sources: " in onTouchEvent()
[all …]
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dreduce_general_bad_result.rscript25 // problem is result type, not accumulator type, so outconverter can fix this
30 // problem is result type, not accumulator type, so outconverter can break this
58 // problem is result type, not accumulator type, so outconverter can fix this
65 // problem is result type, not accumulator type, so outconverter can break this
97 // problem is result type, not accumulator type, so outconverter can fix this
105 // problem is result type, not accumulator type, so outconverter can break this
132 // problem is result type, not accumulator type, so outconverter can fix this
139 // problem is result type, not accumulator type, so outconverter can break this
168 // problem is result type, not accumulator type, so outconverter can fix this
175 // problem is result type, not accumulator type, so outconverter can break this
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/patterns/
DTEMPLATE.md5 Give detailed information about the problem that this pattern addresses, include when it
/frameworks/base/services/autofill/
Dbugfixes.aconfig35 description: "Use weak reference to address binder leak problem"
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md55 - `title.txt`: whose value is a single-line summary of the problem.
56 - `description.txt`: whose value is a multi-line, detailed description of the problem.
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogTool.kt324 val problem = ex.problems.first() in <lambda>() constant
326 ParsingContext(fileName, problem.location.orElse(null) in <lambda>()
/frameworks/base/tools/orientationplot/
DREADME.txt73 greatly exceeds 60ms then there is a problem with the accelerometer or the
/frameworks/proto_logging/stats/atoms/telephony/qns/
Dqns_extension_atoms.proto160 // Restriction on wlan caused by Wifi backhaul problem.
/frameworks/base/core/proto/android/service/
Dpackage.proto63 // Messages from the settings problem file
/frameworks/base/services/core/java/com/android/server/rollback/
DREADME.md114 multi-package install session. If a problem with one of the included packages is
118 If there is a problem enabling rollback for any package in the multi-package
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md3 Both of them are used to solve subclasses of this category of problem:
165 "problem" to BLASTBufferQueue transaction ordering. Namely, earlier state updates which were
/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto141 * Disconnected because there was an error, such as a problem with the network.
/frameworks/base/proto/src/
Dsystem_messages.proto54 // Notify the user of a problem with a plugin (dev devices only).
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
DImmutable.md74 about this new instance and mutate itself to update its reference to the new child. This problem is
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto366 * DataStallRecoveryManager will request to reboot modem. It will recover if there is a problem
/frameworks/base/libs/hwui/
DAndroid.bp72 // a problem
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto690 // Disconnected because there was an error, such as a problem with the
/frameworks/opt/telephony/proto/src/
Dtelephony.proto459 // connection problem.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/proto_logging/stats/
Datoms.proto264 // Consider removing this if it becomes a problem
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59665 Landroid/view/InputEventConsistencyVerifier;->problem(Ljava/lang/String;)V