/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
D | RemotePlayer.java | 150 public void onError(String error, int code, Bundle data) { in play() argument 151 logError("play: failed", error, code); in play() 192 public void onError(String error, int code, Bundle data) { in getStatus() argument 193 logError("getStatus: failed", error, code); in getStatus() 220 public void onError(String error, int code, Bundle data) { in pause() 221 logError("pause: failed", error, code); in pause() 245 public void onError(String error, int code, Bundle data) { in resume() 246 logError("resume: failed", error, code); in resume() 273 public void onError(String error, int code, Bundle data) { in stop() 274 logError("stop: failed", error, code); in stop() [all …]
|
D | SessionManager.java | 380 private void finishItem(boolean error) { in finishItem() argument 383 removeItem(item.getItemId(), error ? in finishItem()
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/ |
D | sample.js | 30 console.error('getUserMedia not supported'); 41 }, function (error) { argument 42 console.error('Error starting camera. Denied.');
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/util/ |
D | Gles2ColoredTriangleList.java | 140 int error = GLES20.glGetError(); in checkGlError() local 141 if (error != GLES20.GL_NO_ERROR) { in checkGlError() 142 String errorString = GLU.gluErrorString(error); in checkGlError() 144 errorString = GLUtils.getEGLErrorString(error); in checkGlError() 146 String message = glOperation + " caused GL error 0x" + Integer.toHexString(error) + in checkGlError()
|
/developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/ |
D | GLToolbox.java | 69 int error = GLES20.glGetError(); in checkGlError() local 70 if (error != GLES20.GL_NO_ERROR) { in checkGlError() 71 throw new RuntimeException(op + ": glError " + error); in checkGlError()
|
/developers/samples/android/ui/fonts/DownloadableFonts/kotlinApp/app/src/main/kotlin/com/example/android/downloadablefonts/ |
D | MainActivity.kt | 89 familyNameInput.error = "" in onCreate() 92 familyNameInput.error = getString(R.string.invalid_family_name) in onCreate() 106 familyNameInput.error = getString(R.string.invalid_family_name) in onCreate()
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
D | CameraOps.java | 261 public void onError(@NonNull CameraDevice camera, int error) { 262 mErrorDisplayer.showErrorDialog("The camera encountered an error:" + error);
|
/developers/samples/android/media/MediaRecorder/ |
D | README.md | 18 and basic error handling. 49 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/views/NavigationDrawer/ |
D | README.md | 27 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/views/CardView/kotlinApp/ |
D | README.md | 26 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/background/alarms/RepeatingAlarm/ |
D | README.md | 27 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/background/JobScheduler/ |
D | README.md | 27 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/views/CardView/ |
D | README.md | 27 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/transition/FragmentTransition/ |
D | README.md | 25 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/media/MediaRouter/ |
D | README.md | 26 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/views/NavigationDrawer/kotlinApp/ |
D | README.md | 26 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/testing/ActivityInstrumentation/ |
D | README.md | 27 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/text/ |
D | README.md | 21 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/ |
D | README.md | 27 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/transition/AdapterTransition/ |
D | README.md | 25 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/ |
D | README.md | 29 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/ |
D | README.md | 28 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/ui/window/ImmersiveMode/ |
D | README.md | 28 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/media/BasicMediaRouter/ |
D | README.md | 33 If you've found an error in this sample, please file an issue:
|
/developers/samples/android/connectivity/nfc/CardReader/ |
D | README.md | 32 If you've found an error in this sample, please file an issue:
|