/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraAccessException.java | 111 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/ |
D | InputEventConsistencyVerifier.java | 224 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/ |
D | reduce_general_bad_result.rscript | 25 // 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/ |
D | TEMPLATE.md | 5 Give detailed information about the problem that this pattern addresses, include when it
|
/frameworks/base/services/autofill/ |
D | bugfixes.aconfig | 35 description: "Use weak reference to address binder leak problem"
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 55 - `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/ |
D | ProtoLogTool.kt | 324 val problem = ex.problems.first() in <lambda>() constant 326 ParsingContext(fileName, problem.location.orElse(null) in <lambda>()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 73 greatly exceeds 60ms then there is a problem with the accelerometer or the
|
/frameworks/proto_logging/stats/atoms/telephony/qns/ |
D | qns_extension_atoms.proto | 160 // Restriction on wlan caused by Wifi backhaul problem.
|
/frameworks/base/core/proto/android/service/ |
D | package.proto | 63 // Messages from the settings problem file
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 114 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/ |
D | BLASTSync.md | 3 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/ |
D | enums.proto | 141 * Disconnected because there was an error, such as a problem with the network.
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 54 // Notify the user of a problem with a plugin (dev devices only).
|
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
D | Immutable.md | 74 about this new instance and mutate itself to update its reference to the new child. This problem is
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 366 * DataStallRecoveryManager will request to reboot modem. It will recover if there is a problem
|
/frameworks/base/libs/hwui/ |
D | Android.bp | 72 // a problem
|
/frameworks/proto_logging/stats/enums/app/wearservices/ |
D | wearservices_enums.proto | 690 // Disconnected because there was an error, such as a problem with the
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 459 // connection problem.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/proto_logging/stats/ |
D | atoms.proto | 264 // Consider removing this if it becomes a problem
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 59665 Landroid/view/InputEventConsistencyVerifier;->problem(Ljava/lang/String;)V
|